Add ghost flag for /var/run/setrans
This commit is contained in:
parent
d6e8b72a30
commit
0aa8cbe3ec
@ -10,7 +10,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: %{name}-%{version}.tgz
|
Source: %{name}-%{version}.tgz
|
||||||
@ -191,7 +191,7 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libselinux.so.*
|
%{_libdir}/libselinux.so.*
|
||||||
/var/run/setrans
|
%ghost /var/run/setrans
|
||||||
%{_sbindir}/sefcontext_compile
|
%{_sbindir}/sefcontext_compile
|
||||||
%{_prefix}/lib/tmpfiles.d/libselinux.conf
|
%{_prefix}/lib/tmpfiles.d/libselinux.conf
|
||||||
|
|
||||||
@ -243,6 +243,9 @@ rm -rf %{buildroot}
|
|||||||
%{ruby_sitearch}/selinux.so
|
%{ruby_sitearch}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 14 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.2-2
|
||||||
|
- Add ghost flag for /var/run/setrans
|
||||||
|
|
||||||
* Mon Jan 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.2-1
|
* Mon Jan 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.2-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Fix userspace AVC handling of per-domain permissive mode.
|
* Fix userspace AVC handling of per-domain permissive mode.
|
||||||
|
Loading…
Reference in New Issue
Block a user