Move attribute_role decls to top of policy.conf/base.conf.

This commit is contained in:
Chris PeBenito 2011-08-01 09:01:45 -04:00
parent c0cdc81ee5
commit 2dd113f11c
2 changed files with 2 additions and 2 deletions

View File

@ -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: &/

View File

@ -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
}