aboutsummaryrefslogtreecommitdiffstats
path: root/ueventd.te
diff options
context:
space:
mode:
Diffstat (limited to 'ueventd.te')
-rw-r--r--ueventd.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/ueventd.te b/ueventd.te
index 2af8e94..e80fa32 100644
--- a/ueventd.te
+++ b/ueventd.te
@@ -19,6 +19,6 @@ allow ueventd dev_type:dir create_dir_perms;
allow ueventd dev_type:lnk_file { create unlink };
allow ueventd dev_type:chr_file { create setattr unlink };
allow ueventd dev_type:blk_file { create setattr unlink };
-allow ueventd self:netlink_kobject_uevent_socket *;
+allow ueventd self:netlink_kobject_uevent_socket create_socket_perms;
allow ueventd efs_file:dir search;
allow ueventd efs_file:file r_file_perms;