summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-174-26/+40
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-10/+2
|/
* Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-041-2/+3
|\
| * capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-2/+3
* | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-0414-161/+240
|\ \ | |/ |/|
| * selinux: complete the inlining of hashtab functionsOndrej Mosnacek2020-07-092-59/+63
| * selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-097-63/+110
| * selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-087-56/+69
| * selinux: Fix spelling mistakes in the commentslihao2020-07-083-3/+3
| * selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards2020-06-291-2/+2
| * selinux: log error messages on required process class / permissionsStephen Smalley2020-06-231-5/+15
| * selinux: allow reading labels before policy is loadedJonathan Lebon2020-06-231-1/+6
* | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-212-13/+12
|\ \ | |/ |/|
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-161-13/+5