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
|
||||
Name: libselinux
|
||||
Version: 2.2.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source: %{name}-%{version}.tgz
|
||||
@ -191,7 +191,7 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libselinux.so.*
|
||||
/var/run/setrans
|
||||
%ghost /var/run/setrans
|
||||
%{_sbindir}/sefcontext_compile
|
||||
%{_prefix}/lib/tmpfiles.d/libselinux.conf
|
||||
|
||||
@ -243,6 +243,9 @@ rm -rf %{buildroot}
|
||||
%{ruby_sitearch}/selinux.so
|
||||
|
||||
%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
|
||||
- Update to upstream
|
||||
* Fix userspace AVC handling of per-domain permissive mode.
|
||||
|
Loading…
Reference in New Issue
Block a user