diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 14:57:49 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 14:57:49 +0200 |
commit | 080676ca51e0f9f6684277acf9d7f54368987b47 (patch) | |
tree | 3987328abd236cc9700dca54103dad99c5aaaa1f /support-files | |
parent | eb25f47423d64bc038e67bf7895bc6663ee4f1c3 (diff) | |
parent | c76bdc57ffb08043e7b509a188d4626d0f3063c9 (diff) | |
download | mariadb-git-080676ca51e0f9f6684277acf9d7f54368987b47.tar.gz |
Merge 10.7 into 10.8
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; |