原始内容
高亮显示
复制内容
module modreq_bool_opt 1.0; require { class file {read write}; } type mod_global_t; optional { require { bool bool_req; } type a_t; type b_t; type mod_opt_t; if (bool_req) { allow a_t b_t : file { read write }; } }
您还没有登录,登录后您可以:
首次使用?从这里 注册