Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: fsopen missing info #152

Open
stevegrubb opened this issue Sep 24, 2023 · 0 comments
Open

RFE: fsopen missing info #152

stevegrubb opened this issue Sep 24, 2023 · 0 comments

Comments

@stevegrubb
Copy link

stevegrubb commented Sep 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants