• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; This file is required for sepolicy amend (go/seamendc).
2; The seamendc binary reads an amend SELinux policy as input in CIL format and applies its rules to
3; a binary SELinux policy. To parse the input correctly, we require the amend policy to be a valid
4; standalone policy. This file contains the preliminary statements(sid, sidorder, etc.) and
5; definitions (type, typeattribute, class, etc.) necessary to make the amend policy compile
6; successfully.
7(sid amend)
8(sidorder (amend))
9
10(classorder (file))
11
12;;;;;;;;;;;;;;;;;;;;;; shell.te ;;;;;;;;;;;;;;;;;;;;;;
13(type shell)
14(type sepolicy_test_file)
15(class file (ioctl read getattr lock map open watch watch_reads))
16