index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
security.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-07
1
-0
/
+7
|
\
|
*
vfs: syscall: Add move_mount(2) to move mounts around
David Howells
2019-03-20
1
-0
/
+7
*
|
LSM: add new hook for kernfs node initialization
Ondrej Mosnacek
2019-03-20
1
-0
/
+9
|
/
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-12
1
-1
/
+17
|
\
|
*
introduce cloning of fs_context
Al Viro
2019-02-28
1
-0
/
+6
|
*
vfs: Put security flags into the fs_context struct
David Howells
2019-02-28
1
-1
/
+1
|
*
vfs: Add LSM hooks for the new mount API
David Howells
2019-02-28
1
-0
/
+10
*
|
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-07
1
-3
/
+2
|
\
\
|
*
|
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
2019-01-31
1
-3
/
+2
|
|
/
*
|
LSM: generalize flag passing to security_capable
Micah Morton
2019-01-10
1
-14
/
+14
*
|
procfs: add smack subdir to attrs
Casey Schaufler
2019-01-08
1
-5
/
+10
|
/
*
LSM: new method: ->sb_add_mnt_opt()
Al Viro
2018-12-21
1
-2
/
+4
*
LSM: bury struct security_mnt_opts
Al Viro
2018-12-21
1
-8
/
+0
*
LSM: hide struct security_mnt_opts from any generic code
Al Viro
2018-12-21
1
-33
/
+10
*
LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()
Al Viro
2018-12-21
1
-4
/
+2
*
new helper: security_sb_eat_lsm_opts()
Al Viro
2018-12-21
1
-25
/
+3
*
LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()
Al Viro
2018-12-21
1
-2
/
+3
*
LSM: lift parsing LSM options into the caller of ->sb_kern_mount()
Al Viro
2018-12-21
1
-2
/
+4
*
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-3
/
+3
*
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
1
-0
/
+27
|
\
|
*
security: define new LSM hook named security_kernel_load_data
Mimi Zohar
2018-07-16
1
-0
/
+27
*
|
security_file_open(): lose cred argument
Al Viro
2018-07-12
1
-3
/
+2
|
/
*
security: add hook for socketpair()
David Herrmann
2018-05-04
1
-0
/
+7
*
Merge tag 'v4.17-rc2' into next-general
James Morris
2018-04-24
1
-35
/
+58
|
\
|
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-04-07
1
-0
/
+1
|
|
\
|
|
*
security: Add a cred_getsecid hook
Matthew Garrett
2018-03-23
1
-0
/
+1
|
*
|
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-04-07
1
-2
/
+2
|
|
\
|
|
*
|
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-06
1
-0
/
+25
|
|
\
\
|
|
*
|
security: Add support for SCTP security hooks
Richard Haines
2018-02-22
1
-0
/
+25
|
*
|
|
msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
Eric W. Biederman
2018-03-22
1
-13
/
+12
|
*
|
|
shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks
Eric W. Biederman
2018-03-22
1
-11
/
+10
|
*
|
|
sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
Eric W. Biederman
2018-03-22
1
-11
/
+10
|
|
/
/
*
|
/
security: remove security_settime
Sargun Dhillon
2018-04-17
1
-14
/
+0
|
|
/
|
/
|
*
|
usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...
Stephen Smalley
2018-03-07
1
-2
/
+2
|
/
*
security: bpf: replace include of linux/bpf.h with forward declarations
Jakub Kicinski
2017-11-02
1
-1
/
+4
*
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
2017-10-20
1
-0
/
+45
*
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-12
1
-6
/
+0
|
\
|
*
LSM: Remove security_task_create() hook.
Tetsuo Handa
2017-07-18
1
-6
/
+0
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-09-11
1
-0
/
+2
|
\
\
|
*
|
Introduce v3 namespaced file capabilities
Serge E. Hallyn
2017-09-01
1
-0
/
+2
|
|
/
*
|
LSM: drop bprm_secureexec hook
Kees Cook
2017-08-01
1
-6
/
+0
*
|
commoncap: Refactor to remove bprm_secureexec hook
Kees Cook
2017-08-01
1
-2
/
+1
|
/
*
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
2017-06-23
1
-2
/
+56
|
\
|
*
security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...
Scott Mayhew
2017-06-09
1
-2
/
+6
|
*
IB/core: Enforce security on management datagrams
Daniel Jurgens
2017-05-23
1
-0
/
+6
|
*
selinux lsm IB/core: Implement LSM notification system
Daniel Jurgens
2017-05-23
1
-0
/
+23
|
*
IB/core: Enforce PKey security on QPs
Daniel Jurgens
2017-05-23
1
-0
/
+21
*
|
securityfs: add the ability to support symlinks
John Johansen
2017-06-08
1
-0
/
+12
|
/
*
LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...
Tetsuo Handa
2017-03-28
1
-0
/
+7
*
prlimit,security,selinux: add a security hook for prlimit
Stephen Smalley
2017-03-06
1
-0
/
+13
[next]