diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:58:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:58:25 +0000 |
commit | c95eee03355cbb1d17f7494e84e21f9cb2a114ce (patch) | |
tree | 3a84ec2f1e464e226ffe730f9d1ab2ed4ee30698 /selinux.patch | |
parent | 19987825e4b8db6b27467a7ee642a1916eb0d2a8 (diff) |
automatic import of fapolicydopeneuler24.03_LTS
Diffstat (limited to 'selinux.patch')
-rw-r--r-- | selinux.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/selinux.patch b/selinux.patch new file mode 100644 index 0000000..e95313a --- /dev/null +++ b/selinux.patch @@ -0,0 +1,13 @@ +diff -up ./fapolicyd-selinux-0.7/fapolicyd.te.fix ./fapolicyd-selinux-0.7/fapolicyd.te +--- ./fapolicyd-selinux-0.7/fapolicyd.te.fix 2023-06-15 17:11:47.964646794 +0200 ++++ ./fapolicyd-selinux-0.7/fapolicyd.te 2023-06-15 17:13:10.426477653 +0200 +@@ -50,6 +50,9 @@ ifdef(`watch_mount_dirs_pattern',` + + ifdef(`fs_watch_all_fs',` + fs_watch_all_fs(fapolicyd_t) ++') ++ ++ifdef(`files_watch_sb_all_mountpoints',` + files_watch_sb_all_mountpoints(fapolicyd_t) + ') + |