-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
If there exist a rule against opening certain a certain file. i.e.:
deny_audit perm=open all : ftype=%languages trust=0
then the file can't be added to the trust database with the command:
fapolicyd-cli --file add </path/to/file>
because the file must be opened in order to create a hash value to store in the trust database.
Similarly, if the rule is allow_audit a FANOTIFY audit event is created when the file is added to the trust database for the same reasons.
Is there a way that a file can be added to the trust database, other than manually with an a priori hash value, or stopping fapolicyd during the add/update operation?
Metadata
Metadata
Assignees
Labels
No labels