summaryrefslogtreecommitdiffstats
path: root/test/init_shell.te
blob: 4a4771769aca9568081e1153c2b0f1e304bea4a5 (plain)
1
2
3
4
5
userdebug_or_eng(`
  domain_auto_trans(init_shell, su_exec, su)
  allow init_shell fuse:dir create_dir_perms;
  allow init_shell fuse:file create_file_perms;
')