audit-userspace icon indicating copy to clipboard operation
audit-userspace copied to clipboard

Linux audit userspace repository

Results 59 audit-userspace issues
Sort by recently updated
recently updated
newest added

The `cppcheck` static code analysis tool reports two issues found in ausearch/auparse. Both of them seem to be false positives but it would be better to not see them.

Auditd does not depend on `systemd` for building and running. It only depends on `systemd` if systemd service files are used to start `auditd`. But `auditd` can be started by...

Does audit can register symlink events?

I've tried creating my own plugin of type `af_unix` on Ubuntu 20.04 and RHEL 7 system (audit 2.8.5). Everything looked fine, I could connect to socket on given file and...

I am running Proxmox PVE (7.4-19) (Debian 11) to host services like SMTP on internal LXC containers. On my Proxmox Hypervisor I am running auditd (1:3.0-2) with a custom set...

I checked all relevant files from the kernel part mentioned in `lib/syscall-update.txt`. I haven't observed any significat updates on socketcall/ipccall. ### Some notes: - Interpretation could be added for: `arm_sync_file_range/sync_file_range,...

1) In `parse_daemon1()`, we may have the uid= field appear both before and after pid=, which may cause our parsing of it to fail, as we may have skipped past...

I'm having a similar issue as #355 since August 14th on Arch linux. I'm not sure opening a new issue is the correct action to take, since that issue is...