summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | selinux: implement get, set and remove acl hookChristian Brauner2022-10-201-0/+22
| |/
* / selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi2022-10-193-5/+6
|/
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\
| * ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
* | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-032-0/+11
|\ \
| * | selinux: Implement userns_create hookFrederick Lawler2022-08-162-0/+11
| |/
* | Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-036-53/+46
|\ \
| * | selinux: remove the unneeded result variableXu Panda2022-09-141-15/+9
| * | selinux: declare read-only parameters constChristian Göttsche2022-08-304-29/+31
| * | selinux: use int arrays for boolean valuesChristian Göttsche2022-08-301-5/+5
| * | selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen2022-08-301-4/+1
| |/
* / selinux: implement the security_uring_cmd() LSM hookPaul Moore2022-08-262-1/+25
|/
* Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-025-13/+19
|\
| * selinux: selinux_add_opt() callers free memoryXiu Jianfeng2022-06-201-7/+4
| * selinux: Add boundary check in put_entry()Xiu Jianfeng2022-06-141-0/+2