• 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

  • 相关阅读:
    亚瑟阿伦36问
    Oracle动态SQL
    Oracle分页
    Oracle游标+动态SQL
    Oracle %type %rowtype
    Oracle游标
    Oracle存储过程和Java调用
    Oracle循环
    Oracle(if判断)
    Oracle视图
  • 原文地址:https://www.cnblogs.com/aspirs/p/15128754.html
Copyright © 2020-2023  润新知