summaryrefslogtreecommitdiff
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* apparmor: fix error checkTom Rix2021-11-261-2/+2
* apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko2021-09-261-3/+0
* apparmor: don't try to replace stale label in ptraceme checkJann Horn2020-06-301-2/+2
* apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-251-2/+2
* apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang2020-05-271-1/+2
* apparmor: don't try to replace stale label in ptrace access checkJann Horn2020-01-272-2/+4
* apparmor: fix unsigned len comparison with less than zeroColin Ian King2020-01-041-5/+7
* apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson2019-12-051-0/+1
* apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-251-1/+1
* apparmorfs: fix use-after-free on symlink traversalAl Viro2019-05-251-4/+9
* apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen2019-03-131-1/+4
* apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra2018-11-271-2/+4
* apparmor: fix resource audit messages when auditing peerJohn Johansen2018-04-191-4/+4
* apparmor: fix display of .ns_name for containersJohn Johansen2018-04-191-3/+1
* apparmor: fix logging of the existence test for signalsJohn Johansen2018-04-192-2/+4
* apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-172-21/+35
* apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen2018-01-101-1/+11
* apparmor: fix leak of null profile name if profile allocation failsJohn Johansen2017-12-141-1/+2
* apparmor: fix oops in audit_signal_cb hookJohn Johansen2017-12-051-5/+7
* apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen2017-11-081-2/+2
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-2612-840/+16
|/
* Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-2324-137/+2088
|\
| * apparmor: fix apparmorfs DAC access permissionsJohn Johansen2017-09-221-4/+4
| * apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen2017-09-221-1/+4
| * apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen2017-09-221-1/+1
| * apparmor: ensure unconfined profiles have dfas initializedJohn Johansen2017-09-221-0/+2
| * apparmor: fix race condition in null profile creationJohn Johansen2017-09-221-3/+11
| * apparmor: move new_null_profile to after profile lookup fns()John Johansen2017-09-221-79/+79
| * apparmor: add base infastructure for socket mediationJohn Johansen2017-09-2212-16/+840
| * apparmor: add more debug asserts to apparmorfsJohn Johansen2017-09-221-0/+17
| * apparmor: make policy_unpack able to audit different info messagesJohn Johansen2017-09-222-16/+40
| * apparmor: add support for absolute root view based labelsJohn Johansen2017-09-222-1/+10
| * apparmor: cleanup conditional check for label in label_printJohn Johansen2017-09-221-14/+8
| * apparmor: add mount mediationJohn Johansen2017-09-229-4/+841
| * apparmor: add the ability to mediate signalsJohn Johansen2017-09-227-0/+231
| * apparmor: Redundant condition: prev_ns. in [label.c:1498]John Johansen2017-09-221-1/+1
| * apparmor: Fix an error code in aafs_create()Dan Carpenter2017-09-221-1/+3
| * apparmor: Fix logical error in verify_header()Christos Gkekas2017-09-221-1/+1
| * apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven2017-09-221-2/+2
* | apparmor: Refactor to remove bprm_secureexec hookKees Cook2017-08-014-23/+1
* | exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-0534-1786/+7136
|\
| * apparmor: put back designators in struct initialisersStephen Rothwell2017-06-281-2/+2
| * apparmor: export that basic profile namespaces are supportedJohn Johansen2017-06-101-0/+7
| * apparmor: add stacked domain labels interfaceJohn Johansen2017-06-102-0/+8
| * apparmor: add domain label stacking info to apparmorfsJohn Johansen2017-06-103-0/+39
| * apparmor: move change_profile mediation to using labelsJohn Johansen2017-06-101-68/+123
| * apparmor: move change_hat mediation to using labelsJohn Johansen2017-06-101-102/+201