diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 10:53:58 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-02-17 10:53:58 +0200 |
commit | 5b237e5965c613842a897516eebf0d4e9fe12f98 (patch) | |
tree | 6c5521b053ea560ac3231acf66e9a7d3189d0d87 /support-files | |
parent | 0a92ef458bba67223555066cc866a3b553768906 (diff) | |
parent | 73c391afc5f9315658e0486a375dbce2d109b9b5 (diff) | |
download | mariadb-git-5b237e5965c613842a897516eebf0d4e9fe12f98.tar.gz |
Merge 10.2 into 10.3
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; |