| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-04-30 | 1 | -0/+1 |
|\ |
|
| * | selinux: use kernel linux/socket.h for genheaders and mdp | Paulo Alcantara | 2019-04-29 | 1 | -0/+1 |
* | | Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-04-20 | 1 | -1/+1 |
|\ \ |
|
| * | | device_cgroup: fix RCU imbalance in error case | Jann Horn | 2019-03-19 | 1 | -1/+1 |
* | | | apparmor: Restore Y/N in /sys for apparmor's "enabled" | Kees Cook | 2019-04-10 | 1 | -1/+48 |
* | | | KEYS: trusted: fix -Wvarags warning | ndesaulniers@google.com | 2019-04-09 | 1 | -2/+2 |
* | | | KEYS: trusted: allow trusted.ko to initialize w/o a TPM | Jarkko Sakkinen | 2019-04-09 | 1 | -5/+23 |
* | | | LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig" | Kees Cook | 2019-03-29 | 1 | -0/+38 |
* | | | Yama: mark local symbols as static | Jann Horn | 2019-03-28 | 1 | -4/+4 |
| |/
|/| |
|
* | | selinux: fix NULL dereference in policydb_destroy() | Ondrej Mosnacek | 2019-03-18 | 1 | -4/+9 |
|/ |
|
* | Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-13 | 1 | -1/+7 |
|\ |
|
| * | security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock | J. Bruce Fields | 2019-03-11 | 1 | -1/+4 |
| * | selinux: add the missing walk_size + len check in selinux_sctp_bind_connect | Xin Long | 2019-03-11 | 1 | -0/+3 |
* | | Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-03-13 | 2 | -0/+2 |
|\ \ |
|
| * | | apparmor: fix double free when unpack of secmark rules fails | John Johansen | 2019-03-12 | 1 | -0/+1 |
| * | | apparmor: delete the dentry in aafs_remove() to avoid a leak | Chris Coulson | 2019-03-12 | 1 | -0/+1 |
| * | | apparmor: Fix warning about unused function apparmor_ipv6_postroute | Petr Vorel | 2018-11-14 | 1 | -0/+2 |
* | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2019-03-12 | 5 | -25/+194 |
|\ \ \ |
|
| * | | | introduce cloning of fs_context | Al Viro | 2019-02-28 | 3 | -0/+93 |
| * | | | smack: Implement filesystem context security hooks | David Howells | 2019-02-28 | 2 | -15/+47 |
| * | | | selinux: Implement the new mount API LSM hooks | David Howells | 2019-02-28 | 2 | -10/+49 |
| * | | | vfs: Add LSM hooks for the new mount API | David Howells | 2019-02-28 | 1 | -0/+5 |
* | | | | selinux: convert to kvmalloc | Kent Overstreet | 2019-03-12 | 6 | -144/+62 |
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 2019-03-11 | 5 | -25/+90 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'tpmdd-next-20190213' of git://git.infradead.org/users/jjs/linux-tp... | James Morris | 2019-02-13 | 5 | -25/+90 |
| |\ \ \ \ |
|
| | * | | | | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 2019-02-13 | 4 | -9/+64 |
| | * | | | | KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip() | Roberto Sassu | 2019-02-13 | 1 | -14/+24 |
| | * | | | | tpm: retrieve digest size of unknown algorithms with PCR read | Roberto Sassu | 2019-02-13 | 1 | -5/+5 |
* | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-11 | 5 | -11/+40 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | James Morris | 2019-02-14 | 5 | -11/+40 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | evm: Use defined constant for UUID representation | Andy Shevchenko | 2019-02-04 | 1 | -2/+1 |
| | * | | | | | ima: define ima_post_create_tmpfile() hook and add missing call | Mimi Zohar | 2019-02-04 | 1 | -2/+33 |
| | * | | | | | evm: remove set but not used variable 'xattr' | YueHaibing | 2019-02-04 | 1 | -5/+1 |
| | * | | | | | encrypted-keys: fix Opt_err/Opt_error = -1 | Mimi Zohar | 2019-02-04 | 1 | -2/+2 |
| | * | | | | | integrity, KEYS: add a reference to platform keyring | Kairui Song | 2019-02-04 | 1 | -0/+3 |
| | |/ / / / |
|
* | | | | | | Merge tag 'docs-5.1' of git://git.lwn.net/linux | Linus Torvalds | 2019-03-09 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | doc: sctp: Merge and clean up rst files | Kees Cook | 2019-02-22 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-07 | 9 | -22/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 2019-02-01 | 8 | -22/+10 |
| * | | | | | | audit: add support for fcaps v3 | Richard Guy Briggs | 2019-01-25 | 1 | -0/+2 |
| |/ / / / / |
|
* | | | | | | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-07 | 5 | -127/+176 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | selinux: fix avc audit messages | Stephen Smalley | 2019-02-05 | 1 | -3/+3 |
| * | | | | | selinux: replace BUG_ONs with WARN_ONs in avc.c | Ondrej Mosnacek | 2019-01-29 | 1 | -2/+4 |
| * | | | | | selinux: log invalid contexts in AVCs | Ondrej Mosnacek | 2019-01-25 | 3 | -5/+50 |
| * | | | | | selinux: replace some BUG_ON()s with a WARN_ON() | Ondrej Mosnacek | 2019-01-25 | 1 | -2/+3 |
| * | | | | | selinux: inline some AVC functions used only once | Ondrej Mosnacek | 2019-01-25 | 1 | -82/+58 |
| * | | | | | selinux: do not override context on context mounts | Ondrej Mosnacek | 2019-01-11 | 1 | -1/+8 |
| * | | | | | selinux: never allow relabeling on context mounts | Ondrej Mosnacek | 2019-01-11 | 1 | -9/+31 |
| * | | | | | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link | Stephen Smalley | 2019-01-11 | 3 | -30/+4 |
| * | | | | | selinux: avoid silent denials in permissive mode under RCU walk | Stephen Smalley | 2019-01-11 | 3 | -3/+25 |
| |/ / / / |
|