audit!
是一个检查框架,提供受控访问保护配置文件(CAPP-compliant:)监控系统,收集系统可靠的信息系统关联的事件。他可以帮助你跟踪系统执行动作。它可以让你系统更加安全,提供系细节。但是它不从错误带木中提供系统保护,
e.g
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
| (total events = 1202) 6月 24 18:13:53 t470p kernel: CPU2: Core temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU6: Core temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU2: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU6: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU1: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU0: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU5: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU7: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU4: Package temperature/speed normal 6月 24 18:13:53 t470p kernel: CPU3: Package temperature/speed normal 6月 24 18:14:09 t470p mount.exfat[2730]: illegal UTF-16 sequence 6月 24 18:14:09 t470p audit[2730]: ANOM_ABEND auid=1000 uid=0 gid=0 ses=2 pid=2730 comm="mount.exfat" exe="/usr/bin/mount.exfat-fuse" sig=6 res=1 6月 24 18:14:09 t470p mount.exfat[2730]: failed to convert name to UTF-8 6月 24 18:14:09 t470p kernel: audit: type=1701 audit(1592993649.131:74): auid=1000 uid=0 gid=0 ses=2 pid=2730 comm="mount.exfat" exe="/usr/bin/mount.exfat-fuse" sig=6 res=1 6月 24 18:14:09 t470p systemd[1]: Created slice system-systemd\x2dcoredump.slice. 6月 24 18:14:09 t470p systemd[1]: Started Process Core Dump (PID 2795/UID 0). 6月 24 18:14:09 t470p audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-2795-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostn> 6月 24 18:14:09 t470p kernel: audit: type=1130 audit(1592993649.151:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-2795-0 comm="systemd" exe="/usr> 6月 24 18:14:09 t470p kdeinit5[1758]: "Could not enter folder /mnt/t5_1t/2t." 6月 24 18:14:10 t470p systemd-coredump[2796]: Process 2730 (mount.exfat) of user 0 dumped core. Stack trace of thread 2730: 6月 24 18:14:10 t470p systemd[1]: systemd-coredump@0-2795-0.service: Succeeded. 6月 24 18:14:10 t470p kernel: audit: type=1131 audit(1592993650.121:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-2795-0 comm="systemd" exe="/usr> lines 1-77/77 (END)
|