Searched refs:aa_path_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | path.h | 24 int aa_path_name(const struct path *path, int flags, char *buffer,
|
/openbmc/linux/security/apparmor/ |
H A D | mount.c | 323 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() 618 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount() 685 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot() 690 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
|
H A D | path.c | 197 int aa_path_name(const struct path *path, int flags, char *buffer, in aa_path_name() function
|
H A D | domain.c | 648 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition() 759 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
|
H A D | file.c | 169 error = aa_path_name(path, flags, buffer, name, &info, in path_name()
|