summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-163-19/+3
|\
| * lsm: infrastructure management of the sock securityCasey Schaufler2024-07-293-19/+3
* | apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck2024-08-251-3/+3
|/
* Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-278-34/+65
|\
| * apparmor: unpack transition table if dfa is not presentGeorgia Garcia2024-07-241-17/+25
| * apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik2024-07-242-2/+23
| * apparmor: test: add MODULE_DESCRIPTION()Jeff Johnson2024-07-241-0/+1
| * apparmor: take nosymfollow flag into accountAlexander Mikhalitsyn2024-07-241-0/+2
| * apparmor: fix possible NULL pointer dereferenceLeesoo Ahn2024-05-101-0/+4
| * apparmor: fix typo in kernel docChristian Göttsche2024-05-101-1/+1
| * apparmor: remove useless static inline function is_deletedColin Ian King2024-05-101-13/+0
| * apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin2024-05-102-1/+2
| * apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang2024-05-101-0/+7
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-132-4/+4
* | lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-151-1/+0
|/
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-2/+2
* Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-271-1/+1
|\
| * apparmor: fix lsm_get_self_attr()Mickaël Salaün2024-02-231-1/+1
* | exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook2024-01-241-1/+3
|/
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-199-74/+54
|\
| * apparmor: Fix memory leak in unpack_profile()Gaosheng Cui2024-01-091-0/+2
| * apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin2024-01-041-0/+4
| * apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin2024-01-042-4/+4
| * apparmor: free the allocated pdb objectsFedor Pchelkin2024-01-031-6/+7
| * apparmor: Fix ref count leak in task_killJohn Johansen2023-12-291-1/+0
| * apparmor: cleanup network hook commentsJohn Johansen2023-11-261-44/+16
| * apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen2023-11-191-0/+2
| * apparmor: declare nulldfa as staticJohn Johansen2023-11-191-1/+1
| * apparmor: declare stack_msg as staticJohn Johansen2023-11-191-1/+1
| * apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov2023-11-193-17/+17
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\ \
| * | apparmorfs: don't duplicate kfree_link()Al Viro2023-12-211-6/+1
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-093-12/+90
|\ \
| * | lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-121-1/+1
| * | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-12/+3
| * | AppArmor: Add selfattr hooksCasey Schaufler2023-11-123-11/+92
| * | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+7
| |/
* / apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen2024-01-032-0/+5
|/
* Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-0332-848/+1336
|\
| * apparmor: Fix some kernel-doc commentsYang Li2023-10-231-2/+2
| * apparmor: Fix one kernel-doc commentYang Li2023-10-231-1/+1
| * apparmor: Fix some kernel-doc commentsYang Li2023-10-231-2/+2
| * apparmor: mark new functions staticArnd Bergmann2023-10-221-2/+2
| * apparmor: Fix regression in mount mediationJohn Johansen2023-10-183-22/+51
| * apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen2023-10-181-5/+62
| * apparmor: add io_uring mediationGeorgia Garcia2023-10-186-2/+131
| * apparmor: add user namespace creation mediationJohn Johansen2023-10-187-2/+75
| * apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-185-0/+39