Add ftrule*h in apol and qpol
This commit is contained in:
parent
db984892b1
commit
66ba7d047b
@ -1481,3 +1481,47 @@ index ec0315f..e44b3bc 100644
|
|||||||
--
|
--
|
||||||
1.7.6.2
|
1.7.6.2
|
||||||
|
|
||||||
|
diff -up setools-3.3.7/libapol/include/apol/Makefile.am.filenametrans setools-3.3.7/libapol/include/apol/Makefile.am
|
||||||
|
--- setools-3.3.7/libapol/include/apol/Makefile.am.filenametrans 2009-07-14 14:03:27.000000000 -0400
|
||||||
|
+++ setools-3.3.7/libapol/include/apol/Makefile.am 2011-10-26 16:24:59.948130442 -0400
|
||||||
|
@@ -27,6 +27,7 @@ apol_HEADERS = \
|
||||||
|
relabel-analysis.h \
|
||||||
|
render.h \
|
||||||
|
role-query.h \
|
||||||
|
+ ftrule-query.h \
|
||||||
|
terule-query.h \
|
||||||
|
type-query.h \
|
||||||
|
types-relation-analysis.h \
|
||||||
|
diff -up setools-3.3.7/libapol/include/apol/Makefile.in.filenametrans setools-3.3.7/libapol/include/apol/Makefile.in
|
||||||
|
--- setools-3.3.7/libapol/include/apol/Makefile.in.filenametrans 2010-05-12 10:01:06.000000000 -0400
|
||||||
|
+++ setools-3.3.7/libapol/include/apol/Makefile.in 2011-10-26 16:25:07.834107745 -0400
|
||||||
|
@@ -378,6 +378,7 @@ apol_HEADERS = \
|
||||||
|
relabel-analysis.h \
|
||||||
|
render.h \
|
||||||
|
role-query.h \
|
||||||
|
+ ftrule-query.h \
|
||||||
|
terule-query.h \
|
||||||
|
type-query.h \
|
||||||
|
types-relation-analysis.h \
|
||||||
|
diff -up setools-3.3.7/libqpol/include/qpol/Makefile.am.filenametrans setools-3.3.7/libqpol/include/qpol/Makefile.am
|
||||||
|
--- setools-3.3.7/libqpol/include/qpol/Makefile.am.filenametrans 2011-10-26 16:22:28.723523155 -0400
|
||||||
|
+++ setools-3.3.7/libqpol/include/qpol/Makefile.am 2011-10-26 16:22:41.283493767 -0400
|
||||||
|
@@ -25,6 +25,7 @@ qpol_HEADERS = \
|
||||||
|
role_query.h \
|
||||||
|
syn_rule_query.h \
|
||||||
|
terule_query.h \
|
||||||
|
+ ftrule_query.h \
|
||||||
|
type_query.h \
|
||||||
|
user_query.h \
|
||||||
|
util.h
|
||||||
|
diff -up setools-3.3.7/libqpol/include/qpol/Makefile.in.filenametrans setools-3.3.7/libqpol/include/qpol/Makefile.in
|
||||||
|
--- setools-3.3.7/libqpol/include/qpol/Makefile.in.filenametrans 2010-05-12 10:01:07.000000000 -0400
|
||||||
|
+++ setools-3.3.7/libqpol/include/qpol/Makefile.in 2011-10-26 16:22:56.375457650 -0400
|
||||||
|
@@ -376,6 +376,7 @@ qpol_HEADERS = \
|
||||||
|
role_query.h \
|
||||||
|
syn_rule_query.h \
|
||||||
|
terule_query.h \
|
||||||
|
+ ftrule_query.h \
|
||||||
|
type_query.h \
|
||||||
|
user_query.h \
|
||||||
|
util.h
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: %{setools_maj_ver}.%{setools_min_ver}
|
Version: %{setools_maj_ver}.%{setools_min_ver}
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://oss.tresys.com/projects/setools
|
URL: http://oss.tresys.com/projects/setools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -367,6 +367,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%postun libs-tcl -p /sbin/ldconfig
|
%postun libs-tcl -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-19
|
||||||
|
- Add ftrule*h in apol and qpol
|
||||||
|
|
||||||
* Wed Sep 21 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-18
|
* Wed Sep 21 2011 Dan Walsh <dwalsh@redhat.com> - 3.3.7-18
|
||||||
- Fix output to match input in policy
|
- Fix output to match input in policy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user