summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-11/+35
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler-14/+2
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler-6/+14
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler-2/+26
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler-3/+7
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro-1/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-19/+3
2024-08-25apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck-3/+3
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler-19/+3
2024-07-27Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-34/+65
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-24apparmor: unpack transition table if dfa is not presentGeorgia Garcia-17/+25
2024-07-24apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik-2/+23
2024-07-24apparmor: test: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-07-24apparmor: take nosymfollow flag into accountAlexander Mikhalitsyn-0/+2
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua-4/+4
2024-05-10apparmor: fix possible NULL pointer dereferenceLeesoo Ahn-0/+4
2024-05-10apparmor: fix typo in kernel docChristian Göttsche-1/+1
2024-05-10apparmor: remove useless static inline function is_deletedColin Ian King-13/+0
2024-05-10apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin-1/+2
2024-05-10apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang-0/+7
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler-2/+2
2024-02-27Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-02-23apparmor: fix lsm_get_self_attr()Mickaël Salaün-1/+1
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook-1/+3
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-74/+54
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-6/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+90
2024-01-09apparmor: Fix memory leak in unpack_profile()Gaosheng Cui-0/+2
2024-01-04apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin-0/+4
2024-01-04apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin-4/+4
2024-01-03apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen-0/+5
2024-01-03apparmor: free the allocated pdb objectsFedor Pchelkin-6/+7
2023-12-29apparmor: Fix ref count leak in task_killJohn Johansen-1/+0
2023-12-21apparmorfs: don't duplicate kfree_link()Al Viro-6/+1
2023-11-26apparmor: cleanup network hook commentsJohn Johansen-44/+16
2023-11-19apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen-0/+2
2023-11-19apparmor: declare nulldfa as staticJohn Johansen-1/+1
2023-11-19apparmor: declare stack_msg as staticJohn Johansen-1/+1
2023-11-19apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov-17/+17
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore-1/+1
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore-12/+3
2023-11-12AppArmor: Add selfattr hooksCasey Schaufler-11/+92
2023-11-12LSM: Identify modules by more than nameCasey Schaufler-1/+7
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-848/+1336
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-10-23apparmor: Fix some kernel-doc commentsYang Li-2/+2
2023-10-23apparmor: Fix one kernel-doc commentYang Li-1/+1