linux-application-whitelisting / fapolicyd

File Access Policy Daemon
GNU General Public License v3.0
192 stars 55 forks source link

Solution for snapd #264

Open stridge-cruxml opened 1 year ago

stridge-cruxml commented 1 year ago

Currently I have in my rules:

allow perm=open exe=/usr/bin/snap : all
allow perm=any dir=/snap/snapd : all

Obviously this is very general and pretty ineffective. Anyone else have a better idea on how to deal with snap?