You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
773 B
24 lines
773 B
1 year ago
|
From 05780f9accae504440ffed0548bd3e4144cfb70e Mon Sep 17 00:00:00 2001
|
||
|
From: Radovan Sroka <rsroka@redhat.com>
|
||
|
Date: Wed, 19 Jul 2023 16:00:13 +0200
|
||
|
Subject: [PATCH] Allow links
|
||
|
|
||
|
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
|
||
|
---
|
||
|
fapolicyd.te | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/fapolicyd-selinux-0.6/fapolicyd.te b/fapolicyd-selinux-0.6/fapolicyd.te
|
||
|
index daf31bd..5d6f9aa 100644
|
||
|
--- a/fapolicyd-selinux-0.6/fapolicyd.te
|
||
|
+++ b/fapolicyd-selinux-0.6/fapolicyd.te
|
||
|
@@ -53,6 +53,8 @@ ifdef(`fs_watch_all_fs',`
|
||
|
files_watch_sb_all_mountpoints(fapolicyd_t)
|
||
|
')
|
||
|
|
||
|
+allow fapolicyd_t file_type : lnk_file { getattr read };
|
||
|
+
|
||
|
manage_files_pattern(fapolicyd_t, fapolicyd_log_t, fapolicyd_log_t)
|
||
|
logging_log_filetrans(fapolicyd_t, fapolicyd_log_t, file)
|
||
|
|