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:
bauen1 2020-05-27 14:22:03 +02:00
parent ab2c353048
commit b184f71bed
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
1 changed files with 1 additions and 1 deletions

View File

@ -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)
')
######################################