summaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)AuthorLines
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+26
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore-9/+10
2020-11-23selinux: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+3
2020-11-12selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou-1/+3
2020-11-12selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek-4/+2
2020-11-05selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore-18/+13
2020-10-27selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen1-3/+1
2020-10-27selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren-3/+16
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+5
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-498/+1068
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook-2/+3
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook-1/+1
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden-0/+1
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian-5/+16
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley-8/+9
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek-30/+10
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley-43/+22
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter-11/+23
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley-218/+280
2020-08-24selinux: delete repeated words in commentsRandy Dunlap-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-10/+2
2020-08-21selinux: add basic filtering for audit trace eventsPeter Enderborg-13/+15
2020-08-21selinux: add tracepoint on audited eventsThiƩbaud Weksteen-0/+5
2020-08-21selinux: Create new booleans and class dirs out of treeDaniel Burgener-23/+90
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener-4/+6
2020-08-21selinux: Refactor selinuxfs directory populating functionsDaniel Burgener-20/+25
2020-08-21selinux: Create function for selinuxfs directory cleanupDaniel Burgener-14/+25
2020-08-20selinux: permit removing security.selinux xattr before policy loadStephen Smalley-0/+3
2020-08-20selinux: fix memdup.cocci warningskernel test robot-3/+2
2020-08-19selinux: avoid dereferencing the policy prior to initializationStephen Smalley-0/+60
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King-1/+1
2020-08-17selinux: refactor changing booleansStephen Smalley-64/+368
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley-80/+104
2020-08-17selinux: encapsulate policy state, refactor policy loadStephen Smalley-192/+221
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley-26/+40
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+3
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-161/+240
2020-07-19capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber-2/+3
2020-07-09selinux: complete the inlining of hashtab functionsOndrej Mosnacek-59/+63
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek-63/+110
2020-07-08selinux: specialize symtab insert and search functionsOndrej Mosnacek-56/+69
2020-07-08selinux: Fix spelling mistakes in the commentslihao-3/+3
2020-06-29selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards-2/+2
2020-06-23selinux: log error messages on required process class / permissionsStephen Smalley-5/+15
2020-06-23selinux: allow reading labels before policy is loadedJonathan Lebon-1/+6
2020-06-21Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-13/+12
2020-06-17selinux: fix undefined return of cond_evaluate_exprTom Rix-0/+3
2020-06-16selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix-13/+5