trunk: Patch for X.org dbus support from Martin Orr.
This commit is contained in:
parent
4b28c2ecc2
commit
ef55a11980
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue