trunk: Patch for X.org dbus support from Martin Orr.

This commit is contained in:
Chris PeBenito 2008-06-07 13:31:48 +00:00
parent 4b28c2ecc2
commit ef55a11980
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
- Patch for X.org dbus support from Martin Orr.
- Patch for labeled networking controls in 2.6.25 from Paul Moore.
- Module loading now requires setsched on kernel threads.
- Patch to allow gpg agent --write-env-file option from Vaclav Ovsik.

View File

@ -1,5 +1,5 @@
policy_module(xserver,2.0.1)
policy_module(xserver,2.0.2)
########################################
#
@ -466,6 +466,11 @@ tunable_policy(`use_samba_home_dirs',`
fs_manage_cifs_symlinks(xdm_xserver_t)
')
optional_policy(`
dbus_system_bus_client_template(xdm_xserver, xdm_xserver_t)
hal_dbus_chat(xdm_xserver_t)
')
optional_policy(`
resmgr_stream_connect(xdm_t)
')