summaryrefslogtreecommitdiff
path: root/sepolicy/mediaserver.te
blob: 5c117a6f23a02e2cd24900d5f107bfc76c61f903 (plain)
1
2
3
4
5
allow mediaserver sysfs_soc:dir search;
allow mediaserver sysfs_soc:file r_file_perms;
# Only allow gpu ioctl commands that have been demonstrated to be necessary.
allowxperm mediaserver gpu_device:chr_file
  ioctl { gpu_ioctls unpriv_tty_ioctls };