Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dpath.h25 int aa_path_name(const struct path *path, int flags, char *buffer,
/linux/security/apparmor/
H A Dmount.c324 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str()
383 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt()
617 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount()
683 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
688 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
H A Dpath.c202 int aa_path_name(const struct path *path, int flags, char *buffer, in aa_path_name() function
H A Dtask.c316 if (aa_path_name(&p, FLAG_VIEW_SUBNS, buffer, &path_str, NULL, NULL)) in get_current_exe_path()
H A Ddomain.c678 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition()
819 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
H A Dfile.c162 error = aa_path_name(path, flags, buffer, name, &info, in path_name()