Home
last modified time | relevance | path

Searched refs:LSM_PRLIMIT_WRITE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsecurity.h214 #define LSM_PRLIMIT_WRITE 2 macro
/openbmc/linux/kernel/
H A Dsys.c1701 checkflags |= LSM_PRLIMIT_WRITE; in SYSCALL_DEFINE4()
/openbmc/linux/security/selinux/
H A Dhooks.c4182 if (flags & LSM_PRLIMIT_WRITE) in selinux_task_prlimit()