* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-3
- Prompt for selinux-policy-devel package in audit2allow
This commit is contained in:
parent
4830f6fafe
commit
90f5b53a4d
@ -1,3 +1,27 @@
|
|||||||
|
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/audit2allow.1 policycoreutils-1.30.14/audit2allow/audit2allow.1
|
||||||
|
--- nsapolicycoreutils/audit2allow/audit2allow.1 2006-05-15 09:42:57.000000000 -0400
|
||||||
|
+++ policycoreutils-1.30.14/audit2allow/audit2allow.1 2006-06-20 09:11:30.000000000 -0400
|
||||||
|
@@ -66,7 +66,7 @@
|
||||||
|
Generate require output syntax for loadable modules.
|
||||||
|
.TP
|
||||||
|
.B "\-R" | "\-\-reference"
|
||||||
|
-Generate reference policy using installed macros
|
||||||
|
+Generate reference policy using installed macros. Requires the selinux-policy-devel package.
|
||||||
|
.TP
|
||||||
|
.B "\-t " | "\-\-tefile"
|
||||||
|
Indicates input file is a te (type enforcement) file. This can be used to translate old te format to new policy format.
|
||||||
|
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/avc.py policycoreutils-1.30.14/audit2allow/avc.py
|
||||||
|
--- nsapolicycoreutils/audit2allow/avc.py 2006-05-23 06:19:30.000000000 -0400
|
||||||
|
+++ policycoreutils-1.30.14/audit2allow/avc.py 2006-06-20 09:12:47.000000000 -0400
|
||||||
|
@@ -66,7 +66,7 @@
|
||||||
|
try:
|
||||||
|
fd = open("/usr/share/selinux/devel/include/support/obj_perm_sets.spt")
|
||||||
|
except IOError, error:
|
||||||
|
- raise IOError("Reference policy generation requires the policy development package.\n%s" % error)
|
||||||
|
+ raise IOError("Reference policy generation requires the policy development package selinux-policy-devel.\n%s" % error)
|
||||||
|
records = fd.read().split("\n")
|
||||||
|
regexp = "^define *\(`([^']*)' *, *` *\{([^}]*)}'"
|
||||||
|
for r in records:
|
||||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils-1.30.14/po/hi.po
|
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils-1.30.14/po/hi.po
|
||||||
--- nsapolicycoreutils/po/hi.po 2006-06-16 15:08:24.000000000 -0400
|
--- nsapolicycoreutils/po/hi.po 2006-06-16 15:08:24.000000000 -0400
|
||||||
+++ policycoreutils-1.30.14/po/hi.po 2006-06-19 10:34:57.000000000 -0400
|
+++ policycoreutils-1.30.14/po/hi.po 2006-06-19 10:34:57.000000000 -0400
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.30.14
|
Version: 1.30.14
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
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
|
||||||
@ -111,6 +111,9 @@ rm -rf %{buildroot}
|
|||||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-3
|
||||||
|
- Prompt for selinux-policy-devel package in audit2allow
|
||||||
|
|
||||||
* Mon Jun 19 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-2
|
* Mon Jun 19 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-2
|
||||||
- Allow setsebool to use on/off
|
- Allow setsebool to use on/off
|
||||||
- Update translations
|
- Update translations
|
||||||
|
Loading…
Reference in New Issue
Block a user