diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 14:37:17 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 14:37:17 +0200 |
commit | f04b459fb75b28dd57c7f22bc69588f087956373 (patch) | |
tree | 62f1dd7658c744e961f54d7e8ddfc12869e384b0 /support-files | |
parent | 8bc5bf2cb6a235e55a8fd9aaaff5d2b18296d37b (diff) | |
parent | cac995ec6f7d23c5b725e6ee19fc4f6ed38561f1 (diff) | |
download | mariadb-git-f04b459fb75b28dd57c7f22bc69588f087956373.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/policy/selinux/mariadb-server.te | 1 |
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; |