Searched refs:policy (Results 1 - 6 of 6) sorted by relevance

/security/tomoyo/
H A DMakefile3 $(obj)/policy/profile.conf:
4 @mkdir -p $(obj)/policy/
5 @echo Creating an empty policy/profile.conf
8 $(obj)/policy/exception_policy.conf:
9 @mkdir -p $(obj)/policy/
10 @echo Creating a default policy/exception_policy.conf
14 $(obj)/policy/domain_policy.conf:
15 @mkdir -p $(obj)/policy/
16 @echo Creating an empty policy/domain_policy.conf
19 $(obj)/policy/manage
[all...]
/security/apparmor/
H A Dpolicy.c4 * This file contains AppArmor policy manipulation functions
15 * AppArmor policy is based around profiles, which contain the rules a
27 * namespace://profile - used by policy
52 * eg. if a mail program starts an editor, the policy might make the
56 * is preserved. This feature isn't exploited by AppArmor reference policy
87 #include "include/policy.h"
119 * policy_init - initialize a policy structure
120 * @policy: policy to initialize (NOT NULL)
122 * @name: name of the policy, ini
128 policy_init(struct aa_policy *policy, const char *prefix, const char *name) argument
153 policy_destroy(struct aa_policy *policy) argument
183 struct aa_policy *policy; local
208 struct aa_policy *policy; local
792 struct aa_policy *policy; local
1094 struct aa_policy *policy; local
[all...]
H A Dpolicy_unpack.c4 * This file contains AppArmor functions for unpacking policy loaded from
15 * AppArmor uses a serialized binary format for loading policy. To find
16 * policy format documentation look in Documentation/security/apparmor.txt
17 * All policy is validated before it is used.
29 #include "include/policy.h"
83 * audit_iface - do audit message for policy unpacking/load/replace/remove
580 /* generic policy dfa - optional and may be NULL */
581 profile->policy.dfa = unpack_dfa(e);
582 if (IS_ERR(profile->policy.dfa)) {
583 error = PTR_ERR(profile->policy
[all...]
H A DMakefile6 path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \
37 # required by policy load to map policy ordering of RLIMITs to internal
/security/apparmor/include/
H A Dpolicy.h4 * This file contains AppArmor policy definitions.
82 * @list: list policy object is on
106 * @base: common policy
143 /* struct aa_policydb - match engine for a policy
148 /* Generic policy DFA specific rule types will be subsections of it */
176 * @policy: general match rules governing policy
217 struct aa_policydb policy; member in struct:aa_profile
/security/
H A DKconfig58 derived from IPSec policy. Non-IPSec communications are

Completed in 131 milliseconds