index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
safesetid
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2025-10-22
safesetid: move initcalls to the LSM framework
Paul Moore
-2
/
+4
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
-1
/
+1
2025-01-04
safesetid: check size of policy writes
Leo Stone
-0
/
+3
2023-11-12
lsm: mark the lsm_id variables are marked as static
Paul Moore
-1
/
+1
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
-1
/
+8
2023-06-20
SafeSetID: fix UID printed instead of GID
Alexander Mikhalitsyn
-1
/
+1
2022-07-15
LSM: SafeSetID: Add setgroups() security policy handling
Micah Morton
-9
/
+30
2021-06-10
LSM: SafeSetID: Mark safesetid_initialized as __initdata
Austin Kim
-2
/
+2
2021-04-26
LSM: SafeSetID: Fix code specification by scripts/checkpatch.pl
Yanwei Gao
-3
/
+0
2020-10-13
LSM: SafeSetID: Fix warnings reported by test bot
Thomas Cedeno
-14
/
+14
2020-10-13
LSM: SafeSetID: Add GID security policy handling
Thomas Cedeno
-109
/
+309
2019-10-30
security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
-2
/
+2
2019-09-17
LSM: SafeSetID: Stop releasing uninitialized ruleset
Micah Morton
-1
/
+2
2019-07-15
LSM: SafeSetID: fix use of literal -1 in capable hook
Jann Horn
-1
/
+1
2019-07-15
LSM: SafeSetID: verify transitive constrainedness
Jann Horn
-1
/
+37
2019-07-15
LSM: SafeSetID: add read handler
Jann Horn
-4
/
+32
2019-07-15
LSM: SafeSetID: rewrite userspace API to atomic updates
Jann Horn
-158
/
+144
2019-07-15
LSM: SafeSetID: fix userns handling in securityfs
Jann Horn
-3
/
+3
2019-07-15
LSM: SafeSetID: refactor policy parsing
Jann Horn
-51
/
+33
2019-07-15
LSM: SafeSetID: refactor safesetid_security_capable()
Jann Horn
-15
/
+26
2019-07-15
LSM: SafeSetID: refactor policy hash table
Jann Horn
-44
/
+37
2019-07-15
LSM: SafeSetID: fix check for setresuid(new1, new2, new3)
Jann Horn
-90
/
+35
2019-07-15
LSM: SafeSetID: fix pr_warn() to include newline
Jann Horn
-2
/
+2
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+2
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-02-12
LSM: fix return value check in safesetid_init_securityfs()
Wei Yongjun
-1
/
+1
2019-01-30
LSM: SafeSetID: remove unused include
Micah Morton
-1
/
+0
2019-01-29
LSM: SafeSetID: 'depend' on CONFIG_SECURITY
Micah Morton
-0
/
+2
2019-01-28
LSM: Add 'name' field for SafeSetID in DEFINE_LSM
Micah Morton
-0
/
+1
2019-01-25
LSM: add SafeSetID module that gates setid calls
Micah Morton
-0
/
+522