]> git.proxmox.com Git - swtpm.git/history - src/swtpm/seccomp_profile.c
swtpm: Check for defined __SNR_MOUNT_setattr and __NR_mount_setattr
[swtpm.git] / src / swtpm / seccomp_profile.c
2022-08-22 Stefan Bergerswtpm: Check for defined __SNR_MOUNT_setattr and __NR_m...
2022-08-15 Stefan Bergerswtpm: seccomp: Check for __SNR_xyz rather than __NR_xyz
2022-08-15 Hansswtpm: Fixed typo `fs_mount` vs `fsmount` and removed...
2022-08-12 Stefan Bergerswtpm: Add some more recent syscalls to seccomp profile
2021-10-07 Stefan Bergerswtpm: Move ARRAY_LEN and min #define's to swtpm_utils.h
2021-08-13 Stefan Bergerswtpm: Allow sched_setattr in seccomp profile for CUSE TPM
2020-04-13 Stefan Bergerswtpm: Add some recent syscalls to seccomp blacklist
2019-06-15 Stefan Bergerswtpm: CUSE TPM needs prtcl syscall for thread pool...
2019-04-12 Stefan Bergerswtpm: Add 9 more syscalls to seccomp profile blacklist
2019-03-18 Stefan Bergerswtpm: Implement function to build a blacklist seccomp...