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.
196 * Insert cil bool structure into sepol policydb.
206 * Insert all ordered cil category structures into sepol policydb.
216 * Insert cil category alias structure into sepol policydb.
226 * Insert the cil sensitivityorder into sepol policydb.
236 * Insert cil type rule structure into sepol policydb. This includes
247 * Insert cil avrule structure into sepol policydb.
257 * Insert cil booleanif structure into sepol policydb. This populates the
269 * Insert cil role transition structure into sepol policydb.
279 * Insert cil role allow structure into sepol policydb.
289 * Insert cil file transition structure into sepol policydb.
299 * Insert cil constrain/mlsconstrain structure(s) into sepol policydb.
309 * Define sepol level.
310 * Associates the sepol level (sensitivity) with categories.
313 * Sets the sepol level as defined in the sepol policy database.
315 * @param[in] pdb The policy database that holds the sepol level.
323 * Insert cil rangetransition structure into sepol policydb.
333 * Insert cil ibpkeycon structure into sepol policydb.
345 * Insert cil idbev structure into sepol policydb.
357 * Insert cil portcon structure into sepol policydb.
369 * Insert cil netifcon structure into sepol policydb.
381 * Insert cil nodecon structure into sepol policydb.
393 * Insert cil fsuse structure into sepol policydb.
405 * Insert cil genfscon structure into sepol policydb.
417 * Insert cil pirqcon structure into sepol policydb.
429 * Insert cil iomemcon structure into sepol policydb.
441 * Insert cil ioportcon structure into sepol policydb.
453 * Insert cil pcidevicecon structure into sepol policydb.
469 * @param[in] pdb The policy database to use to get sepol level from cil_level's sensitivity.