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:
Guido Trentalancia 2020-03-19 05:50:11 +01:00
parent 77174969ba
commit 8c72952ea4
1 changed files with 1 additions and 0 deletions

View File

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