Lines Matching refs:su
50 # Same as adbd rules above, except allow su to do the same thing
51 allow domain su:unix_stream_socket connectto;
52 allow domain su:fd use;
53 allow domain su:unix_stream_socket { getattr getopt read write shutdown };
55 binder_call({ domain -init }, su)
59 allow domain su:fifo_file { write getattr };
61 # allow "gdbserver --attach" to work for su.
62 allow domain su:process sigchld;
295 userdebug_or_eng(`-su')
396 # Nobody should be able to execute su on user builds.
398 # su itself execute su.
399 neverallow { domain userdebug_or_eng(`-dumpstate -shell -su') } su_exec:file no_x_file_perms;