commit: 58d9b420e98c471fe7a2b64caf4c1db6a83a8699
Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Sat Jun 7 18:13:02 2014 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 18:13:02 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=58d9b420
netlink_selinux_socket, not selinux_netlink_socket
---
policy/modules/system/selinuxutil.te | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/policy/modules/system/selinuxutil.te
b/policy/modules/system/selinuxutil.te
index b4d7bc3..2910423 100644
--- a/policy/modules/system/selinuxutil.te
+++ b/policy/modules/system/selinuxutil.te
@@ -652,7 +652,7 @@ ifdef(`distro_gentoo',`
# Fix bug #512676
allow run_init_t self:process signal;
- allow run_init_t self:selinux_netlink_socket { create bind };
+ allow run_init_t self:netlink_selinux_socket { create bind };
# Denials upon loading policy
fs_getattr_tmpfs(setfiles_t)