aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2018-12-21smack: make smack_parse_opts_str() clean up on failureAl Viro
2018-12-20selinux: expand superblock_doinit() callsAl Viro
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King
2018-11-01apparmor: fix checkpatch error in Parse secmark policyJohn Johansen
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior
2018-10-26KEYS: trusted: Expose common functionality [ver #2]Denis Kenzior
2018-10-26KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells
2018-10-25Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-25Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2018-10-25Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-18Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker...James Morris
2018-10-18LoadPin: Rename boot param "enabled" to "enforce"Kees Cook
2018-10-18LoadPin: Report friendly block device nameKees Cook
2018-10-12apparmor: add #ifdef checks for secmark filteringArnd Bergmann
2018-10-10LSM: Don't ignore initialization failuresKees Cook
2018-10-10LSM: Provide init debugging infrastructureKees Cook
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook
2018-10-10LSM: Remove initcall tracingKees Cook
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook
2018-10-10LSM: Correctly announce start of LSM initializationKees Cook
2018-10-10ima: open a new file instance if no read permissionsGoldwyn Rodrigues
2018-10-10ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers
2018-10-10security/integrity: remove unnecessary 'init_keyring' variableEric Biggers
2018-10-10security/integrity: constify some read-only dataEric Biggers
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-03apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra
2018-10-03apparmor: don't try to replace stale label in ptraceme checkJann Horn
2018-10-03apparmor: Replace spin_is_locked() with lockdepLance Roy
2018-10-03apparmor: Allow filtering based on secmark policyMatthew Garrett
2018-10-03apparmor: Parse secmark policyMatthew Garrett
2018-10-03apparmor: Add a wildcard secidMatthew Garrett
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel
2018-09-18Smack: Mark expected switch fall-throughGustavo A. R. Silva
2018-09-18Smack: ptrace capability use fixesCasey Schaufler
2018-09-18Smack: remove set but not used variable 'root_inode'YueHaibing
2018-09-14Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel
2018-09-13selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa
2018-09-13apparmor: don't try to replace stale label in ptrace access checkJann Horn
2018-09-07apparmor: Fix network performance issue in aa_label_sk_permTony Jones
2018-09-06Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-09-05selinux: refactor mls_context_to_sid() and make it stricterJann Horn
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap
2018-09-04selinux: fix mounting of cgroup2 under older policiesStephen Smalley