Home
last modified time | relevance | path

Searched defs:subj_cred (Results 1 – 5 of 5) sorted by relevance

/linux/security/apparmor/
H A Dmount.c134 static int audit_mount(const struct cred *subj_cred, in audit_mount()
305 static int match_mnt_path_str(const struct cred *subj_cred, in match_mnt_path_str()
367 static int match_mnt(const struct cred *subj_cred, in match_mnt()
396 int aa_remount(const struct cred *subj_cred, in aa_remount()
422 int aa_bind_mount(const struct cred *subj_cred, in aa_bind_mount()
460 int aa_mount_change_type(const struct cred *subj_cred, in aa_mount_change_type()
487 int aa_move_mount(const struct cred *subj_cred, in aa_move_mount()
519 int aa_move_mount_old(const struct cred *subj_cred, struct aa_label *label, in aa_move_mount_old()
537 int aa_new_mount(const struct cred *subj_cred, struct aa_label *label, in aa_new_mount()
603 static int profile_umount(const struct cred *subj_cred, in profile_umount()
[all …]
H A Dfile.c94 int aa_audit_file(const struct cred *subj_cred, in aa_audit_file()
147 static int path_name(const char *op, const struct cred *subj_cred, in path_name()
215 static int __aa_path_perm(const char *op, const struct cred *subj_cred, in __aa_path_perm()
236 static int profile_path_perm(const char *op, const struct cred *subj_cred, in profile_path_perm()
269 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm()
313 static int profile_path_link(const struct cred *subj_cred, in profile_path_link()
420 int aa_path_link(const struct cred *subj_cred, in aa_path_link()
471 static int __file_path_perm(const char *op, const struct cred *subj_cred, in __file_path_perm()
532 static int __file_sock_perm(const char *op, const struct cred *subj_cred, in __file_sock_perm()
571 int aa_file_perm(const char *op, const struct cred *subj_cred, in aa_file_perm()
[all …]
H A Dresource.c56 static int audit_resource(const struct cred *subj_cred, in audit_resource()
88 static int profile_setrlimit(const struct cred *subj_cred, in profile_setrlimit()
115 int aa_task_setrlimit(const struct cred *subj_cred, struct aa_label *label, in aa_task_setrlimit()
H A Dnet.c138 int aa_af_perm(const struct cred *subj_cred, struct aa_label *label, in aa_af_perm()
149 static int aa_label_sk_perm(const struct cred *subj_cred, in aa_label_sk_perm()
189 int aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label, in aa_sock_file_perm()
H A Dipc.c103 int aa_may_signal(const struct cred *subj_cred, struct aa_label *sender, in aa_may_signal()