Searched refs:fqname (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | lib.c | 62 char *aa_split_fqname(char *fqname, char **ns_name) in aa_split_fqname() argument 64 char *name = strim(fqname); in aa_split_fqname() 104 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name, in aa_splitn_fqname() argument 107 const char *end = fqname + n; in aa_splitn_fqname() 108 const char *name = skipn_spaces(fqname, n); in aa_splitn_fqname()
|
D | policy.c | 589 const char *fqname, size_t n) in aa_fqlookupn_profile() argument 596 name = aa_splitn_fqname(fqname, n, &ns_name, &ns_len); in aa_fqlookupn_profile() 605 profile = aa_lookupn_profile(ns, name, n - (name - fqname)); in aa_fqlookupn_profile() 1319 char *fqname, size_t size) in aa_remove_profiles() argument 1323 const char *name = fqname, *info = NULL; in aa_remove_profiles() 1327 if (*fqname == 0) { in aa_remove_profiles() 1333 if (fqname[0] == ':') { in aa_remove_profiles() 1336 name = aa_splitn_fqname(fqname, size, &ns_name, &ns_len); in aa_remove_profiles()
|
D | domain.c | 1329 int aa_change_profile(const char *fqname, int flags) in aa_change_profile() argument 1335 const char *auditname = fqname; /* retain leading & if stack */ in aa_change_profile() 1355 if (!fqname || !*fqname) { in aa_change_profile() 1397 if (*fqname == '&') { in aa_change_profile() 1400 fqname++; in aa_change_profile() 1402 target = aa_label_parse(label, fqname, GFP_KERNEL, true, false); in aa_change_profile() 1418 fqname, GFP_KERNEL); in aa_change_profile()
|
/linux-6.12.1/security/apparmor/include/ |
D | domain.h | 31 int aa_change_profile(const char *fqname, int flags);
|
D | lib.h | 63 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name,
|
D | policy.h | 269 const char *fqname, size_t n);
|