summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2024-02-23selinux: fix lsm_get_self_attr()Mickaël Salaün
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-04selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2023-12-20shm: Slim down dependenciesKent Overstreet
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov
2023-12-07selinux: remove the wrong comment about multithreaded process handlingMunehisa Kamata
2023-11-21selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore
2023-11-12SELinux: Add selfattr hooksCasey Schaufler
2023-11-12LSM: Identify modules by more than nameCasey Schaufler
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran
2023-09-13lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran
2023-09-13lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran
2023-09-12selinux: fix handling of empty opts in selinux_fs_context_submount()Ondrej Mosnacek
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-21selinux: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells
2023-08-09selinux: revert SECINITSID_INIT supportPaul Moore
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran
2023-08-08selinux: update comment on selinux_hooks[]Xiu Jianfeng
2023-07-28selinux: log about VM being executable by defaultChristian Göttsche
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore
2023-07-19selinux: introduce and use lsm_ad_net_init*() helpersPaolo Abeni
2023-07-19selinux: update my email addressStephen Smalley
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche
2023-07-18selinux: de-brand SELinuxStephen Smalley
2023-07-18selinux: avoid implicit conversions in the LSM hooksChristian Göttsche
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu
2023-05-30selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek
2023-05-18selinux: Implement mptcp_add_subflow hookPaolo Abeni
2023-05-08selinux: declare read-only data arrays constChristian Göttsche
2023-05-08selinux: adjust typos in commentsChristian Göttsche
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2023-03-20selinux: remove the 'checkreqprot' functionalityPaul Moore
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner