• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type pvrsrvctl, domain;
2type pvrsrvctl_exec, exec_type, file_type;
3
4# Started by init
5init_daemon_domain(pvrsrvctl)
6
7# allow access to /dev/dri/card0
8allow pvrsrvctl gpu_device:chr_file rw_file_perms;
9
10# allow graphics driver initialization
11allow pvrsrvctl self:capability sys_admin;
12