mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-06 15:11:32 +00:00
Fix the exposed bugs in PermissionMap. Add an exception for parse errors in the permission map file parser, as SyntaxError is not the correct exception.
29 lines
276 B
Plaintext
29 lines
276 B
Plaintext
5
|
|
|
|
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
|
|
|
|
class infoflow2 7
|
|
low_w w 1
|
|
med_w w 5
|
|
hi_w w 10
|
|
low_r r 1
|
|
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 11
|