selinux misc

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;).

 

 

. selinux .te语法好的blog

https://blog.csdn.net/rayxiang520/article/details/78737494

. SEAndroid 问题解决

 https://blog.csdn.net/kongbaidepao/article/details/68491932

 

posted @ 2021-08-11 16:09  aspirs  阅读(26)  评论(0编辑  收藏  举报