Home
last modified time | relevance | path

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

/linux-6.3-rc2/security/apparmor/
A Dlib.c61 char *aa_split_fqname(char *fqname, char **ns_name) in aa_split_fqname() argument
63 char *name = strim(fqname); in aa_split_fqname()
102 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name, in aa_splitn_fqname() argument
105 const char *end = fqname + n; in aa_splitn_fqname()
106 const char *name = skipn_spaces(fqname, n); in aa_splitn_fqname()
A Dpolicy.c552 const char *fqname, size_t n) in aa_fqlookupn_profile() argument
559 name = aa_splitn_fqname(fqname, n, &ns_name, &ns_len); in aa_fqlookupn_profile()
568 profile = aa_lookupn_profile(ns, name, n - (name - fqname)); in aa_fqlookupn_profile()
1273 char *fqname, size_t size) in aa_remove_profiles() argument
1277 const char *name = fqname, *info = NULL; in aa_remove_profiles()
1281 if (*fqname == 0) { in aa_remove_profiles()
1287 if (fqname[0] == ':') { in aa_remove_profiles()
1290 name = aa_splitn_fqname(fqname, size, &ns_name, &ns_len); in aa_remove_profiles()
A Ddomain.c1298 int aa_change_profile(const char *fqname, int flags) in aa_change_profile() argument
1304 const char *auditname = fqname; /* retain leading & if stack */ in aa_change_profile()
1323 if (!fqname || !*fqname) { in aa_change_profile()
1343 if (*fqname == '&') { in aa_change_profile()
1346 fqname++; in aa_change_profile()
1348 target = aa_label_parse(label, fqname, GFP_KERNEL, true, false); in aa_change_profile()
1364 fqname, GFP_KERNEL); in aa_change_profile()
/linux-6.3-rc2/security/apparmor/include/
A Ddomain.h31 int aa_change_profile(const char *fqname, int flags);
A Dlib.h61 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name,
A Dpolicy.h248 const char *fqname, size_t n);

Completed in 11 milliseconds