summaryrefslogtreecommitdiffstats
path: root/security/safesetid
Commit message (Expand)AuthorAgeFilesLines
* LSM: SafeSetID: Mark safesetid_initialized as __initdataAustin Kim2021-06-102-2/+2
* LSM: SafeSetID: Fix code specification by scripts/checkpatch.plYanwei Gao2021-04-261-3/+0
* LSM: SafeSetID: Fix warnings reported by test botThomas Cedeno2020-10-132-14/+14
* LSM: SafeSetID: Add GID security policy handlingThomas Cedeno2020-10-133-109/+309
* security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
* LSM: SafeSetID: Stop releasing uninitialized rulesetMicah Morton2019-09-171-1/+2
* LSM: SafeSetID: fix use of literal -1 in capable hookJann Horn2019-07-151-1/+1
* LSM: SafeSetID: verify transitive constrainednessJann Horn2019-07-151-1/+37
* LSM: SafeSetID: add read handlerJann Horn2019-07-152-4/+32
* LSM: SafeSetID: rewrite userspace API to atomic updatesJann Horn2019-07-153-158/+144
* LSM: SafeSetID: fix userns handling in securityfsJann Horn2019-07-151-3/+3
* LSM: SafeSetID: refactor policy parsingJann Horn2019-07-151-51/+33
* LSM: SafeSetID: refactor safesetid_security_capable()Jann Horn2019-07-151-15/+26
* LSM: SafeSetID: refactor policy hash tableJann Horn2019-07-152-44/+37
* LSM: SafeSetID: fix check for setresuid(new1, new2, new3)Jann Horn2019-07-151-90/+35
* LSM: SafeSetID: fix pr_warn() to include newlineJann Horn2019-07-151-2/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* LSM: fix return value check in safesetid_init_securityfs()Wei Yongjun2019-02-121-1/+1
* LSM: SafeSetID: remove unused includeMicah Morton2019-01-301-1/+0
* LSM: SafeSetID: 'depend' on CONFIG_SECURITYMicah Morton2019-01-291-0/+2
* LSM: Add 'name' field for SafeSetID in DEFINE_LSMMicah Morton2019-01-281-0/+1
* LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-255-0/+522