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

/linux-master/security/apparmor/include/
H A Dfile.h86 int aa_path_perm(const char *op, const struct cred *subj_cred,
/linux-master/security/apparmor/
H A Dlsm.c227 error = aa_path_perm(op, current_cred(), label, path, 0, mask,
414 error = aa_path_perm(OP_RENAME_SRC, current_cred(),
420 error = aa_path_perm(OP_RENAME_DEST, current_cred(),
427 error = aa_path_perm(OP_RENAME_SRC, current_cred(),
433 error = aa_path_perm(OP_RENAME_DEST, current_cred(),
491 error = aa_path_perm(OP_OPEN, file->f_cred,
H A Dfile.c271 * aa_path_perm - do permissions check & audit for @path
282 int aa_path_perm(const char *op, const struct cred *subj_cred, function

Completed in 401 milliseconds