Last change
on this file since 6359 was 5386, checked in by vboxsync, 17 years ago |
Made guest additions work with Fedora 8 (selinux policy added)
|
-
Property svn:eol-style
set to
native
|
File size:
854 bytes
|
Line | |
---|
1 | ## file
|
---|
2 | # VirtualBox Guest Additions:
|
---|
3 | # selinux policy for Redhat/Fedora guests
|
---|
4 |
|
---|
5 | # Copyright (C) 2006-2007 innotek GmbH
|
---|
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 |
|
---|
18 | policy_module(vbox_x11, 1.0)
|
---|
19 |
|
---|
20 | require {
|
---|
21 | type device_t;
|
---|
22 | type xdm_xserver_t;
|
---|
23 | }
|
---|
24 |
|
---|
25 | allow xdm_xserver_t device_t:chr_file rw_file_perms;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.