Skip to content
Snippets Groups Projects
Commit 8758cc5f authored by Nick Kralevich's avatar Nick Kralevich
Browse files

domain.te: allow access to /sys/kernel/debug/tracing/trace_marker

Bug: 9781325
Change-Id: Ib6f6875f690420b59fceb0a32590a2b9ed8dda95
parent 0c9708b2
No related branches found
No related tags found
No related merge requests found
...@@ -108,14 +108,8 @@ r_dir_file(domain, inotify) ...@@ -108,14 +108,8 @@ r_dir_file(domain, inotify)
r_dir_file(domain, cgroup) r_dir_file(domain, cgroup)
# debugfs access # debugfs access
bool debugfs false;
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 w_file_perms;
} else {
dontaudit domain debugfs:dir r_dir_perms;
dontaudit domain debugfs:file rw_file_perms;
}
# security files # security files
allow domain security_file:dir { search getattr }; allow domain security_file:dir { search 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