setools/tests/perm_map

43 lines
517 B
Plaintext
Raw Normal View History

# this is an early comment
2014-07-08 18:28:55 +00:00
5
# this is a comment before a class
2014-07-08 18:28:55 +00:00
class infoflow 6
low_w w 1
med_w w 5
hi_w w 10
low_r r 1
med_r r 5
hi_r r 10
# this a comment between classes
2014-07-08 18:28:55 +00:00
class infoflow2 7
# this is a comment before perms
2014-07-08 18:28:55 +00:00
low_w w 1
med_w w 5
hi_w w 10
# this is a comment between perms
low_r r 1 # this is a comment after a perm
2014-07-08 18:28:55 +00:00
med_r r 5
hi_r r 10
super b 10
class infoflow3 1
null n 1
class file 2
execute r 10
entrypoint r 10
class process 1
transition w 10
# this is an extra comment at the end