Home
last modified time | relevance | path

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

/linux-6.15/security/apparmor/
H A Dlib.c66 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name, in aa_splitn_fqname() argument
69 const char *end = fqname + n; in aa_splitn_fqname()
70 const char *name = skipn_spaces(fqname, n); in aa_splitn_fqname()
H A Dpolicy.c583 const char *fqname, size_t n) in aa_fqlookupn_profile() argument
590 name = aa_splitn_fqname(fqname, n, &ns_name, &ns_len); in aa_fqlookupn_profile()
599 profile = aa_lookupn_profile(ns, name, n - (name - fqname)); in aa_fqlookupn_profile()
1314 char *fqname, size_t size) in aa_remove_profiles() argument
1318 const char *name = fqname, *info = NULL; in aa_remove_profiles()
1322 if (*fqname == 0) { in aa_remove_profiles()
1328 if (fqname[0] == ':') { in aa_remove_profiles()
1331 name = aa_splitn_fqname(fqname, size, &ns_name, &ns_len); in aa_remove_profiles()
H A Ddomain.c1318 int aa_change_profile(const char *fqname, int flags) in aa_change_profile() argument
1324 const char *auditname = fqname; /* retain leading & if stack */ in aa_change_profile()
1344 if (!fqname || !*fqname) { in aa_change_profile()
1386 if (*fqname == '&') { in aa_change_profile()
1389 fqname++; in aa_change_profile()
1391 target = aa_label_parse(label, fqname, GFP_KERNEL, true, false); in aa_change_profile()
1407 fqname, GFP_KERNEL); in aa_change_profile()
/linux-6.15/security/apparmor/include/
H A Ddomain.h31 int aa_change_profile(const char *fqname, int flags);
H A Dlib.h62 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name,
H A Dpolicy.h268 const char *fqname, size_t n);