- Add
- selinux_virtual_domain_context_path - selinux_virtual_image_context_path
This commit is contained in:
parent
6396f115b4
commit
19dec57f82
@ -88,8 +88,8 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/file_path_suffixes.h libs
|
|||||||
S_(FILE_CONTEXTS_LOCAL, "/contexts/files/file_contexts.local")
|
S_(FILE_CONTEXTS_LOCAL, "/contexts/files/file_contexts.local")
|
||||||
S_(X_CONTEXTS, "/contexts/x_contexts")
|
S_(X_CONTEXTS, "/contexts/x_contexts")
|
||||||
S_(COLORS, "/secolor.conf")
|
S_(COLORS, "/secolor.conf")
|
||||||
+ S_(VIRTUAL_DOMAIN, "contexts/virtual_domain_context")
|
+ S_(VIRTUAL_DOMAIN, "/contexts/virtual_domain_context")
|
||||||
+ S_(VIRTUAL_IMAGE, "contexts/virtual_image_context")
|
+ S_(VIRTUAL_IMAGE, "/contexts/virtual_image_context")
|
||||||
diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.77/src/matchpathcon.c
|
diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.77/src/matchpathcon.c
|
||||||
--- nsalibselinux/src/matchpathcon.c 2009-01-27 14:47:32.000000000 -0500
|
--- nsalibselinux/src/matchpathcon.c 2009-01-27 14:47:32.000000000 -0500
|
||||||
+++ libselinux-2.0.77/src/matchpathcon.c 2009-02-18 13:12:22.749385000 -0500
|
+++ libselinux-2.0.77/src/matchpathcon.c 2009-02-18 13:12:22.749385000 -0500
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.77
|
Version: 2.0.77
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
@ -164,7 +164,7 @@ exit 0
|
|||||||
%{ruby_sitearch}/selinux.so
|
%{ruby_sitearch}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.77-4
|
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.77-5
|
||||||
- Add
|
- Add
|
||||||
- selinux_virtual_domain_context_path
|
- selinux_virtual_domain_context_path
|
||||||
- selinux_virtual_image_context_path
|
- selinux_virtual_image_context_path
|
||||||
|
Loading…
Reference in New Issue
Block a user