VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/selinux-fedora/vbox_accel.te@ 47388

Last change on this file since 47388 was 37105, checked in by vboxsync, 14 years ago

Additions/linux/installer: sources for vbox_accel.pp

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 212 bytes
Line 
1
2module check 1.0;
3
4require {
5 type xserver_misc_device_t;
6 type xdm_t;
7 class chr_file { open read write };
8}
9
10#============= xdm_t ==============
11allow xdm_t xserver_misc_device_t:chr_file { open read write };
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette