summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
...
| * apparmor: extend xindex sizeJohn Johansen2022-10-033-17/+16
| * apparmor: move dfa perm macros into policy_unpackJohn Johansen2022-10-032-51/+49
| * apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-10-031-4/+27
| * apparmor: fix apparmor mediating locking non-fs unix socketsJohn Johansen2022-10-031-4/+9
| * apparmor: Fix abi check to include v8 abiJohn Johansen2022-10-031-1/+1
| * apparmor: preparse for state being more than just an integerJohn Johansen2022-10-0315-102/+101
| * apparmor: convert policy lookup to use accept as an indexJohn Johansen2022-10-037-24/+33
| * apparmor: cleanup shared permission structJohn Johansen2022-10-032-12/+9
| * apparmor: convert xmatch lookup to use accept as an indexJohn Johansen2022-10-032-4/+7
| * apparmor: convert fperm lookup to use accept as an indexJohn Johansen2022-10-032-19/+44
| * apparmor: convert xmatch to using the new shared policydb structJohn Johansen2022-10-036-29/+28
| * apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen2022-10-037-59/+40
| * apparmor: compute policydb permission on profile loadJohn Johansen2022-10-039-86/+90
| * apparmor: convert xmatch to use aa_perms structureJohn Johansen2022-10-033-7/+13
| * apparmor: rework and cleanup fperm computationJohn Johansen2022-10-031-32/+38
| * apparmor: move fperm computation into policy_unpackJohn Johansen2022-10-033-98/+98
| * apparmor: compute xmatch permissions on profile loadMike Salvatore2022-10-034-3/+26
| * apparmor: compute file permissions on profile loadMike Salvatore2022-10-035-48/+110
| * apparmor: expose compression level limits in sysfsJon Tourville2022-10-031-0/+16
| * apparmor: use zstd compression for profile dataJon Tourville2022-10-034-102/+81
| * apparmor: reserve mediation classesJohn Johansen2022-10-031-1/+8
| * apparmor: fix lockdep warning when removing a namespaceJohn Johansen2022-10-031-1/+1
| * apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui2022-10-031-1/+3
* | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-132-18/+14
|\ \
| * | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-2/+1
| * | lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-16/+13
* | | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-0/+6
|\ \ \
| * | | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-0/+6
| |/ /
* | | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-123-13/+24
|\ \ \
| * | | apparmor: use type safe idmapping helpersChristian Brauner2022-10-263-13/+24
| |/ /
* / / apparmor: test: make static symbols visible during kunit testingRae Moar2022-12-125-168/+196
|/ /
* / ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
|/
* apparmor: correct config reference to intended oneLukas Bulwahn2022-07-201-1/+1
* apparmor: move ptrace mediation to more logical task.{h,c}John Johansen2022-07-195-128/+133
* apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-07-194-5/+25
* apparmor: allow label to carry debug flagsJohn Johansen2022-07-196-8/+20
* apparmor: fix overlapping attachment computationJohn Johansen2022-07-192-2/+2
* apparmor: fix setting unconfined mode on a loaded profileJohn Johansen2022-07-191-5/+7
* apparmor: Fix some kernel-doc commentsYang Li2022-07-191-6/+6
* apparmor: Mark alloc_unconfined() as staticSouptick Joarder (HPE)2022-07-191-1/+1
* apparmor: disable showing the mode as part of a secid to secctxJohn Johansen2022-07-133-6/+20
* apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox2022-07-133-32/+13
* apparmor: add a kernel label to use on kernel objectsJohn Johansen2022-07-134-13/+37
* apparmor: test: Remove some casts which are no-longer requiredDavid Gow2022-07-091-6/+6
* apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng2022-07-091-1/+1
* apparmor: fix reference count leak in aa_pivotroot()Xin Xiong2022-07-091-0/+1
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-2/+1
* apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen2022-07-092-31/+40
* apparmor: fix aa_label_asxprint return checkTom Rix2022-07-091-3/+3
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-4/+4