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

Merge "shell: directory access to sysfs_net"

am: 5b8d279f

Change-Id: Id86a7031965cc900a3ca72ff503544d02f07120e
parents aed99921 5b8d279f
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment