Merge "Allow netd to read the /dev/xt_qtaguid"
am: cd753d11ec
Change-Id: I01a332c51aa4a5c62e5b2bb4ba13565b48c46b88
This commit is contained in:
commit
a6966554cb
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ allow netd system_file:file lock;
|
|||
# TODO: Add proper rules to prevent other process to access qtaguid_proc file after migration
|
||||
# complete
|
||||
allow netd qtaguid_proc:file rw_file_perms;
|
||||
# Allow netd to read /dev/qtaguid. This is the same privilege level that normal apps have.
|
||||
allow netd qtaguid_device:chr_file r_file_perms;
|
||||
|
||||
r_dir_file(netd, proc_net)
|
||||
# For /proc/sys/net/ipv[46]/route/flush.
|
||||
|
|
Loading…
Reference in a new issue