Home
last modified time | relevance | path

Searched refs:fqname (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/security/apparmor/
Dlib.c42 char *aa_split_fqname(char *fqname, char **ns_name) in aa_split_fqname() argument
44 char *name = strim(fqname); in aa_split_fqname()
83 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name, in aa_splitn_fqname() argument
86 const char *end = fqname + n; in aa_splitn_fqname()
87 const char *name = skipn_spaces(fqname, n); in aa_splitn_fqname()
Dpolicy.c457 const char *fqname, size_t n) in aa_fqlookupn_profile() argument
464 name = aa_splitn_fqname(fqname, n, &ns_name, &ns_len); in aa_fqlookupn_profile()
473 profile = aa_lookupn_profile(ns, name, n - (name - fqname)); in aa_fqlookupn_profile()
1141 char *fqname, size_t size) in aa_remove_profiles() argument
1145 const char *name = fqname, *info = NULL; in aa_remove_profiles()
1149 if (*fqname == 0) { in aa_remove_profiles()
1155 if (fqname[0] == ':') { in aa_remove_profiles()
1158 name = aa_splitn_fqname(fqname, size, &ns_name, &ns_len); in aa_remove_profiles()
Ddomain.c1292 int aa_change_profile(const char *fqname, int flags) in aa_change_profile() argument
1298 const char *auditname = fqname; /* retain leading & if stack */ in aa_change_profile()
1317 if (!fqname || !*fqname) { in aa_change_profile()
1337 if (*fqname == '&') { in aa_change_profile()
1340 fqname++; in aa_change_profile()
1342 target = aa_label_parse(label, fqname, GFP_KERNEL, true, false); in aa_change_profile()
1358 fqname, GFP_KERNEL); in aa_change_profile()
/Linux-v6.1/security/apparmor/include/
Ddomain.h37 int aa_change_profile(const char *fqname, int flags);
Dlib.h61 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name,
Dpolicy.h193 const char *fqname, size_t n);