summaryrefslogtreecommitdiff
path: root/support-files/policy/selinux/mariadb.te
blob: 1d3de52c7004e196ef56435de832f990e6f3af36 (plain)
1
2
3
4
5
6
7
8
9
module mariadb 1.0;

require {
        type mysqld_safe_t;
        class capability { setuid setgid };
}

#============= mysqld_safe_t ==============
allow mysqld_safe_t self:capability { setuid setgid };