diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 11:33:08 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 11:33:08 +0200 |
commit | f921db7aa53070a0685183d5f7e1bf0a3b35c6d0 (patch) | |
tree | f34756d883dc9c423ce1698e22cdc48bca7ba862 /support-files | |
parent | b8bb185500b8b69dfad15abff5efa72457cdce88 (diff) | |
parent | 5b237e5965c613842a897516eebf0d4e9fe12f98 (diff) | |
download | mariadb-git-f921db7aa53070a0685183d5f7e1bf0a3b35c6d0.tar.gz |
Merge 10.3 into 10.4
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; |