Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -71/+91 |
2017-11-21 | apparmor: fix possible recursive lock warning in __aa_create_ns | John Johansen | 5 | -21/+21 |
2017-11-21 | apparmor: fix locking when creating a new complain profile. | John Johansen | 1 | -3/+15 |
2017-11-21 | apparmor: fix profile attachment for special unconfined profiles | John Johansen | 1 | -1/+3 |
2017-11-21 | apparmor: ensure that undecidable profile attachments fail | John Johansen | 1 | -14/+32 |
2017-11-21 | apparmor: fix leak of null profile name if profile allocation fails | John Johansen | 1 | -1/+2 |
2017-11-21 | apparmor: remove unused redundant variable stop | Colin Ian King | 1 | -3/+0 |
2017-11-21 | apparmor: Fix bool initialization/comparison | Thomas Meyer | 1 | -4/+4 |
2017-11-21 | apparmor: initialized returned struct aa_perms | Arnd Bergmann | 3 | -22/+12 |
2017-11-21 | apparmor: fix spelling mistake: "resoure" -> "resource" | Colin Ian King | 1 | -2/+2 |
2017-11-16 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+8 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -15/+4 |
2017-11-08 | apparmor: fix off-by-one comparison on MAXMAPPED_SIG | John Johansen | 1 | -2/+2 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 12 | -840/+17 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -8/+8 |
2017-10-26 | Revert "apparmor: add base infastructure for socket mediation" | Linus Torvalds | 12 | -840/+16 |
2017-10-10 | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi... | Will Deacon | 2 | -15/+4 |
2017-09-23 | Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 24 | -137/+2088 |
2017-09-22 | apparmor: fix apparmorfs DAC access permissions | John Johansen | 1 | -4/+4 |
2017-09-22 | apparmor: fix build failure on sparc caused by undeclared signals | John Johansen | 1 | -1/+4 |
2017-09-22 | apparmor: fix incorrect type assignment when freeing proxies | John Johansen | 1 | -1/+1 |
2017-09-22 | apparmor: ensure unconfined profiles have dfas initialized | John Johansen | 1 | -0/+2 |
2017-09-22 | apparmor: fix race condition in null profile creation | John Johansen | 1 | -3/+11 |
2017-09-22 | apparmor: move new_null_profile to after profile lookup fns() | John Johansen | 1 | -79/+79 |
2017-09-22 | apparmor: add base infastructure for socket mediation | John Johansen | 12 | -16/+840 |
2017-09-22 | apparmor: add more debug asserts to apparmorfs | John Johansen | 1 | -0/+17 |
2017-09-22 | apparmor: make policy_unpack able to audit different info messages | John Johansen | 2 | -16/+40 |
2017-09-22 | apparmor: add support for absolute root view based labels | John Johansen | 2 | -1/+10 |
2017-09-22 | apparmor: cleanup conditional check for label in label_print | John Johansen | 1 | -14/+8 |
2017-09-22 | apparmor: add mount mediation | John Johansen | 9 | -4/+841 |
2017-09-22 | apparmor: add the ability to mediate signals | John Johansen | 7 | -0/+231 |
2017-09-22 | apparmor: Redundant condition: prev_ns. in [label.c:1498] | John Johansen | 1 | -1/+1 |
2017-09-22 | apparmor: Fix an error code in aafs_create() | Dan Carpenter | 1 | -1/+3 |
2017-09-22 | apparmor: Fix logical error in verify_header() | Christos Gkekas | 1 | -1/+1 |
2017-09-22 | apparmor: Fix shadowed local variable in unpack_trans_table() | Geert Uytterhoeven | 1 | -2/+2 |
2017-08-01 | apparmor: Refactor to remove bprm_secureexec hook | Kees Cook | 4 | -23/+1 |
2017-08-01 | exec: Rename bprm->cred_prepared to called_set_creds | Kees Cook | 1 | -1/+1 |
2017-07-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 34 | -1786/+7136 |
2017-06-28 | apparmor: put back designators in struct initialisers | Stephen Rothwell | 1 | -2/+2 |
2017-06-11 | apparmor: export that basic profile namespaces are supported | John Johansen | 1 | -0/+7 |
2017-06-11 | apparmor: add stacked domain labels interface | John Johansen | 2 | -0/+8 |
2017-06-11 | apparmor: add domain label stacking info to apparmorfs | John Johansen | 3 | -0/+39 |
2017-06-11 | apparmor: move change_profile mediation to using labels | John Johansen | 1 | -68/+123 |
2017-06-11 | apparmor: move change_hat mediation to using labels | John Johansen | 1 | -102/+201 |
2017-06-11 | apparmor: move exec domain mediation to using labels | John Johansen | 2 | -259/+678 |
2017-06-11 | apparmor: support v7 transition format compatible with label_parse | John Johansen | 2 | -7/+15 |
2017-06-11 | apparmor: mediate files when they are received | John Johansen | 2 | -0/+7 |
2017-06-11 | apparmor: rework file permission to cache file access in file->ctx | John Johansen | 1 | -6/+76 |