Home
last modified time | relevance | path

Searched refs:aa_path_name (Results 1 – 4 of 4) sorted by relevance

/security/apparmor/include/
Dpath.h29 int aa_path_name(struct path *path, int flags, char **buffer,
/security/apparmor/
Dfile.c287 error = aa_path_name(path, flags, &buffer, &name, &info); in aa_path_perm()
367 error = aa_path_name(&link, profile->path_flags, &buffer, &lname, in aa_path_link()
373 error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, in aa_path_link()
Dpath.c207 int aa_path_name(struct path *path, int flags, char **buffer, const char **name, in aa_path_name() function
Ddomain.c375 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()