Skip to content
Snippets Groups Projects
Commit 4d3f1089 authored by William Roberts's avatar William Roberts Committed by Stephen Smalley
Browse files

Allow domain search/getattr access to security file

Change-Id: I3b35b68247f35d5d9d9afd33c203aa97e437dc14
parent 9e70c8bf
No related branches found
No related tags found
No related merge requests found
...@@ -113,3 +113,7 @@ allow domain debugfs:file rw_file_perms; ...@@ -113,3 +113,7 @@ allow domain debugfs:file rw_file_perms;
dontaudit domain debugfs:dir r_dir_perms; dontaudit domain debugfs:dir r_dir_perms;
dontaudit domain debugfs:file rw_file_perms; dontaudit domain debugfs:file rw_file_perms;
} }
# security files
allow domain security_file:dir { search getattr };
allow domain security_file:file getattr;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment