Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4392535 commit 2724af9Copy full SHA for 2724af9
dist/selinux/libcare.te
@@ -52,6 +52,9 @@ allow libcare_t libcare_file_t: lnk_file read_lnk_file_perms;
52
# to read patient's /proc entries and be able to attach to it
53
allow libcare_t self: capability { dac_override dac_read_search sys_ptrace };
54
55
+# need by remote mprotect
56
+allow svirt_t self : process execmem;
57
+
58
allow libcare_t svirt_t : process ptrace;
59
allow libcare_t svirt_t : dir list_dir_perms;
60
allow libcare_t svirt_t : file rw_file_perms;
0 commit comments