Skip to content
Snippets Groups Projects
Commit e9e17a01 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge "shell: directory access to sysfs_net" am: 5b8d279f am: cd069684

am: 049bf53a

Change-Id: I1dabdfe296398c03e808bbaf997425def1c6af95
parents fa58dc76 049bf53a
Branches
Tags
No related merge requests found
......@@ -123,6 +123,9 @@ allow shell {
proc_zoneinfo
}:file r_file_perms;
# allow listing network interfaces under /sys/class/net.
allow shell sysfs_net:dir r_dir_perms;
r_dir_file(shell, cgroup)
allow shell domain:dir { search open read getattr };
allow shell domain:{ file lnk_file } { open read getattr };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment