Skip to content

signature & access control based overlay filesystem (supports for fuse, docker & hopefully kubernetes using CSI)

License

Notifications You must be signed in to change notification settings

zerosign/signacfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signacfs

Signature access control based overlay filesystem (supports for fuse, docker hopefully kubernetes using CRI) This fuse filesystem being implemented since LSM like SELinux still aren’t being supported in namespace based system (container based).

This filesystem use access control + signature based to check whether incoming request from process (gid, uid, pid) are allowed to a request to filesystem. This enable us to do a fine grain based access to the filesystem so that we could potentially secure an access to specific files by specifying certain policies to access control. At first it will check whether application signature (*.crt, *.ca.crt) are valid or not then check the checksum of the signature valid or not.

TODO: This crate hopefully will support either PKI Based Signature or GPG Based Signature

About

signature & access control based overlay filesystem (supports for fuse, docker & hopefully kubernetes using CSI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages