51600388851afd3b58d41b282e81fee2c0525f9evboxsync## file
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# VirtualBox Guest Additions:
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# selinux policy for Redhat/Fedora guests
51600388851afd3b58d41b282e81fee2c0525f9evboxsync
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# Copyright (C) 2006-2010 Oracle Corporation
51600388851afd3b58d41b282e81fee2c0525f9evboxsync#
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# available from http://www.virtualbox.org. This file is free software;
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# you can redistribute it and/or modify it under the terms of the GNU
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# General Public License as published by the Free Software Foundation,
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
51600388851afd3b58d41b282e81fee2c0525f9evboxsync
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# See http://docs.fedoraproject.org/selinux-faq-fc5/#faq-entry-local.te
51600388851afd3b58d41b282e81fee2c0525f9evboxsync# for instructions for compiling this.
51600388851afd3b58d41b282e81fee2c0525f9evboxsync
51600388851afd3b58d41b282e81fee2c0525f9evboxsyncpolicy_module(vbox_x11, 1.0)
51600388851afd3b58d41b282e81fee2c0525f9evboxsync
51600388851afd3b58d41b282e81fee2c0525f9evboxsyncrequire {
51600388851afd3b58d41b282e81fee2c0525f9evboxsync type device_t;
51600388851afd3b58d41b282e81fee2c0525f9evboxsync type xdm_xserver_t;
51600388851afd3b58d41b282e81fee2c0525f9evboxsync}
51600388851afd3b58d41b282e81fee2c0525f9evboxsync
51600388851afd3b58d41b282e81fee2c0525f9evboxsyncallow xdm_xserver_t device_t:chr_file rw_file_perms;