1
0
Fork 0
alistair23-linux/security/safesetid
Jann Horn e10337daef LSM: SafeSetID: fix use of literal -1 in capable hook
The capable() hook returns an error number. -EPERM is actually the same as
-1, so this doesn't make a difference in behavior.

Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Micah Morton <mortonm@chromium.org>
2019-07-15 08:08:03 -07:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile LSM: add SafeSetID module that gates setid calls 2019-01-25 11:22:45 -08:00
lsm.c LSM: SafeSetID: fix use of literal -1 in capable hook 2019-07-15 08:08:03 -07:00
lsm.h LSM: SafeSetID: add read handler 2019-07-15 08:07:40 -07:00
securityfs.c LSM: SafeSetID: verify transitive constrainedness 2019-07-15 08:07:51 -07:00