linux-audit / audit-kernel

GitHub mirror of the Linux Kernel's audit repository
https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
Other
137 stars 36 forks source link

RFE: fsopen missing info #152

Open stevegrubb opened 11 months ago

stevegrubb commented 11 months ago

The fsopen syscall looks like this in strace: fsopen("ramfs", FSOPEN_CLOEXEC) what is recorded by audit is: syscall=fsopen success=yes exit=3 a0=0x56519590daa0 a1=0x1 We are missing the file system being opened.

The new util-linux 2.39.1 is no longer using the mount command but rather uses fsopen, fsconfig, fsmount, move_mount to mount devices. So, it's important to get this information since it's the new standard.