aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-94/+374
2025-07-30apparmor: fix Regression on linux-next (next-20250721)John Johansen1-0/+1
2025-07-30apparmor: fix test error: WARNING in apparmor_unix_stream_connectJohn Johansen1-2/+3
2025-07-30apparmor: Remove the unused variable rulesJiapeng Chong1-2/+0
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen1-3/+2
2025-07-20apparmor: fix documentation mismatches in val_mask_to_str and socket functionsPeng Jiang1-2/+22
2025-07-20apparmor: fix kernel doc warnings for kernel test robotJohn Johansen1-2/+8
2025-07-20apparmor: Fix 8-byte alignment for initial dfa blob streamsHelge Deller1-2/+2
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen1-47/+118
2025-07-15apparmor: Remove use of the double lockJohn Johansen1-2/+2
2025-07-15apparmor: make __begin_current_label_crit_section() indicate whether put is neededMateusz Guzik1-29/+46
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal1-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen1-7/+156
2025-01-18apparmor: lift kernel socket check out of critical sectionJohn Johansen1-1/+5
2025-01-18apparmor: remove af_select macroJohn Johansen1-26/+9
2025-01-18apparmor: add ability to mediate caps with policy state machineJohn Johansen1-6/+5
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen1-2/+34
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler1-4/+0
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-6/+14
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler1-0/+1
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler1-16/+1
2024-07-27Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-3/+11
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-24apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik1-2/+3
2024-05-10apparmor: fix typo in kernel docChristian Göttsche1-1/+1
2024-05-10apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang1-0/+7
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler1-2/+2
2024-02-27Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-1/+1
2024-02-23apparmor: fix lsm_get_self_attr()Mickaël Salaün1-1/+1
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook1-1/+3
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-46/+17
2023-12-29apparmor: Fix ref count leak in task_killJohn Johansen1-1/+0
2023-11-26apparmor: cleanup network hook commentsJohn Johansen1-44/+16
2023-11-19apparmor: declare nulldfa as staticJohn Johansen1-1/+1
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore1-1/+1
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore1-12/+3
2023-11-12AppArmor: Add selfattr hooksCasey Schaufler1-6/+85
2023-11-12LSM: Identify modules by more than nameCasey Schaufler1-1/+7
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-58/+356
2023-10-22apparmor: mark new functions staticArnd Bergmann1-2/+2
2023-10-18apparmor: Fix regression in mount mediationJohn Johansen1-2/+18
2023-10-18apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen1-5/+62
2023-10-18apparmor: add io_uring mediationGeorgia Garcia1-0/+113
2023-10-18apparmor: add user namespace creation mediationJohn Johansen1-1/+24
2023-10-18apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+7
2023-10-18apparmor: refcount the pdbJohn Johansen1-0/+63
2023-10-18apparmor: pass cred through to audit info.John Johansen1-33/+52
2023-10-18apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen1-2/+2