summaryrefslogtreecommitdiff
path: root/sepolicy/app.te
blob: b09971227e78a040827a88e3f60124a044d5105d (plain)
1
2
3
4
5
6
# Only allow gpu ioctl commands that have been demonstrated to be necessary.
allowxperm { appdomain -isolated_app } gpu_device:chr_file
  ioctl { gpu_ioctls unpriv_tty_ioctls };

allow { appdomain -isolated_app } sysfs_soc:dir search;
allow { appdomain -isolated_app } sysfs_soc:file r_file_perms;