Changeset 69333 in vbox for trunk/src/VBox/Additions/linux/selinux-fedora
- Timestamp:
- Oct 26, 2017 10:36:51 AM (7 years ago)
- Location:
- trunk/src/VBox/Additions/linux/selinux-fedora
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/selinux-fedora/vbox_accel.te
-
Property svn:eol-style
changed from
native
toLF
r37105 r69333 1 # $Id$ 2 ## @file 3 # VirtualBox Guest Additions - selinux policy for Redhat/Fedora guests 4 # 5 6 # 7 # Copyright (C) 2006-2017 Oracle Corporation 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 1 17 2 18 module check 1.0; 3 19 4 20 require { 5 6 7 21 type xserver_misc_device_t; 22 type xdm_t; 23 class chr_file { open read write }; 8 24 } 9 25 -
Property svn:eol-style
changed from
-
trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te
-
Property svn:eol-style
changed from
native
toLF
r32394 r69333 1 ## file 2 # VirtualBox Guest Additions: 3 # selinux policy for Redhat/Fedora guests 1 # $Id$ 2 ## @file 3 # VirtualBox Guest Additions - selinux policy for Redhat/Fedora guests 4 # 4 5 5 # Copyright (C) 2006-2010 Oracle Corporation 6 # 7 # Copyright (C) 2006-2017 Oracle Corporation 6 8 # 7 9 # This file is part of VirtualBox Open Source Edition (OSE), as 8 10 # available from http://www.virtualbox.org. This file is free software; 9 11 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License as published by the Free Software Foundation, 11 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 # distribution. VirtualBox OSE is distributed in the hope that it will 13 # be useful, but WITHOUT ANY WARRANTY of any kind. 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 14 17 15 18 # See http://docs.fedoraproject.org/selinux-faq-fc5/#faq-entry-local.te … … 24 27 25 28 allow xdm_xserver_t device_t:chr_file rw_file_perms; 29 -
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.