Merge "Allow traced_probes to list the system partition" am: 518648e5d4
am: 525ff5c95f
am: 2193d506f5
Change-Id: I720c01d560ac7dbd0d0fd12d2fa67199467cbb76
This commit is contained in:
commit
8bd4ff98a8
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ r_dir_file(traced_probes, domain)
|
|||
# Allow to log to kernel dmesg when starting / stopping ftrace.
|
||||
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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue