Searched refs:dirname (Results 1 - 3 of 3) sorted by relevance

/security/apparmor/
H A Dapparmorfs.c418 if (!profile->dirname) {
423 profile->dirname = kmalloc(len + id_len + 1, GFP_KERNEL);
424 if (!profile->dirname)
427 mangle_name(profile->base.name, profile->dirname);
428 sprintf(profile->dirname + len, ".%ld", profile->ns->uniq_id++);
431 dent = securityfs_create_dir(profile->dirname, parent);
H A Dpolicy.c608 kzfree(profile->dirname);
/security/apparmor/include/
H A Dpolicy.h182 * @dirname: name of the profile dir in apparmorfs
223 char *dirname; member in struct:aa_profile

Completed in 195 milliseconds