mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-31 15:56:35 +00:00
Move attribute_role decls to top of policy.conf/base.conf.
This commit is contained in:
parent
c0cdc81ee5
commit
2dd113f11c
@ -5,7 +5,7 @@
|
||||
/require \{/,/} # end require/b nextline
|
||||
/optional \{/,/} # end optional/b nextline
|
||||
|
||||
/^[[:blank:]]*(attribute|type(alias)?) /s/^/# this line was moved by the build process: &/
|
||||
/^[[:blank:]]*(attribute(_role)?|type(alias)?) /s/^/# this line was moved by the build process: &/
|
||||
/^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
|
||||
/^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
|
||||
/^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
|
||||
|
@ -5,7 +5,7 @@
|
||||
/require \{/,/} # end require/b nextline
|
||||
/optional \{/,/} # end optional/b nextline
|
||||
|
||||
/^[[:blank:]]*(attribute|type(alias)?|bool) /{
|
||||
/^[[:blank:]]*(attribute(_role)?|type(alias)?|bool) /{
|
||||
s/^[[:blank:]]+//
|
||||
p
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user