如果文件名与规则末尾指定的完全匹配,但与通配符不匹配,则这种规则非常有效。下面示例中的星号不起作用。好吧,实际上确实如此,但它被视为文件名的一部分,而不是“正则表达式”
module test 1.2;
require {
type unconfined_t;
type httpd_sys_rw_content_t;
type usr_t;
class file {create};
}
type_transition unconfined_t usr_t:file httpd_sys_rw_content_t "test*";