Skip to content
Snippets Groups Projects
Commit 7105d048 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

shell: remove redundant ioctl perms

These permissions are already inherited from appdomain.

Change-Id: I1de57f656bea26da3d8105045c3d109094f6f917
parent ef0b7b1a
No related branches found
No related tags found
No related merge requests found
...@@ -125,9 +125,6 @@ allow shell sysfs_batteryinfo:file r_file_perms; ...@@ -125,9 +125,6 @@ allow shell sysfs_batteryinfo:file r_file_perms;
# Allow access to ion memory allocation device. # Allow access to ion memory allocation device.
allow shell ion_device:chr_file rw_file_perms; allow shell ion_device:chr_file rw_file_perms;
# Whitelist access to socket ioctls
allowxperm shell self:{ rawip_socket tcp_socket udp_socket } ioctl unpriv_sock_ioctls;
### ###
### Neverallow rules ### Neverallow rules
### ###
......
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