- Update to NSA Release
Merged loadable module support from Tresys Technology. Merged patch to prohibit the use of * and ~ in type sets (other than in neverallow statements) and in role sets from Joshua Brindle (Tresys). Updated version for release.
This commit is contained in:
parent
4fcad70d3a
commit
dfc85e21d9
@ -14,3 +14,4 @@ checkpolicy-1.23.1.tgz
|
||||
checkpolicy-1.23.2.tgz
|
||||
checkpolicy-1.23.3.tgz
|
||||
checkpolicy-1.23.4.tgz
|
||||
checkpolicy-1.25.2.tgz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%define libsepolver 1.5.9-2
|
||||
%define libsepolver 1.7-1
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 1.25.2
|
||||
@ -34,7 +34,7 @@ make LIBDIR="%{_libdir}" CFLAGS="%{optflags}"
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
||||
make DESTDIR="${RPM_BUILD_ROOT}" install
|
||||
make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
@ -42,6 +42,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/checkpolicy
|
||||
%{_bindir}/checkmodule
|
||||
%{_mandir}/man8/checkpolicy.8.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user