summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* apparmor: fix overlapping attachment computationJohn Johansen2022-08-252-2/+2
* apparmor: fix aa_label_asxprint return checkTom Rix2022-08-251-3/+3
* apparmor: Fix failed mount permission check error messageJohn Johansen2022-08-251-3/+4
* apparmor: fix absroot causing audited secids to begin with =John Johansen2022-08-252-3/+9
* apparmor: fix quiet_denied for file rulesJohn Johansen2022-08-251-1/+1
* apparmor: fix error checkTom Rix2021-11-261-2/+2
* apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko2021-09-261-3/+0
* apparmor: ensure that dfa state tables have entriesJohn Johansen2020-07-221-0/+5
* apparmor: don't try to replace stale label in ptraceme checkJann Horn2020-06-301-2/+2
* apparmor: fix nnp subset test for unconfinedJohn Johansen2020-06-253-4/+39
* apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-251-0/+5
* 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: fix potential label refcnt leak in aa_change_profileXiyu Yang2020-05-271-2/+1
* apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost2020-05-271-1/+2
* apparmor: don't try to replace stale label in ptrace access checkJann Horn2020-01-272-2/+4
* apparmor: Fix network performance issue in aa_label_sk_permTony Jones2020-01-271-6/+9
* LSM: generalize flag passing to security_capableMicah Morton2020-01-235-12/+13
* apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-093-42/+46
* 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: reset pos on failure to unpack for various functionsMike Salvatore2019-09-161-7/+33
* apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-251-1/+1
* apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-251-1/+10
* 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 bad debug check in apparmor_secid_to_secctx()John Johansen2018-09-031-1/+0
* Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-247-44/+20
|\
| * apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-221-32/+0
| * apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-211-1/+1
| * apparmor: Fix failure to audit context info in build_change_hatJohn Johansen2018-07-201-1/+1
| * apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks2018-07-191-4/+1
| * apparmor: Check buffer bounds when mapping permissions maskTyler Hicks2018-07-193-6/+17
* | ->file_open(): lose cred argumentAl Viro2018-07-121-2/+2
|/
* Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1414-71/+310
|\
| * apparmor: fix ptrace read checkJohn Johansen2018-06-071-1/+2
| * apparmor: fix memory leak when deduping profile loadJohn Johansen2018-06-071-0/+3
| * apparmor: fix mediation of prlimitJohn Johansen2018-06-071-1/+1
| * apparmor: fixup secid map conversion to using IDRJohn Johansen2018-06-074-8/+29
| * apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox2018-06-071-103/+11
| * apparmor: Fix memory leak of rule on error exit pathTyler Hicks2018-06-071-2/+4
| * apparmor: modify audit rule support to support profile stacksJohn Johansen2018-06-071-17/+10
| * apparmor: Add support for audit rule filteringMatthew Garrett2018-06-073-1/+107
| * apparmor: Convert to use match_string() helperAndy Shevchenko2018-06-071-14/+11
| * apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen2018-06-071-17/+16
| * apparmor: fix '*seclen' is never less than zeroJohn Johansen2018-05-081-9/+11
| * apparmor: fix typo "preconfinement"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "independent"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "traverse"Zygmunt Krynicki2018-05-031-1/+1