Home | History | Annotate | Download | only in src

Lines Matching refs:sepol

33 #include <sepol/policydb/policydb.h>
66 * Insert cil common structure into sepol policydb.
70 * @param[out] common_out The sepol common to send back.
77 * Insert cil class structure into sepol policydb.
87 * Insert cil role structure into sepol policydb.
97 * Insert cil roletype structure into sepol policydb.
108 * Insert cil type structure into sepol policydb.
118 * Insert cil typealias structure into sepol policydb.
128 * Insert cil typepermissive structure into sepol policydb.
140 * Insert cil attribute structure into sepol policydb.
150 * Insert cil attribute structure into sepol type->attribute bitmap.
165 * Insert cil policycap structure into sepol policydb.
175 * Insert cil user structure into sepol policydb.
185 * Insert cil userrole structure into sepol policydb.
195 * Insert cil bool structure into sepol policydb.
205 * Insert all ordered cil category structures into sepol policydb.
215 * Insert cil category alias structure into sepol policydb.
225 * Insert the cil sensitivityorder into sepol policydb.
235 * Insert cil type rule structure into sepol policydb. This includes
246 * Insert cil avrule structure into sepol policydb.
256 * Insert cil booleanif structure into sepol policydb. This populates the
268 * Insert cil role transition structure into sepol policydb.
278 * Insert cil role allow structure into sepol policydb.
288 * Insert cil file transition structure into sepol policydb.
298 * Insert cil constrain/mlsconstrain structure(s) into sepol policydb.
308 * Define sepol level.
309 * Associates the sepol level (sensitivity) with categories.
312 * Sets the sepol level as defined in the sepol policy database.
314 * @param[in] pdb The policy database that holds the sepol level.
322 * Insert cil rangetransition structure into sepol policydb.
332 * Insert cil portcon structure into sepol policydb.
344 * Insert cil netifcon structure into sepol policydb.
356 * Insert cil nodecon structure into sepol policydb.
368 * Insert cil fsuse structure into sepol policydb.
380 * Insert cil genfscon structure into sepol policydb.
392 * Insert cil pirqcon structure into sepol policydb.
404 * Insert cil iomemcon structure into sepol policydb.
416 * Insert cil ioportcon structure into sepol policydb.
428 * Insert cil pcidevicecon structure into sepol policydb.
444 * @param[in] pdb The policy database to use to get sepol level from cil_level's sensitivity.