Searched defs:noreplace (Results 1 - 1 of 1) sorted by relevance

/security/apparmor/
H A Dpolicy.c873 * @noreplace: true if replacement shouldn't be allowed but addition is okay
878 static int replacement_allowed(struct aa_profile *profile, int noreplace, argument
885 } else if (noreplace) {
1034 * @noreplace - true if not replacing an existing profile
1041 bool noreplace, struct aa_profile **p,
1046 int error = replacement_allowed(*p, noreplace, info);
1060 * @noreplace: true if only doing addition, no replacement allowed
1068 ssize_t aa_replace_profiles(void *udata, size_t size, bool noreplace) argument
1097 error = __lookup_replace(ns, ent->new->base.hname, noreplace,
1104 noreplace,
1040 __lookup_replace(struct aa_namespace *ns, const char *hname, bool noreplace, struct aa_profile **p, const char **info) argument
[all...]

Completed in 130 milliseconds