summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: update my email addressStephen Smalley2023-07-1925-25/+25
* selinux: add missing newlines in pr_err() statementsChristian Göttsche2023-07-192-4/+4
* selinux: drop avtab_search()Christian Göttsche2023-07-194-42/+8
* selinux: de-brand SELinuxStephen Smalley2023-07-184-11/+11
* selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche2023-07-183-6/+7
* selinux: fix implicit conversions in the symtabChristian Göttsche2023-07-182-2/+2
* selinux: use consistent type for AV rule specifierChristian Göttsche2023-07-183-3/+3
* selinux: avoid implicit conversions in the LSM hooksChristian Göttsche2023-07-181-16/+10
* selinux: avoid implicit conversions in the AVC codeChristian Göttsche2023-07-181-7/+8
* selinux: avoid implicit conversions in the netif codeChristian Göttsche2023-07-181-2/+2
* selinux: consistently use u32 as sequence number type in the status codeChristian Göttsche2023-07-182-2/+2
* selinux: avoid avtab overflowsChristian Göttsche2023-07-181-2/+2
* selinux: check for multiplication overflow in put_entry()Christian Göttsche2023-07-181-2/+5
* selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-07-106-2/+65
* selinux: cleanup the policycap accessor functionsPaul Moore2023-07-101-24/+11
* selinux: avoid bool as identifier nameChristian Göttsche2023-06-052-5/+5
* selinux: fix Makefile for versions of make < v4.3Paul Moore2023-06-021-3/+14
* selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek2023-05-302-17/+42
* selinux: cleanup exit_sel_fs() declarationXiu Jianfeng2023-05-301-1/+0
* selinux: deprecated fs oconChristian Göttsche2023-05-232-1/+5
* selinux: make header files self-includingChristian Göttsche2023-05-182-0/+4
* selinux: keep context struct members in syncChristian Göttsche2023-05-181-0/+1
* selinux: Implement mptcp_add_subflow hookPaolo Abeni2023-05-182-2/+22
* selinux: small cleanups in selinux_audit_rule_init()Paul Moore2023-05-081-20/+18
* selinux: declare read-only data arrays constChristian Göttsche2023-05-083-3/+3
* selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche2023-05-082-2/+2
* selinux: drop return at end of void function avc_insert()Christian Göttsche2023-05-081-1/+0
* selinux: avc: drop unused function avc_disable()Christian Göttsche2023-05-082-22/+0
* selinux: adjust typos in commentsChristian Göttsche2023-05-086-6/+6
* selinux: do not leave dangling pointer behindChristian Göttsche2023-05-081-0/+1
* selinux: more Makefile tweaksPaul Moore2023-05-081-10/+9
* selinux: ensure av_permissions.h is built when neededPaul Moore2023-04-121-1/+1
* selinux: fix Makefile dependencies of flask.hOndrej Mosnacek2023-04-121-2/+2
* selinux: stop returning node from avc_insert()Stephen Smalley2023-04-041-13/+11
* selinux: remove the runtime disable functionalityPaul Moore2023-03-204-137/+8
* selinux: remove the 'checkreqprot' functionalityPaul Moore2023-03-204-56/+11
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-1418-995/+651
* selinux: uninline unlikely parts of avc_has_perm_noaudit()Paul Moore2023-03-081-28/+57
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+3
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
* | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+2
* | fs: port acl to mnt_idmapChristian Brauner2023-01-191-3/+3
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-4/+5
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-7/+6
|\
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-7/+6
* | Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-135-47/+52
|\ \
| * | selinux: remove the sidtab context conversion indirect callsPaul Moore2022-11-094-44/+45
| * | selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore2022-10-171-2/+2
| |/
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-0/+22
|\ \