getty: add watch perms
Signed-off-by: Guido Trentalancia <guido@trentalancia.com> -- policy/modules/system/getty.te | 1 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
77174969ba
commit
8c72952ea4
|
@ -46,6 +46,7 @@ files_lock_filetrans(getty_t, getty_lock_t, file)
|
|||
allow getty_t getty_log_t:file { append_file_perms create_file_perms setattr_file_perms };
|
||||
logging_log_filetrans(getty_t, getty_log_t, file)
|
||||
|
||||
allow getty_t getty_runtime_t:dir watch;
|
||||
manage_files_pattern(getty_t, getty_runtime_t, getty_runtime_t)
|
||||
files_pid_filetrans(getty_t, getty_runtime_t, file)
|
||||
|
||||
|
|
Loading…
Reference in New Issue