Searched refs:fqname (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/security/apparmor/include/ |
D | procattr.h | 23 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test); 24 int aa_setprocattr_permipc(char *fqname);
|
/linux-2.6.39/security/apparmor/ |
D | procattr.c | 158 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test) in aa_setprocattr_changeprofile() argument 162 name = aa_split_fqname(fqname, &ns_name); in aa_setprocattr_changeprofile() 166 int aa_setprocattr_permipc(char *fqname) in aa_setprocattr_permipc() argument
|
D | lib.c | 36 char *aa_split_fqname(char *fqname, char **ns_name) in aa_split_fqname() argument 38 char *name = strim(fqname); in aa_split_fqname()
|
D | policy.c | 1123 ssize_t aa_remove_profiles(char *fqname, size_t size) in aa_remove_profiles() argument 1127 const char *name = fqname, *info = NULL; in aa_remove_profiles() 1130 if (*fqname == 0) { in aa_remove_profiles() 1138 if (fqname[0] == ':') { in aa_remove_profiles() 1140 name = aa_split_fqname(fqname, &ns_name); in aa_remove_profiles()
|
D | domain.c | 212 static const char *separate_fqname(const char *fqname, const char **ns_name) in separate_fqname() argument 216 if (fqname[0] == ':') { in separate_fqname() 221 *ns_name = fqname + 1; /* skip : */ in separate_fqname() 227 name = fqname; in separate_fqname()
|