Searched refs:aa_path_name (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | mount.c | 335 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str() 390 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt() 570 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount() 629 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot() 634 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
|
D | path.c | 201 int aa_path_name(const struct path *path, int flags, char *buffer, in aa_path_name() function
|
D | domain.c | 635 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition() 768 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
|
D | file.c | 178 error = aa_path_name(path, flags, buffer, name, &info, in path_name()
|
/Linux-v4.19/security/apparmor/include/ |
D | path.h | 29 int aa_path_name(const struct path *path, int flags, char *buffer,
|