Skip to content
Snippets Groups Projects
Commit 2193d506 authored by Florian Mayer's avatar Florian Mayer Committed by android-build-merger
Browse files

Merge "Allow traced_probes to list the system partition" am: 518648e5

am: 525ff5c9

Change-Id: I5e1ae97675d0180ff87fc6bf23433985dcdf188e
parents c214840c 525ff5c9
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,9 @@ r_dir_file(traced_probes, domain) ...@@ -32,6 +32,9 @@ r_dir_file(traced_probes, domain)
# Allow to log to kernel dmesg when starting / stopping ftrace. # Allow to log to kernel dmesg when starting / stopping ftrace.
allow traced_probes kmsg_device:chr_file write; allow traced_probes kmsg_device:chr_file write;
# Allow traced_probes to list the system partition.
allow traced_probes system_file:dir { open read };
### ###
### Neverallow rules ### Neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment