summaryrefslogtreecommitdiffstats
path: root/security/security.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-1/+1
|\
| * evm: don't copy up 'security.evm' xattrMimi Zohar2023-12-201-1/+1
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-12/+261
|\ \
| * | lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+18
| * | lsm: convert security_setselfattr() to use memdup_user()Paul Moore2023-11-121-8/+3
| * | lsm: align based on pointer length in lsm_fill_user_ctx()Paul Moore2023-11-121-1/+1
| * | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-24/+31
| * | lsm: correct error codes in security_getselfattr()Paul Moore2023-11-121-2/+2
| * | lsm: cleanup the size counters in security_getselfattr()Paul Moore2023-11-121-1/+2
| * | lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculationRoberto Sassu2023-11-121-1/+0
| * | LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler2023-11-121-0/+41
| * | LSM: syscalls for current process attributesCasey Schaufler2023-11-121-0/+152
| * | proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-121-8/+7
| * | LSM: Maintain a table of LSM attribute dataCasey Schaufler2023-11-121-0/+37
| * | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-6/+6
| |/
* | fsnotify: optionally pass access range in file permission hooksAmir Goldstein2023-12-121-7/+1
* | fsnotify: split fsnotify_perm() into two hooksAmir Goldstein2023-12-121-2/+2
|/
* lsm: fix a spelling mistakePaul Moore2023-10-041-1/+1
* lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran2023-09-141-1/+1
* lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran2023-09-141-1/+1
* lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-131-1/+1
* lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-1/+1
* lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran2023-09-131-1/+1
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-29/+61
|\
| * lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-151-1/+1
| * lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-1/+1
| * lsm: add comment block for security_sk_classify_flow LSM hookKhadija Kamran2023-07-311-0/+7
| * security: Fix ret values doc for security_inode_init_security()Roberto Sassu2023-07-261-2/+2
| * evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu2023-07-101-2/+2
| * security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu2023-07-101-24/+49
| * lsm: fix typo in security_file_lock() comment headerPairman Guo2023-07-101-1/+1
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291-1/+1
|\ \
| * | security: Constify sk in the sk_getsecid hook.Guillaume Nault2023-07-141-1/+1
| |/
* / vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-151-0/+14
|/
* Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-2/+2
|\
| * lsm: fix a number of misspellingsPaul Moore2023-05-251-2/+2
* | security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni2023-05-181-0/+17
|/
* Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-241-102/+2628
|\
| * security: Remove security_old_inode_init_security()Roberto Sassu2023-03-231-11/+0
| * security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-101-3/+9
| * lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore2023-03-081-5/+5
| * lsm: fix doc warnings in the LSM hook commentsPaul Moore2023-03-081-16/+17
| * lsm: styling fixes to security/security.cPaul Moore2023-03-061-84/+98
| * lsm: move the remaining LSM hook comments to security/security.cPaul Moore2023-03-061-0/+231
| * lsm: move the io_uring hook comments to security/security.cPaul Moore2023-03-061-0/+26
| * lsm: move the perf hook comments to security/security.cPaul Moore2023-03-061-0/+39
| * lsm: move the bpf hook comments to security/security.cPaul Moore2023-03-061-0/+65
| * lsm: move the audit hook comments to security/security.cPaul Moore2023-03-061-0/+41
| * lsm: move the binder hook comments to security/security.cPaul Moore2023-03-061-0/+36
| * lsm: move the sysv hook comments to security/security.cPaul Moore2023-03-061-0/+191