selinux misc
时间:2021-08-11 19:18:47
收藏:0
阅读:14
selinux misc
. selinux语法
Section 5.2. Types, Attributes, and Aliases
https://flylib.com/books/en/2.803.1.40/1/
type type_name [ alias alias_set ] [, attribute_set] ;
|
type_name |
An identifier for the type. The identifier can be any length and can contain ASCII characters, numbers, an underscore (_), or a period (.). |
|
alias_set |
One or more alias identifiers. Alias identifiers have the same naming restrictions as type identifiers. If more than one alias identifier is specified, a space-separated list enclosed in braces ({ }) is used (for example, alias { aliasa_t aliasb_t }). |
|
attribute_set |
One or more previously declared attribute identifiers. If more than one attribute is specified, a comma-separated list is used (for example, type bin_t, file_type, exec_type;).
|
原文:https://www.cnblogs.com/aspirs/p/15128754.html
评论(0)