Home
last modified time | relevance | path

Searched refs:aa_path_perm (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
Dfile.h192 int aa_path_perm(const char *op, struct aa_label *label,
/kernel/linux/linux-5.10/security/apparmor/
Dlsm.c211 error = aa_path_perm(op, label, path, 0, mask, cond); in common_perm()
372 error = aa_path_perm(OP_RENAME_SRC, label, &old_path, 0, in apparmor_path_rename()
377 error = aa_path_perm(OP_RENAME_DEST, label, &new_path, in apparmor_path_rename()
426 error = aa_path_perm(OP_OPEN, label, &file->f_path, 0, in apparmor_file_open()
Dfile.c313 int aa_path_perm(const char *op, struct aa_label *label, in aa_path_perm() function