summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-9/+14
|\
| * commoncap: handle idmapped mountsChristian Brauner2021-01-241-8/+12
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-1/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-215-10/+127
|\ \
| * | selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian2021-01-145-10/+127
| |/
* | selinux: teach SELinux about anonymous inodesDaniel Colascione2021-01-142-0/+59
* | selinux: fall back to SECURITY_FS_USE_GENFS if no xattr supportOndrej Mosnacek2021-01-131-25/+52
* | selinux: mark selinux_xfrm_refcount as __read_mostlyOndrej Mosnacek2021-01-121-1/+1
* | selinux: mark some global variables __ro_after_initOndrej Mosnacek2021-01-126-12/+12
* | selinux: make selinuxfs_mount staticOndrej Mosnacek2021-01-122-2/+1
* | selinux: drop the unnecessary aurule_callback variableOndrej Mosnacek2021-01-121-7/+3
* | selinux: remove unused global variablesOndrej Mosnacek2021-01-124-4/+0
* | selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein2021-01-041-0/+4
* | selinux: handle MPTCP consistently with TCPPaolo Abeni2021-01-041-1/+2
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-165-20/+26
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-233-9/+10
| * selinux: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
| * selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek2020-11-122-4/+2
| * selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore2020-11-051-18/+13
| * selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen12020-10-271-3/+1
| * selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren2020-10-271-3/+16
* | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-031-1/+1
* | Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-141-1/+3
|\ \ | |/ |/|
| * selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou2020-11-121-1/+3
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-3/+5
|\ \
| * | LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-051-2/+3
| * | LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-1/+1
| * | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
* | | Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1317-498/+1068
|\ \ \ | |/ / |/| / | |/
| * selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian2020-09-153-5/+16
| * selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley2020-09-112-8/+9
| * selinux: simplify away security_policydb_len()Ondrej Mosnacek2020-08-313-30/+10
| * selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-274-43/+22
| * selinux: fix error handling bugs in security_load_policy()Dan Carpenter2020-08-261-11/+23
| * selinux: convert policy read-write lock to RCUStephen Smalley2020-08-254-218/+280
| * selinux: delete repeated words in commentsRandy Dunlap2020-08-241-3/+3
| * selinux: add basic filtering for audit trace eventsPeter Enderborg2020-08-211-13/+15
| * selinux: add tracepoint on audited eventsThiƩbaud Weksteen2020-08-211-0/+5
| * selinux: Create new booleans and class dirs out of treeDaniel Burgener2020-08-211-23/+90
| * selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener2020-08-211-4/+6
| * selinux: Refactor selinuxfs directory populating functionsDaniel Burgener2020-08-211-20/+25
| * selinux: Create function for selinuxfs directory cleanupDaniel Burgener2020-08-211-14/+25
| * selinux: permit removing security.selinux xattr before policy loadStephen Smalley2020-08-201-0/+3
| * selinux: fix memdup.cocci warningskernel test robot2020-08-201-3/+2
| * selinux: avoid dereferencing the policy prior to initializationStephen Smalley2020-08-191-0/+60
| * selinux: fix allocation failure check on newpolicy->sidtabColin Ian King2020-08-191-1/+1
| * selinux: refactor changing booleansStephen Smalley2020-08-178-64/+368
| * selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-176-80/+104
| * selinux: encapsulate policy state, refactor policy loadStephen Smalley2020-08-172-192/+221