root/archive/mls/mcs

Revision 1056, 6.1 kB (checked in by cpebenito, 3 years ago)

add fc mls policy

Line 
1 #
2 # Define sensitivities
3 #
4 # Each sensitivity has a name and zero or more aliases.
5 #
6 # MCS is single-sensitivity.
7 #
8 sensitivity s0;
9
10 #
11 # Define the ordering of the sensitivity levels (least to greatest)
12 #
13 dominance { s0 }
14
15
16 #
17 # Define the categories
18 #
19 # Each category has a name and zero or more aliases.
20 #
21 category c0; category c1; category c2; category c3;
22 category c4; category c5; category c6; category c7;
23 category c8; category c9; category c10; category c11;
24 category c12; category c13; category c14; category c15;
25 category c16; category c17; category c18; category c19;
26 category c20; category c21; category c22; category c23;
27 category c24; category c25; category c26; category c27;
28 category c28; category c29; category c30; category c31;
29 category c32; category c33; category c34; category c35;
30 category c36; category c37; category c38; category c39;
31 category c40; category c41; category c42; category c43;
32 category c44; category c45; category c46; category c47;
33 category c48; category c49; category c50; category c51;
34 category c52; category c53; category c54; category c55;
35 category c56; category c57; category c58; category c59;
36 category c60; category c61; category c62; category c63;
37 category c64; category c65; category c66; category c67;
38 category c68; category c69; category c70; category c71;
39 category c72; category c73; category c74; category c75;
40 category c76; category c77; category c78; category c79;
41 category c80; category c81; category c82; category c83;
42 category c84; category c85; category c86; category c87;
43 category c88; category c89; category c90; category c91;
44 category c92; category c93; category c94; category c95;
45 category c96; category c97; category c98; category c99;
46 category c100; category c101; category c102; category c103;
47 category c104; category c105; category c106; category c107;
48 category c108; category c109; category c110; category c111;
49 category c112; category c113; category c114; category c115;
50 category c116; category c117; category c118; category c119;
51 category c120; category c121; category c122; category c123;
52 category c124; category c125; category c126; category c127;
53 category c128; category c129; category c130; category c131;
54 category c132; category c133; category c134; category c135;
55 category c136; category c137; category c138; category c139;
56 category c140; category c141; category c142; category c143;
57 category c144; category c145; category c146; category c147;
58 category c148; category c149; category c150; category c151;
59 category c152; category c153; category c154; category c155;
60 category c156; category c157; category c158; category c159;
61 category c160; category c161; category c162; category c163;
62 category c164; category c165; category c166; category c167;
63 category c168; category c169; category c170; category c171;
64 category c172; category c173; category c174; category c175;
65 category c176; category c177; category c178; category c179;
66 category c180; category c181; category c182; category c183;
67 category c184; category c185; category c186; category c187;
68 category c188; category c189; category c190; category c191;
69 category c192; category c193; category c194; category c195;
70 category c196; category c197; category c198; category c199;
71 category c200; category c201; category c202; category c203;
72 category c204; category c205; category c206; category c207;
73 category c208; category c209; category c210; category c211;
74 category c212; category c213; category c214; category c215;
75 category c216; category c217; category c218; category c219;
76 category c220; category c221; category c222; category c223;
77 category c224; category c225; category c226; category c227;
78 category c228; category c229; category c230; category c231;
79 category c232; category c233; category c234; category c235;
80 category c236; category c237; category c238; category c239;
81 category c240; category c241; category c242; category c243;
82 category c244; category c245; category c246; category c247;
83 category c248; category c249; category c250; category c251;
84 category c252; category c253; category c254; category c255;
85
86
87 #
88 # Each MCS level specifies a sensitivity and zero or more categories which may
89 # be associated with that sensitivity.
90 #
91 level s0:c0.c255;
92
93 #
94 # Define the MCS policy
95 #
96 # mlsconstrain class_set perm_set expression ;
97 #
98 # mlsvalidatetrans class_set expression ;
99 #
100 # expression : ( expression )
101 #            | not expression
102 #            | expression and expression
103 #            | expression or expression
104 #            | u1 op u2
105 #            | r1 role_mls_op r2
106 #            | t1 op t2
107 #            | l1 role_mls_op l2
108 #            | l1 role_mls_op h2
109 #            | h1 role_mls_op l2
110 #            | h1 role_mls_op h2
111 #            | l1 role_mls_op h1
112 #            | l2 role_mls_op h2
113 #            | u1 op names
114 #            | u2 op names
115 #            | r1 op names
116 #            | r2 op names
117 #            | t1 op names
118 #            | t2 op names
119 #            | u3 op names (NOTE: this is only available for mlsvalidatetrans)
120 #            | r3 op names (NOTE: this is only available for mlsvalidatetrans)
121 #            | t3 op names (NOTE: this is only available for mlsvalidatetrans)
122 #
123 # op : == | !=
124 # role_mls_op : == | != | eq | dom | domby | incomp
125 #
126 # names : name | { name_list }
127 # name_list : name | name_list name
128 #
129
130 #
131 # MCS policy for the file classes
132 #
133 # Constrain file access so that the high range of the process dominates
134 # the high range of the file.  We use the high range of the process so
135 # that processes can always simply run at s0.
136 #
137 # Only files are constrained by MCS at this stage.
138 #
139 mlsconstrain file { write setattr append unlink link rename
140                     create ioctl lock execute } (h1 dom h2);
141
142 mlsconstrain file { read } ((h1 dom h2) or
143                             ( t1 == mlsfileread ));
144
145
146 # new file labels must be dominated by the relabeling subject's clearance
147 mlsconstrain { dir file lnk_file chr_file blk_file sock_file fifo_file } { relabelfrom relabelto }
148         ( h1 dom h2 );
149
150 define(`nogetattr_file_perms', `{ create ioctl read lock write setattr append
151 link unlink rename relabelfrom relabelto }')
152
153 define(`nogetattr_dir_perms', `{ create read lock setattr ioctl link unlink
154 rename search add_name remove_name reparent write rmdir relabelfrom
155 relabelto }')
156
157 # XXX
158 #
159 # For some reason, we need to reference the mlsfileread attribute
160 # or we get a build error.  Below is a dummy entry to do this.
161 mlsconstrain xextension query ( t1 == mlsfileread );
162
Note: See TracBrowser for help on using the browser.