- Fix labeling on new pm*log
- Allow ssh to bind to all nodes
This commit is contained in:
parent
8d197ddd11
commit
530772ab58
@ -489,7 +489,7 @@ gnomeclock = module
|
||||
#
|
||||
# Hardware abstraction layer
|
||||
#
|
||||
hal = base
|
||||
hal = module
|
||||
|
||||
# Layer: services
|
||||
# Module: polkit
|
||||
|
@ -16881,7 +16881,7 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/pol
|
||||
+
|
||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.fc serefpolicy-3.5.8/policy/modules/services/hal.fc
|
||||
--- nsaserefpolicy/policy/modules/services/hal.fc 2008-08-07 11:15:11.000000000 -0400
|
||||
+++ serefpolicy-3.5.8/policy/modules/services/hal.fc 2008-09-17 08:49:08.000000000 -0400
|
||||
+++ serefpolicy-3.5.8/policy/modules/services/hal.fc 2008-09-18 14:35:46.000000000 -0400
|
||||
@@ -9,6 +9,7 @@
|
||||
/usr/libexec/hal-system-sonypic -- gen_context(system_u:object_r:hald_sonypic_exec_t,s0)
|
||||
/usr/libexec/hald-addon-macbookpro-backlight -- gen_context(system_u:object_r:hald_mac_exec_t,s0)
|
||||
@ -16890,6 +16890,15 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/pol
|
||||
|
||||
/usr/sbin/hald -- gen_context(system_u:object_r:hald_exec_t,s0)
|
||||
|
||||
@@ -17,7 +18,7 @@
|
||||
/var/lib/hal(/.*)? gen_context(system_u:object_r:hald_var_lib_t,s0)
|
||||
|
||||
/var/log/pm(/.*)? gen_context(system_u:object_r:hald_log_t,s0)
|
||||
-/var/log/pm-suspend\.log gen_context(system_u:object_r:hald_log_t,s0)
|
||||
+/var/log/pm-.*\.log gen_context(system_u:object_r:hald_log_t,s0)
|
||||
|
||||
/var/run/hald(/.*)? gen_context(system_u:object_r:hald_var_run_t,s0)
|
||||
/var/run/haldaemon\.pid -- gen_context(system_u:object_r:hald_var_run_t,s0)
|
||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.if serefpolicy-3.5.8/policy/modules/services/hal.if
|
||||
--- nsaserefpolicy/policy/modules/services/hal.if 2008-08-07 11:15:11.000000000 -0400
|
||||
+++ serefpolicy-3.5.8/policy/modules/services/hal.if 2008-09-17 08:49:08.000000000 -0400
|
||||
|
@ -17,7 +17,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.5.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -381,6 +381,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 18 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-2
|
||||
- Fix labeling on new pm*log
|
||||
- Allow ssh to bind to all nodes
|
||||
|
||||
* Thu Sep 11 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-1
|
||||
- Merge upstream changes
|
||||
- Add Xavier Toth patches
|
||||
|
Loading…
Reference in New Issue
Block a user