- Fix request_module line to module_request
This commit is contained in:
parent
1fb0a98434
commit
d53d158d2b
@ -12,12 +12,12 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/Mak
|
||||
all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d)
|
||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/flask/access_vectors serefpolicy-3.6.32/policy/flask/access_vectors
|
||||
--- nsaserefpolicy/policy/flask/access_vectors 2009-08-31 13:30:04.000000000 -0400
|
||||
+++ serefpolicy-3.6.32/policy/flask/access_vectors 2009-09-16 10:03:08.000000000 -0400
|
||||
+++ serefpolicy-3.6.32/policy/flask/access_vectors 2009-09-18 16:41:29.000000000 -0400
|
||||
@@ -349,6 +349,7 @@
|
||||
syslog_read
|
||||
syslog_mod
|
||||
syslog_console
|
||||
+ request_module
|
||||
+ module_request
|
||||
}
|
||||
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.6.32
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -447,6 +447,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-4
|
||||
- Fix request_module line to module_request
|
||||
|
||||
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-3
|
||||
- Fix sandbox policy to allow it to run under firefox.
|
||||
- Dont audit leaks.
|
||||
|
Loading…
Reference in New Issue
Block a user