summaryrefslogtreecommitdiffstats
path: root/sepolicy/su.te
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2014-11-27 21:00:01 +0530
committerSteve Kondik <shade@chemlab.org>2014-11-30 03:05:41 +0000
commit9e0dba30b7349a72e190a1ff3df961f65cf4dac6 (patch)
tree81e96fd7414318de6989408a52759cc66d468895 /sepolicy/su.te
parente4016afa725773d6cf25890e1d1ab85090e00875 (diff)
downloadvendor_replicant-9e0dba30b7349a72e190a1ff3df961f65cf4dac6.zip
vendor_replicant-9e0dba30b7349a72e190a1ff3df961f65cf4dac6.tar.gz
vendor_replicant-9e0dba30b7349a72e190a1ff3df961f65cf4dac6.tar.bz2
SELinux: su: Remove extra quote in a comment
* Fixes vendor/cm/sepolicy/su.te:46:WARNING 'unrecognized character' at token ''' Change-Id: I3957ba7ac05062766cbf6c8f3c3975f20c95532e
Diffstat (limited to 'sepolicy/su.te')
-rw-r--r--sepolicy/su.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/su.te b/sepolicy/su.te
index 045de39..76e4176 100644
--- a/sepolicy/su.te
+++ b/sepolicy/su.te
@@ -54,7 +54,7 @@ userdebug_or_eng(`
allow suclient superuser_device:dir { create rw_dir_perms setattr unlink };
allow suclient superuser_device:sock_file { create setattr unlink write };
allow suclient untrusted_app_devpts:chr_file { read write ioctl };
- # For Settings' control of access
+ # For Settings control of access
allow system_app superuser_device:sock_file { read write create setattr unlink getattr };
allow system_app sudaemon:unix_stream_socket { connectto read write setopt ioctl };
allow system_app superuser_device:dir { create rw_dir_perms setattr unlink };