diff options
| author | Ricky Salinas <rsalinas1@mail.usf.edu> | 2014-04-12 02:46:29 -0400 |
|---|---|---|
| committer | Ricky Salinas <rsalinas1@mail.usf.edu> | 2014-04-12 02:46:55 -0400 |
| commit | 9a427519bdcc954358d430116469a97e577cedb6 (patch) | |
| tree | a995a655a557839e0789337666d8de92fc5eb814 /selinux/system.te | |
| parent | 89f997689fc3be276650d6cd02839003608295de (diff) | |
| download | device_samsung_t0lte-9a427519bdcc954358d430116469a97e577cedb6.tar.gz device_samsung_t0lte-9a427519bdcc954358d430116469a97e577cedb6.tar.bz2 device_samsung_t0lte-9a427519bdcc954358d430116469a97e577cedb6.zip | |
SELinux: Remove duplicate rule
This is now declared in the global sepolicy
Change-Id: I06b052e0166c508ba1d6be6312955577a510515d
Signed-off-by: Ricky Salinas <rsalinas1@mail.usf.edu>
Diffstat (limited to 'selinux/system.te')
| -rwxr-xr-x | selinux/system.te | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/selinux/system.te b/selinux/system.te index 3f9fc14..0db325d 100755 --- a/selinux/system.te +++ b/selinux/system.te @@ -2,11 +2,10 @@ qmux_socket(system) allow system diagnostic_device:chr_file rw_file_perms; -#allow system uinput_device:chr_file { read ioctl write open }; allow system sensors_device:chr_file { read open }; allow system sensors_data_file:file r_file_perms; allow system wpa_socket:unix_dgram_socket sendto; allow system_app volume_data_file:file { read write open getattr }; allow system sysfs:file { read open write }; -allow system self:capability { sys_module };
\ No newline at end of file +allow system self:capability { sys_module }; |
