VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te@ 8207

Last change on this file since 8207 was 8207, checked in by vboxsync, 17 years ago

rebranding

  • Property svn:eol-style set to native
File size: 864 bytes
Line 
1## file
2# VirtualBox Guest Additions:
3# selinux policy for Redhat/Fedora guests
4
5# Copyright (C) 2006-2007 Sun Microsystems, Inc.
6#
7# This file is part of VirtualBox Open Source Edition (OSE), as
8# available from http://www.virtualbox.org. This file is free software;
9# 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.
14
15# See http://docs.fedoraproject.org/selinux-faq-fc5/#faq-entry-local.te
16# for instructions for compiling this.
17
18policy_module(vbox_x11, 1.0)
19
20require {
21 type device_t;
22 type xdm_xserver_t;
23}
24
25allow xdm_xserver_t device_t:chr_file rw_file_perms;
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