summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2023-07-18selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche
2023-07-18selinux: fix implicit conversions in the symtabChristian Göttsche
2023-07-18selinux: use consistent type for AV rule specifierChristian Göttsche
2023-07-18selinux: avoid implicit conversions in the LSM hooksChristian Göttsche
2023-07-18selinux: avoid implicit conversions in the AVC codeChristian Göttsche
2023-07-18selinux: avoid implicit conversions in the netif codeChristian Göttsche
2023-07-18selinux: consistently use u32 as sequence number type in the status codeChristian Göttsche
2023-07-18selinux: avoid avtab overflowsChristian Göttsche
2023-07-18selinux: check for multiplication overflow in put_entry()Christian 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-10selinux: cleanup the policycap accessor functionsPaul Moore
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu
2023-06-05selinux: avoid bool as identifier nameChristian Göttsche
2023-06-02selinux: fix Makefile for versions of make < v4.3Paul Moore
2023-05-30selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek
2023-05-30selinux: cleanup exit_sel_fs() declarationXiu Jianfeng
2023-05-23selinux: deprecated fs oconChristian Göttsche
2023-05-18selinux: make header files self-includingChristian Göttsche
2023-05-18selinux: keep context struct members in syncChristian Göttsche
2023-05-18selinux: Implement mptcp_add_subflow hookPaolo Abeni
2023-05-08selinux: small cleanups in selinux_audit_rule_init()Paul Moore
2023-05-08selinux: declare read-only data arrays constChristian Göttsche
2023-05-08selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche
2023-05-08selinux: drop return at end of void function avc_insert()Christian Göttsche
2023-05-08selinux: avc: drop unused function avc_disable()Christian Göttsche
2023-05-08selinux: adjust typos in commentsChristian Göttsche
2023-05-08selinux: do not leave dangling pointer behindChristian Göttsche
2023-05-08selinux: more Makefile tweaksPaul Moore
2023-04-12selinux: ensure av_permissions.h is built when neededPaul Moore
2023-04-12selinux: fix Makefile dependencies of flask.hOndrej Mosnacek
2023-04-04selinux: stop returning node from avc_insert()Stephen Smalley
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-03-08selinux: uninline unlikely parts of avc_has_perm_noaudit()Paul Moore
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-09selinux: remove the sidtab context conversion indirect callsPaul Moore
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2022-10-20selinux: implement get, set and remove acl hookChristian Brauner
2022-10-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi
2022-10-17selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore