• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type vsoc_input_service, domain;
2type vsoc_input_service_exec, exec_type, vendor_file_type, file_type;
3
4init_daemon_domain(vsoc_input_service)
5
6# I/O with /dev/uinput
7allow vsoc_input_service uhid_device:chr_file rw_file_perms;
8
9# Framebuffer I/O (needed to obtain the screen size)
10allow vsoc_input_service region_screen_device:chr_file rw_file_perms;
11
12allow vsoc_input_service input_events_device:chr_file rw_file_perms;
13