runas.te 172 Bytes
Newer Older
repo sync's avatar
repo sync committed
1
type runas, domain;
2
type runas_exec, file_type;
repo sync's avatar
repo sync committed
3 4
permissive runas;
unconfined_domain(runas)
5 6 7

# ndk-gdb invokes adb shell run-as.
domain_auto_trans(shell, runas_exec, runas)