* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-2
- exclude unconfined.if from sepolgen
This commit is contained in:
parent
d2c83ee012
commit
a66c52cf6b
@ -39,7 +39,7 @@ diff --exclude-from=exclude -N -u -r nsasepolgen/src/sepolgen/refparser.py polic
|
|||||||
modules = []
|
modules = []
|
||||||
support_macros = None
|
support_macros = None
|
||||||
- blacklist = ["init.if", "inetd.if", "uml.if", "thunderbird.if"]
|
- blacklist = ["init.if", "inetd.if", "uml.if", "thunderbird.if"]
|
||||||
+ blacklist = ["uml.if", "thunderbird.if, unconfined.if"]
|
+ blacklist = ["uml.if", "thunderbird.if", "unconfined.if"]
|
||||||
|
|
||||||
for dirpath, dirnames, filenames in os.walk(root):
|
for dirpath, dirnames, filenames in os.walk(root):
|
||||||
for name in filenames:
|
for name in filenames:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.71
|
Version: 2.0.71
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -265,6 +265,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-2
|
||||||
|
- exclude unconfined.if from sepolgen
|
||||||
|
|
||||||
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-1
|
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-1
|
||||||
- Fix chcat to report error on non existing file
|
- Fix chcat to report error on non existing file
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user