* Thu Aug 04 2016 Lukas Vrabec <lvrabec@redhat.com> 3.13.1-207
- Fix filesystem inteface file, we don't have nsfs_fs_t type, just nsfs_t
This commit is contained in:
parent
4d7576addc
commit
0ab5f5b469
Binary file not shown.
@ -18093,7 +18093,7 @@ index d7c11a0..6b3331d 100644
|
|||||||
/var/run/shm/.* <<none>>
|
/var/run/shm/.* <<none>>
|
||||||
-')
|
-')
|
||||||
diff --git a/policy/modules/kernel/filesystem.if b/policy/modules/kernel/filesystem.if
|
diff --git a/policy/modules/kernel/filesystem.if b/policy/modules/kernel/filesystem.if
|
||||||
index 8416beb..acf95e0 100644
|
index 8416beb..440c63f 100644
|
||||||
--- a/policy/modules/kernel/filesystem.if
|
--- a/policy/modules/kernel/filesystem.if
|
||||||
+++ b/policy/modules/kernel/filesystem.if
|
+++ b/policy/modules/kernel/filesystem.if
|
||||||
@@ -631,6 +631,27 @@ interface(`fs_getattr_cgroup',`
|
@@ -631,6 +631,27 @@ interface(`fs_getattr_cgroup',`
|
||||||
@ -20391,10 +20391,10 @@ index 8416beb..acf95e0 100644
|
|||||||
+#
|
+#
|
||||||
+interface(`fs_rw_nsfs_files',`
|
+interface(`fs_rw_nsfs_files',`
|
||||||
+ gen_require(`
|
+ gen_require(`
|
||||||
+ type nsfs_fs_t;
|
+ type nsfs_t;
|
||||||
+ ')
|
+ ')
|
||||||
+
|
+
|
||||||
+ rw_files_pattern($1, nsfs_fs_t, nsfs_fs_t)
|
+ rw_files_pattern($1, nsfs_t, nsfs_t)
|
||||||
+')
|
+')
|
||||||
+
|
+
|
||||||
+########################################
|
+########################################
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.13.1
|
Version: 3.13.1
|
||||||
Release: 206%{?dist}
|
Release: 207%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -648,6 +648,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 04 2016 Lukas Vrabec <lvrabec@redhat.com> 3.13.1-207
|
||||||
|
- Fix filesystem inteface file, we don't have nsfs_fs_t type, just nsfs_t
|
||||||
|
|
||||||
* Tue Aug 02 2016 Lukas Vrabec <lvrabec@redhat.com> 3.13.1-206
|
* Tue Aug 02 2016 Lukas Vrabec <lvrabec@redhat.com> 3.13.1-206
|
||||||
- collectd: update policy for 5.5
|
- collectd: update policy for 5.5
|
||||||
- Allow puppet_t transtition to shorewall_t
|
- Allow puppet_t transtition to shorewall_t
|
||||||
|
Loading…
Reference in New Issue
Block a user