Searched refs:fqname (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/security/apparmor/ |
D | lib.c | 38 char *aa_split_fqname(char *fqname, char **ns_name) in aa_split_fqname() argument 40 char *name = strim(fqname); in aa_split_fqname()
|
D | procattr.c | 159 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test) in aa_setprocattr_changeprofile() argument 163 name = aa_split_fqname(fqname, &ns_name); in aa_setprocattr_changeprofile()
|
D | domain.c | 206 static const char *separate_fqname(const char *fqname, const char **ns_name) in separate_fqname() argument 210 if (fqname[0] == ':') { in separate_fqname() 215 *ns_name = fqname + 1; /* skip : */ in separate_fqname() 221 name = fqname; in separate_fqname()
|
D | policy.c | 1240 ssize_t aa_remove_profiles(char *fqname, size_t size) in aa_remove_profiles() argument 1244 const char *name = fqname, *info = NULL; in aa_remove_profiles() 1247 if (*fqname == 0) { in aa_remove_profiles() 1255 if (fqname[0] == ':') { in aa_remove_profiles() 1257 name = aa_split_fqname(fqname, &ns_name); in aa_remove_profiles()
|
/linux-4.4.14/security/apparmor/include/ |
D | procattr.h | 23 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test);
|