#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null '/>
summaryrefslogtreecommitdiff
path: root/security/lockdown
AgeCommit message (Expand)Author
2023-11-12LSM: Identify modules by more than nameCasey Schaufler
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2022-09-14lockdown: ratelimit denial messagesNathan Lynch