• Home
  • Raw
  • Download

Lines Matching refs:op

102 		  const char *op, u32 request, const char *name,  in aa_audit_file()  argument
107 DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_TASK, op); in aa_audit_file()
166 static int path_name(const char *op, struct aa_label *label, in path_name() argument
178 aa_audit_file(profile, &nullperms, op, request, *name, in path_name()
277 int __aa_path_perm(const char *op, struct aa_profile *profile, const char *name, in __aa_path_perm() argument
288 return aa_audit_file(profile, perms, op, request, name, NULL, NULL, in __aa_path_perm()
293 static int profile_path_perm(const char *op, struct aa_profile *profile, in profile_path_perm() argument
304 error = path_name(op, &profile->label, path, in profile_path_perm()
309 return __aa_path_perm(op, profile, name, request, cond, flags, in profile_path_perm()
324 int aa_path_perm(const char *op, struct aa_label *label, in aa_path_perm() argument
337 profile_path_perm(op, profile, path, buffer, request, in aa_path_perm()
508 static int __file_path_perm(const char *op, struct aa_label *label, in __file_path_perm() argument
531 profile_path_perm(op, profile, &file->f_path, buffer, in __file_path_perm()
544 profile_path_perm(op, profile, &file->f_path, in __file_path_perm()
549 profile_path_perm(op, profile, &file->f_path, in __file_path_perm()
561 static int __file_sock_perm(const char *op, struct aa_label *label, in __file_sock_perm() argument
575 error = aa_sock_file_perm(label, op, request, sock); in __file_sock_perm()
579 last_error(error, aa_sock_file_perm(flabel, op, request, sock)); in __file_sock_perm()
596 int aa_file_perm(const char *op, struct aa_label *label, struct file *file, in aa_file_perm() argument
628 error = __file_path_perm(op, label, flabel, file, request, in aa_file_perm()
632 error = __file_sock_perm(op, label, flabel, file, request, in aa_file_perm()