summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-02-17 11:58:25 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-02-17 11:58:25 +0200
commitcac995ec6f7d23c5b725e6ee19fc4f6ed38561f1 (patch)
treeec7be6811f5cf5f08676d0f2b5bc6671689a0347 /support-files
parent5948d7602ec7f61937c368dcb134e6ec226a2990 (diff)
parent6f4740fde709b94681bab6d66317ddabeac2c252 (diff)
downloadmariadb-git-cac995ec6f7d23c5b725e6ee19fc4f6ed38561f1.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'support-files')
-rw-r--r--support-files/policy/selinux/mariadb-server.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/policy/selinux/mariadb-server.te b/support-files/policy/selinux/mariadb-server.te
index 851f8add61c..89846063506 100644
--- a/support-files/policy/selinux/mariadb-server.te
+++ b/support-files/policy/selinux/mariadb-server.te
@@ -21,6 +21,7 @@ require {
type shell_exec_t;
type anon_inodefs_t;
type fixed_disk_device_t;
+ type usermodehelper_t;
class lnk_file read;
class process { getattr signull };
class unix_stream_socket connectto;