Home
last modified time | relevance | path

Searched refs:audit (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py54 import audit
56 'x86_64': audit.MACH_86_64,
57 'alpha' : audit.MACH_ALPHA,
58 'ia64' : audit.MACH_IA64,
59 'ppc' : audit.MACH_PPC,
60 'ppc64' : audit.MACH_PPC64,
61 'ppc64le' : audit.MACH_PPC64LE,
62 's390' : audit.MACH_S390,
63 's390x' : audit.MACH_S390X,
64 'i386' : audit.MACH_X86,
[all …]
/Linux-v5.4/arch/x86/ia32/
DMakefile10 audit-class-$(CONFIG_AUDIT) := audit.o
11 obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
/Linux-v5.4/security/integrity/
Dintegrity_audit.c20 unsigned long audit; in integrity_audit_setup() local
22 if (!kstrtoul(str, 0, &audit)) in integrity_audit_setup()
23 integrity_audit_info = audit ? 1 : 0; in integrity_audit_setup()
/Linux-v5.4/security/apparmor/
Dlib.c294 perms->audit = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
300 perms->audit = 0; in aa_apply_modes_to_perms()
330 .audit = dfa_user_audit(dfa, state), in aa_compute_perms()
338 perms->audit |= map_other(dfa_other_audit(dfa, state)); in aa_compute_perms()
352 accum->audit |= addend->audit & addend->allow; in aa_perms_accum_raw()
371 accum->audit |= addend->audit & accum->allow; in aa_perms_accum()
438 request &= perms->audit; in aa_check_perms()
Dmount.c140 u32 mask = perms->audit; in audit_mount()
173 if (data && (perms->audit & AA_AUDIT_DATA)) in audit_mount()
218 .audit = dfa_user_audit(dfa, state), in compute_mnt_perms()
335 goto audit; in match_mnt_path_str()
340 goto audit; in match_mnt_path_str()
349 goto audit; in match_mnt_path_str()
353 audit: in match_mnt_path_str()
570 goto audit; in profile_umount()
579 audit: in profile_umount()
630 goto audit; in build_pivotroot()
[all …]
Dfile.c120 u32 mask = perms->audit; in aa_audit_file()
236 perms.audit = map_old_perms(dfa_user_audit(dfa, state)); in aa_compute_fperms()
241 perms.audit = map_old_perms(dfa_other_audit(dfa, state)); in aa_compute_fperms()
380 goto audit; in profile_path_link()
386 goto audit; in profile_path_link()
394 goto audit; in profile_path_link()
403 lperms.audit = perms.audit; in profile_path_link()
410 goto audit; in profile_path_link()
429 goto audit; in profile_path_link()
435 goto audit; in profile_path_link()
[all …]
Ddomain.c293 perms->audit = perms->quiet = perms->kill = 0; in change_profile_perms()
641 goto audit; in profile_transition()
663 goto audit; in profile_transition()
681 goto audit; in profile_transition()
715 goto audit; in profile_transition()
728 audit: in profile_transition()
773 goto audit; in profile_onexec()
780 goto audit; in profile_onexec()
791 goto audit; in profile_onexec()
804 audit: in profile_onexec()
[all …]
Dnet.c234 if (profile->secmark[i].audit) in aa_secmark_perm()
235 perms.audit = ALL_PERMS_MASK; in aa_secmark_perm()
DMakefile6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \
Dcapability.c75 !cap_raised(profile->caps.audit, cap))) in audit_caps()
Dpolicy_unpack.c588 if (!unpack_u8(e, &profile->secmark[i].audit, NULL)) in unpack_secmark()
755 profile->audit = AUDIT_ALL; in unpack_profile()
771 if (!unpack_u32(e, &(profile->caps.audit.cap[0]), NULL)) in unpack_profile()
783 if (!unpack_u32(e, &(profile->caps.audit.cap[1]), NULL)) in unpack_profile()
/Linux-v5.4/security/tomoyo/
DKconfig32 int "Default maximal count for audit log"
38 audit logs that the kernel can hold on memory.
39 You can read the log via /sys/kernel/security/tomoyo/audit.
40 If you don't need audit logs, you may set this value to 0.
DMakefile2 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o …
/Linux-v5.4/arch/sparc/kernel/
DMakefile113 obj-$(CONFIG_AUDIT) += audit.o
114 audit--$(CONFIG_AUDIT) := compat_audit.o
115 obj-$(CONFIG_COMPAT) += $(audit--y)
/Linux-v5.4/security/apparmor/include/
Dcapability.h30 kernel_cap_t audit; member
Dpolicy.h139 enum audit_mode audit; member
301 return profile->audit; in AUDIT_MODE()
Dnet.h83 u8 audit; member
Dperms.h68 u32 audit; /* set only when allow is set */ member
Dfile.h109 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
/Linux-v5.4/drivers/staging/comedi/
DTODO5 - audit userspace interface
/Linux-v5.4/tools/perf/
Dcommand-list.txt32 perf-trace mainporcelain audit
/Linux-v5.4/drivers/staging/android/
DTODO5 - audit userspace interfaces to make sure they are sane
/Linux-v5.4/arch/parisc/kernel/
DMakefile30 obj-$(CONFIG_AUDIT) += audit.o
/Linux-v5.4/arch/ia64/kernel/
DMakefile32 obj-$(CONFIG_AUDIT) += audit.o
/Linux-v5.4/arch/s390/kernel/
DMakefile58 obj-$(CONFIG_AUDIT) += audit.o

123