summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-3111-105/+294
|\
| * ima/policy: fix parsing of fsuuidMike Rapoport2018-01-181-1/+1
| * ima: Use i_version only when filesystem supports itSascha Hauer2017-12-181-1/+2
| * integrity: remove unneeded initializations in integrity_iint_cache entriesJeff Layton2017-12-181-4/+0
| * ima: log message to module appraisal errorBruno E. O. Meneguele2017-12-181-1/+3
| * ima: pass filename to ima_rdwr_violation_check()Roberto Sassu2017-12-181-3/+3
| * ima: Fix line continuation formatJoe Perches2017-12-181-6/+5
| * ima: support new "hash" and "dont_hash" policy actionsMimi Zohar2017-12-185-20/+63
| * ima: re-introduce own integrity cache lockDmitry Kasatkin2017-12-114-40/+77
| * EVM: Add support for portable signature formatMatthew Garrett2017-12-115-21/+91
| * EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett2017-12-113-12/+53
| * ima: relax requiring a file signature for new files with zero lengthMimi Zohar2017-12-111-1/+2
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-305-9/+9
|\ \
| * | apparmor: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * | tomoyo: annotate ->poll() instancesAl Viro2017-11-274-7/+7
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-7/+0
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-7/+0
| |\ \ \
| | * | | keyring: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-7/+0
| | |/ /
* | | | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-292-2/+5
|\ \ \ \
| * | | | IMA: switch IMA over to new i_version APIJeff Layton2018-01-292-2/+4
| * | | | ima: Use i_version only when filesystem supports itSascha Hauer2017-12-131-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-1/+1
|\ \ \ \
| * | | | security/Kconfig: Correct the Documentation reference for PTIW. Trevor King2018-01-141-1/+1
* | | | | apparmor: Fix regression in profile conflict logicMatthew Garrett2018-01-121-4/+5
* | | | | apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-122-21/+35
* | | | | Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-071-1/+11
|\ \ \ \ \
| * | | | | apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen2018-01-051-1/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-031-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86/pti: Enable PTI by defaultThomas Gleixner2018-01-031-0/+1
* | | | | capabilities: fix buffer overread on very short xattrEric Biggers2018-01-021-12/+9
| |/ / / |/| | |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-0/+10
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | x86/mm/pti: Add KconfigDave Hansen2017-12-231-0/+10
* | | KEYS: reject NULL restriction string when type is specifiedEric Biggers2017-12-081-14/+10
* | | security: keys: remove redundant assignment to key_refColin Ian King2017-12-081-1/+0
* | | KEYS: add missing permission check for request_key() destinationEric Biggers2017-12-081-9/+37
* | | KEYS: remove unnecessary get/put of explicit dest_keyringEric Biggers2017-12-081-2/+0
* | | Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-301-5/+7
|\ \ \
| * | | apparmor: fix oops in audit_signal_cb hookJohn Johansen2017-11-271-5/+7
| |/ /
* | | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-2/+2
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-2/+2
|\ \
| * | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | | Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-11-237-56/+47
|\ \ \
| * \ \ Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-247-56/+47
| |\ \ \ | | |/ / | |/| |
| | * | security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang2017-11-151-4/+4
| | * | security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-157-52/+43
* | | | Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-2311-71/+91
|\ \ \ \ | |/ / / |/| | |
| * | | apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-215-21/+21
| * | | apparmor: fix locking when creating a new complain profile.John Johansen2017-11-211-3/+15
| * | | apparmor: fix profile attachment for special unconfined profilesJohn Johansen2017-11-211-1/+3
| * | | apparmor: ensure that undecidable profile attachments failJohn Johansen2017-11-211-14/+32
OpenPOWER on IntegriCloud