Add ghost flag for /var/run/setrans

This commit is contained in:
Dan Walsh 2014-01-14 17:28:48 -05:00
parent d6e8b72a30
commit 0aa8cbe3ec
1 changed files with 5 additions and 2 deletions

View File

@ -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.