init: fix init_manage_pid_symlinks to grant more than just create permissions
This was introduced in 4e842fe209
by me.
Signed-off-by: bauen1 <j2468h@gmail.com>
This commit is contained in:
parent
ab2c353048
commit
b184f71bed
|
@ -1395,7 +1395,7 @@ interface(`init_manage_pid_symlinks', `
|
|||
type init_runtime_t;
|
||||
')
|
||||
|
||||
allow $1 init_runtime_t:lnk_file create_lnk_file_perms;
|
||||
manage_lnk_files_pattern($1, init_runtime_t, init_runtime_t)
|
||||
')
|
||||
|
||||
######################################
|
||||
|
|
Loading…
Reference in New Issue