Details | Last modification | View Log | RSS feed
module my-mysqld 1.0;
require {
type unlabeled_t;
type mysqld_t;
class dir { add_name remove_name write };
}
#============= mysqld_t ==============
#!!!! This avc is allowed in the current policy
allow mysqld_t unlabeled_t:dir write;
allow mysqld_t unlabeled_t:dir { add_name remove_name };