File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ allow l2tpd_t self:capability net_admin;
30
30
allow l2 tpd_t self:process signal_perms;
31
31
allow l2 tpd_t self:fifo_file rw_fifo_file_perms;
32
32
allow l2 tpd_t self:netlink_socket create_socket_perms;
33
+ allow l2 tpd_t self:netlink_generic_socket create_socket_perms;
33
34
allow l2 tpd_t self:rawip_socket create_socket_perms;
34
35
allow l2 tpd_t self:socket create_socket_perms;
35
36
allow l2 tpd_t self:tcp_socket { accept listen };
36
37
allow l2 tpd_t self:unix_dgram_socket sendto;
37
38
allow l2 tpd_t self:unix_stream_socket { accept listen };
38
39
allow l2 tpd_t self:pppox_socket create_socket_perms;
40
+ allow l2 tpd_t sysfs_t:file { open read };
39
41
40
42
read_files_pattern(l2 tpd_t, l2 tp_conf_t, l2 tp_conf_t)
41
43
@@ -77,6 +79,7 @@ kernel_request_load_module(l2tpd_t)
77
79
corecmd_exec_bin(l2 tpd_t)
78
80
79
81
dev_read_urand(l2 tpd_t)
82
+ dev_read_sysfs(l2 tpd_t)
80
83
81
84
term_setattr_generic_ptys(l2 tpd_t)
82
85
term_use_generic_ptys(l2 tpd_t)
You can’t perform that action at this time.
0 commit comments