diff options
author | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-11-11 22:02:10 +1100 |
---|---|---|
committer | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-11-13 00:00:00 +1100 |
commit | 13661807214acd0639ca47b06e30a95f334480a3 (patch) | |
tree | b0c7fcb0ed598bd28e8e00530eea0d76c831d94c /selinux | |
parent | 6a96daf8de4eda23ebea076f50b0744cb48c4909 (diff) | |
download | device_samsung_i9305-13661807214acd0639ca47b06e30a95f334480a3.zip device_samsung_i9305-13661807214acd0639ca47b06e30a95f334480a3.tar.gz device_samsung_i9305-13661807214acd0639ca47b06e30a95f334480a3.tar.bz2 |
i9305: update to 4.4
Change-Id: I7f87a251ded44894b5ca51089b148267d0833caf
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/file_contexts | 3 | ||||
-rwxr-xr-x | selinux/system.te | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/selinux/file_contexts b/selinux/file_contexts index 856bdd5..fb1996e 100644 --- a/selinux/file_contexts +++ b/selinux/file_contexts @@ -3,9 +3,6 @@ /dev/ump u:object_r:mali_device:s0 /dev/fimg2d u:object_r:mali_device:s0 -# NFC -/dev/pn544 u:object_r:nfc_device:s0 - # RIL /dev/mdm u:object_r:radio_device:s0 /dev/hsicctl[0-3]* u:object_r:radio_device:s0 diff --git a/selinux/system.te b/selinux/system.te index 73de1ee..bfc12a6 100755 --- a/selinux/system.te +++ b/selinux/system.te @@ -2,11 +2,12 @@ qmux_socket(system) allow system diagnostic_device:chr_file rw_file_perms; -allow system uinput_device:chr_file { read ioctl write open }; +#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 }; + |