Skip to content

millerlogic/flecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flecto

Restricted file system (experimental) for Linux

Flecto is an experimental project for restricting access to the file system. It currently contains two fs types: userfs and subprocfs

  • userfs points to an existing directory, and anything accessed through the mount will ask the user for permission.

    flecto-fuse userfs /home/realhome /home/newhome

    cat stuff.txt

    Allow read stuff.txt?

  • subprocfs wraps /proc and limits its visibility into the system.

    flecto-fuse subprocfs /newproc

About

Restricted file system (experimental)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages