index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-06
ima: always return negative code for error
Sascha Hauer
1
-1
/
+4
2019-08-06
ima: Store the measurement again when appraising a modsig
Thiago Jung Bauermann
4
-7
/
+47
2019-08-06
ima: Define ima-modsig template
Thiago Jung Bauermann
8
-6
/
+156
2019-08-06
ima: Collect modsig
Thiago Jung Bauermann
5
-5
/
+60
2019-08-06
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
8
-23
/
+209
2019-08-06
ima: Factor xattr_verify() out of ima_appraise_measurement()
Thiago Jung Bauermann
1
-60
/
+81
2019-08-06
ima: Add modsig appraise_type option for module-style appended signatures
Thiago Jung Bauermann
6
-2
/
+62
2019-08-06
integrity: Select CONFIG_KEYS instead of depending on it
Thiago Jung Bauermann
1
-1
/
+1
2019-08-05
selinux: always return a secid from the network caches if we find one
Paul Moore
3
-47
/
+38
2019-08-05
selinux: policydb - rename type_val_to_struct_array
Ondrej Mosnacek
3
-11
/
+11
2019-08-05
selinux: policydb - fix some checkpatch.pl warnings
Ondrej Mosnacek
1
-4
/
+8
2019-08-05
selinux: shuffle around policydb.c to get rid of forward declarations
Paul Moore
1
-189
/
+187
2019-08-03
Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+5
2019-08-01
ima: initialize the "template" field with the default template
Mimi Zohar
1
-2
/
+4
2019-07-31
selinux: fix memory leak in policydb_init()
Ondrej Mosnacek
1
-1
/
+5
2019-07-28
Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+7
2019-07-27
Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+5
2019-07-26
structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACK
Arnd Bergmann
1
-0
/
+7
2019-07-24
selinux: check sidtab limit before adding a new entry
Ondrej Mosnacek
1
-0
/
+5
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
4
-28
/
+67
2019-07-19
proc/sysctl: add shared variables for range check
Matteo Croce
3
-20
/
+15
2019-07-16
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
2
-2
/
+2
2019-07-15
LSM: SafeSetID: fix use of literal -1 in capable hook
Jann Horn
1
-1
/
+1
2019-07-15
LSM: SafeSetID: verify transitive constrainedness
Jann Horn
1
-1
/
+37
2019-07-15
LSM: SafeSetID: add read handler
Jann Horn
2
-4
/
+32
2019-07-15
LSM: SafeSetID: rewrite userspace API to atomic updates
Jann Horn
3
-158
/
+144
2019-07-15
LSM: SafeSetID: fix userns handling in securityfs
Jann Horn
1
-3
/
+3
2019-07-15
LSM: SafeSetID: refactor policy parsing
Jann Horn
1
-51
/
+33
2019-07-15
LSM: SafeSetID: refactor safesetid_security_capable()
Jann Horn
1
-15
/
+26
2019-07-15
LSM: SafeSetID: refactor policy hash table
Jann Horn
2
-44
/
+37
2019-07-15
LSM: SafeSetID: fix check for setresuid(new1, new2, new3)
Jann Horn
1
-90
/
+35
2019-07-15
LSM: SafeSetID: fix pr_warn() to include newline
Jann Horn
1
-2
/
+2
2019-07-15
docs: cgroup-v1: add it to the admin-guide book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-15
docs: x86: move two x86-specific files to x86 arch dir
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+29
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
1
-0
/
+29
2019-07-12
Merge tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+48
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+4
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
22
-629
/
+187
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
1
-3
/
+3
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-07-09
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-79
/
+378
2019-07-09
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
22
-187
/
+629
2019-07-09
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-243
/
+389
2019-07-09
Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-106
/
+180
2019-07-09
Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-78
/
+369
2019-07-09
Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-23
/
+31
2019-07-09
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
[prev]
[next]