DISQUS

toxicsoftware.com: MacFUSE with Objective-C

  • Jan · 2 years ago
    Woha! This is cool, thank you very much.
  • Jamie · 2 years ago
    Something I really want to know about FUSE:

    Is it possible to have a VFS mounted in only one applications address space? I'm trying to find a way to encrypt a directory of python scripts and have them mounted virtually inside the host application in order to make it harder for hackers to see whats going on. Basically I don't want to mount the FS and then have it accessible via the Finder for example, only in the application that mounts it (I presume this is possible via the C API)

    Possible?
  • schwa · 2 years ago
    Jamie,

    I dont think you can mount something completely privately like that. I think you can suprress the notifications that get sent when a volume is mounted though.

    But can't you do what you're trying to with normal python .zip format modules?
  • jkp · 2 years ago
    schwa:

    Thats very very interesting to learn about! Does it handle encryption though? That would be perfect!
  • schwa · 2 years ago
    "handle encryption"? Not sure what you mean exactly.

    There's no encryption in (Mac) FUSE or my objc wrapper.
  • Simon Fell · 2 years ago
    Very cool, I was up and runnning in very little time. Do you know if Spotlight will try and index one of these mounted volumes ?
  • James · 2 years ago
    Awesome! Yet another great reason to dump Linsux and Windoze.