trunk: Xserver MLS fix from Eamon Walsh.
This commit is contained in:
parent
7a4c282536
commit
7f49194215
|
@ -1,3 +1,4 @@
|
||||||
|
- Xserver MLS fix from Eamon Walsh.
|
||||||
- Add omapi port for dhcpcd.
|
- Add omapi port for dhcpcd.
|
||||||
- Deprecate per-role templates and rolemap support.
|
- Deprecate per-role templates and rolemap support.
|
||||||
- Implement user-based access control for use as role separations.
|
- Implement user-based access control for use as role separations.
|
||||||
|
|
|
@ -743,7 +743,7 @@ ifdef(`distro_rhel4',`
|
||||||
|
|
||||||
ifdef(`enable_mls',`
|
ifdef(`enable_mls',`
|
||||||
range_transition xserver_t xserver_tmp_t:sock_file s0 - mls_systemhigh;
|
range_transition xserver_t xserver_tmp_t:sock_file s0 - mls_systemhigh;
|
||||||
range_transition xserver_t rootwindow_t:x_drawable s0 - mls_systemhigh;
|
range_transition xserver_t xserver_t:x_drawable s0 - mls_systemhigh;
|
||||||
')
|
')
|
||||||
|
|
||||||
tunable_policy(`!xserver_object_manager',`
|
tunable_policy(`!xserver_object_manager',`
|
||||||
|
|
Loading…
Reference in New Issue