Skip to content
Snippets Groups Projects
Commit aeb512d2 authored by Stephen Smalley's avatar Stephen Smalley Committed by Gerrit Code Review
Browse files

Disable debugfs access by default.


Change-Id: I8265e34a76913a76eedd2d7a6fe3b14945fde924
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent c8106f12
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ r_dir_file(domain, inotify) ...@@ -102,7 +102,7 @@ r_dir_file(domain, inotify)
r_dir_file(domain, cgroup) r_dir_file(domain, cgroup)
# debugfs access # debugfs access
bool debugfs true; bool debugfs false;
if (debugfs) { if (debugfs) {
allow domain debugfs:dir r_dir_perms; allow domain debugfs:dir r_dir_perms;
allow domain debugfs:file rw_file_perms; allow domain debugfs:file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment