Searched refs:aa_path_name (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/security/apparmor/include/ |
H A D | path.h | 29 int aa_path_name(struct path *path, int flags, char **buffer,
|
/linux-4.1.27/security/apparmor/ |
H A D | path.c | 189 * aa_path_name - compute the pathname of a file 207 int aa_path_name(struct path *path, int flags, char **buffer, const char **name, aa_path_name() function
|
H A D | file.c | 287 error = aa_path_name(path, flags, &buffer, &name, &info); aa_path_perm() 367 error = aa_path_name(&link, profile->path_flags, &buffer, &lname, aa_path_link() 373 error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, aa_path_link()
|
H A D | domain.c | 369 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, apparmor_bprm_set_creds()
|
Completed in 130 milliseconds