| repo sync | 77d4731 | 2013-05-17 17:11:29 -0700 | [diff] [blame] | 1 | type runas, domain; |
| Stephen Smalley | 0130154 | 2013-09-27 10:38:14 -0400 | [diff] [blame^] | 2 | type runas_exec, exec_type, file_type; |
| repo sync | 77d4731 | 2013-05-17 17:11:29 -0700 | [diff] [blame] | 3 | permissive runas; |
| 4 | unconfined_domain(runas) | ||||
| Stephen Smalley | e884872 | 2012-11-13 13:00:05 -0500 | [diff] [blame] | 5 | |
| 6 | # ndk-gdb invokes adb shell run-as. | ||||
| 7 | domain_auto_trans(shell, runas_exec, runas) | ||||