summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2023-07-28selinux: log about VM being executable by defaultChristian Göttsche
2023-07-24selinux: convert to ctime accessor functionsJeff Layton
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore
2023-07-20selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche
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-19selinux: drop avtab_search()Christian Göttsche
2023-07-18selinux: de-brand SELinuxStephen Smalley
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