summaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-0/+2
|\
| * powerpc/rtas: block error injection when locked downNathan Lynch2022-09-281-0/+1
| * powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch2022-09-281-0/+1
* | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-2/+2
|\ \
| * | ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-2/+2
| |/
* | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+6
|\ \
| * | security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+6
| |/
* / lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-261-0/+5
|/
* Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linuxLinus Torvalds2022-08-021-0/+7
|\
| * security: Add LSM hook to setgroups() syscallMicah Morton2022-07-151-0/+7
* | security: pass down mount idmapping to setattr hookChristian Brauner2022-06-261-3/+5
|/
* lockdown: also lock down previous kgdb useDaniel Thompson2022-05-241-0/+2
* security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-0/+8
* security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek2021-12-061-8/+0
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-2/+2
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-7/+0
* security: add sctp_assoc_established hookXin Long2021-11-031-0/+7
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-5/+5
* security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-2/+4
* binder: use cred instead of task for getsecidTodd Kjos2021-10-141-0/+5
* binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-14/+14
* lsm,io_uring: add LSM hooks to io_uringPaul Moore2021-09-191-0/+16
* bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-0/+1
* bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-1/+1
* selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-101-2/+2
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+4
|\
| * fs,security: Add sb_delete hookMickaël Salaün2021-04-221-0/+4
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-2/+8
* | lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia2021-03-221-0/+8
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-20/+34
|\
| * commoncap: handle idmapped mountsChristian Brauner2021-01-241-20/+34
* | security: add inode_init_security_anon() LSM hookLokesh Gidra2021-01-141-0/+10
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-9/+14
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-9/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-121-0/+1
|\ \
| * | xfrm: redact SA secret with lockdown confidentialityAntony Antony2020-11-271-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-1/+1
|\ \
| * \ Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2020-12-101-1/+1
| |\ \ | | |/ | |/|
| | * [SECURITY] fix namespaced fscaps when !CONFIG_SECURITYSerge Hallyn2020-12-041-1/+1
* | | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-031-2/+2
|/ /
* | LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-051-2/+4
* | LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-2/+12
* | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
|/
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-0/+9
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-0/+9
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-3/+27
|\ \
| * | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-3/+3
| * | security: Add hooks to rule on setting a watchDavid Howells2020-05-191-0/+9
| * | security: Add a hook for the point of notification insertionDavid Howells2020-05-191-0/+15
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-4/+11
|\ \