summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: don't use make's grouped targets feature yetPaul Moore2023-06-011-1/+5
* 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
| * selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng2022-06-131-1/+8
| * selinux: fix typos in commentsJonas Lindner2022-06-102-3/+3
| * selinux: drop unnecessary NULL checkChristian Göttsche2022-06-071-1/+1
| * selinux: add __randomize_layout to selinux_audit_dataGONG, Ruiqi2022-06-071-1/+1
* | selinux: free contexts previously transferred in selinux_add_opt()Christian Göttsche2022-06-151-7/+4
|/
* Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-2419-80/+89
|\
| * selinux: log anon inode class nameChristian Göttsche2022-05-031-2/+2
| * selinux: declare data arrays constChristian Göttsche2022-05-039-26/+24
| * selinux: fix indentation level of mls_ops blockChristian Göttsche2022-05-031-21/+21
| * selinux: include necessary headers in headersChristian Göttsche2022-05-036-1/+12
| * selinux: avoid extra semicolonChristian Göttsche2022-05-031-9/+9
| * selinux: update parameter documentationChristian Göttsche2022-05-032-1/+2
| * selinux: resolve checkpatch errorsChristian Göttsche2022-05-033-18/+9
| * selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore2022-04-142-3/+3
| * selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore2022-04-043-3/+11