Skip to content
Snippets Groups Projects
Commit 997fcf16 authored by Chenbo Feng's avatar Chenbo Feng Committed by android-build-merger
Browse files

Merge "Allow netd to read the /dev/xt_qtaguid" am: cd753d11

am: a6966554

Change-Id: I8c09069290ffe1827212206b81616e9302bfe7ea
parents 51871966 a6966554
Branches
Tags
No related merge requests found
...@@ -37,6 +37,8 @@ allow netd system_file:file lock; ...@@ -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 # TODO: Add proper rules to prevent other process to access qtaguid_proc file after migration
# complete # complete
allow netd qtaguid_proc:file rw_file_perms; 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) r_dir_file(netd, proc_net)
# For /proc/sys/net/ipv[46]/route/flush. # For /proc/sys/net/ipv[46]/route/flush.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment