Skip to content

Commit

Permalink
SELinux: su: Remove extra quote in a comment
Browse files Browse the repository at this point in the history
* Fixes
  vendor/cm/sepolicy/su.te:46:WARNING 'unrecognized character' at token '''

Change-Id: I3957ba7ac05062766cbf6c8f3c3975f20c95532e
  • Loading branch information
chirayudesai authored and hyperb1iss committed Nov 30, 2014
1 parent e4016af commit 9e0dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepolicy/su.te
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 9e0dba3

Please sign in to comment.