summaryrefslogtreecommitdiffstats
path: root/security/security.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * lsm: move the key hook comments to security/security.cPaul Moore2023-03-061-0/+40
| * lsm: move the xfrm hook comments to security/security.cPaul Moore2023-03-061-0/+103
| * lsm: move the Infiniband hook comments to security/security.cPaul Moore2023-03-061-0/+34
| * lsm: move the SCTP hook comments to security/security.cPaul Moore2023-03-061-0/+43
| * lsm: move the socket hook comments to security/security.cPaul Moore2023-03-061-0/+322
| * lsm: move the AF_UNIX hook comments to security/security.cPaul Moore2023-03-061-1/+41
| * lsm: move the netlink hook comments to security/security.cPaul Moore2023-03-061-0/+13
| * lsm: move the task hook comments to security/security.cPaul Moore2023-03-061-0/+334
| * lsm: move the file hook comments to security/security.cPaul Moore2023-03-061-0/+151
| * lsm: move the kernfs hook comments to security/security.cPaul Moore2023-03-061-0/+10
| * lsm: move the inode hook comments to security/security.cPaul Moore2023-03-061-0/+524
| * lsm: move the filesystem hook comments to security/security.cPaul Moore2023-03-061-0/+181
| * lsm: move the fs_context hook comments to security/security.cPaul Moore2023-03-061-0/+23
| * lsm: move the program execution hook comments to security/security.cPaul Moore2023-03-061-0/+69
* | selinux: remove the runtime disable functionalityPaul Moore2023-03-201-2/+2
|/
* Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-221-3/+4
|\
| * ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-01-311-3/+4