summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* landlock: Fix asymmetric private inodes referringMickaël Salaün2024-03-061-2/+2
* tomoyo: fix UAF write bug in tomoyo_write_control()Tetsuo Handa2024-03-061-1/+2
* lsm: fix the logic in security_inode_getsecctx()Ondrej Mosnacek2024-02-231-1/+13
* lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-02-231-4/+27
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2024-01-314-0/+48
* Revert "KEYS: encrypted: Add check for strsep"Mimi Zohar2024-01-251-4/+0
* apparmor: Fix memory leak in unpack_profile()Gaosheng Cui2024-01-251-0/+2
* apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin2024-01-251-0/+4
* apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin2024-01-252-4/+4
* apparmor: free the allocated pdb objectsFedor Pchelkin2024-01-251-6/+7
* apparmor: Fix ref count leak in task_killJohn Johansen2024-01-251-1/+0
* selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün2024-01-251-0/+7
* KEYS: encrypted: Add check for strsepChen Ni2024-01-251-0/+4
* apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen2024-01-032-0/+5
* keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2023-12-214-22/+37
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-6/+0
* 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
| * apparmor: advertise disconnected.path is availableJohn Johansen2023-10-181-0/+1
| * apparmor: refcount the pdbJohn Johansen2023-10-1815-210/+260
| * apparmor: provide separate audit messages for file and policy checksJohn Johansen2023-10-181-5/+11
| * apparmor: pass cred through to audit info.John Johansen2023-10-1820-211/+388
| * apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen2023-10-1810-18/+17
| * apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen2023-10-1815-245/+257
| * apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen2023-10-182-11/+16
| * apparmor: Optimize retrieving current task secidVinicius Costa Gomes2023-10-151-2/+2
| * apparmor: remove unused functions in policy_ns.c/.hXiu Jianfeng2023-10-152-51/+0
| * apparmor: remove unneeded #ifdef in decompress_zstd()Xiu Jianfeng2023-10-151-2/+0
| * apparmor: fix invalid reference on profile->disconnectedGeorgia Garcia2023-08-222-2/+4
| * apparmor: remove unused PROF_* macrosGONG, Ruiqi2023-08-081-3/+0
| * apparmor: cleanup unused functions in file.hXiu Jianfeng2023-08-081-37/+0
| * apparmor: cleanup unused declarations in policy.hXiu Jianfeng2023-08-081-6/+0
| * apparmor: fixup return comments for kernel doc cleanups by Gaosheng CuiJohn Johansen2023-08-082-4/+4
| * apparmor: Fix kernel-doc warnings in apparmor/policy.cGaosheng Cui2023-07-101-7/+10
| * apparmor: Fix kernel-doc warnings in apparmor/policy_compat.cGaosheng Cui2023-07-101-0/+1
| * apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.cGaosheng Cui2023-07-101-1/+1
| * apparmor: Fix kernel-doc warnings in apparmor/resource.cGaosheng Cui2023-07-101-4/+4
| * apparmor: Fix kernel-doc warnings in apparmor/match.cGaosheng Cui2023-07-101-2/+2
| * apparmor: Fix kernel-doc warnings in apparmor/lib.cGaosheng Cui2023-07-101-2/+2
| * apparmor: Fix kernel-doc warnings in apparmor/label.cGaosheng Cui2023-07-101-9/+11
| * apparmor: Fix kernel-doc warnings in apparmor/file.cGaosheng Cui2023-07-101-3/+3
| * apparmor: Fix kernel-doc warnings in apparmor/domain.cGaosheng Cui2023-07-101-4/+6