首页 > 系统服务 > 详细

selinux misc

时间:2021-08-11 19:18:47      阅读:13      评论:0      收藏:0      [点我收藏+]

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 misc

原文:https://www.cnblogs.com/aspirs/p/15128754.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!