aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+5
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 17-498/+1068
2020-10-05LSM: Add "contents" flag to kernel_read_file hookGravatar Kees Cook 1-2/+3
2020-10-05LSM: Introduce kernel_post_load_data() hookGravatar Kees Cook 1-1/+1
2020-10-05fs/kernel_read_file: Split into separate include fileGravatar Scott Branden 1-0/+1
2020-09-15selinux: Add helper functions to get and set checkreqprotGravatar Lakshmi Ramasubramanian 3-5/+16
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEGravatar Stephen Smalley 2-8/+9
2020-08-31selinux: simplify away security_policydb_len()Gravatar Ondrej Mosnacek 3-30/+10
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksGravatar Stephen Smalley 4-43/+22
2020-08-26selinux: fix error handling bugs in security_load_policy()Gravatar Dan Carpenter 1-11/+23
2020-08-25selinux: convert policy read-write lock to RCUGravatar Stephen Smalley 4-218/+280
2020-08-24selinux: delete repeated words in commentsGravatar Randy Dunlap 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-10/+2
2020-08-21selinux: add basic filtering for audit trace eventsGravatar Peter Enderborg 1-13/+15
2020-08-21selinux: add tracepoint on audited eventsGravatar Thiébaud Weksteen 1-0/+5
2020-08-21selinux: Create new booleans and class dirs out of treeGravatar Daniel Burgener 1-23/+90
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesGravatar Daniel Burgener 1-4/+6
2020-08-21selinux: Refactor selinuxfs directory populating functionsGravatar Daniel Burgener 1-20/+25
2020-08-21selinux: Create function for selinuxfs directory cleanupGravatar Daniel Burgener 1-14/+25
2020-08-20selinux: permit removing security.selinux xattr before policy loadGravatar Stephen Smalley 1-0/+3
2020-08-20selinux: fix memdup.cocci warningsGravatar kernel test robot 1-3/+2
2020-08-19selinux: avoid dereferencing the policy prior to initializationGravatar Stephen Smalley 1-0/+60
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabGravatar Colin Ian King 1-1/+1
2020-08-17selinux: refactor changing booleansGravatar Stephen Smalley 8-64/+368
2020-08-17selinux: move policy commit after updating selinuxfsGravatar Stephen Smalley 6-80/+104
2020-08-17selinux: encapsulate policy state, refactor policy loadGravatar Stephen Smalley 2-192/+221
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesGravatar Stephen Smalley 4-26/+40
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+3
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-161/+240
2020-07-19capabilities: Introduce CAP_CHECKPOINT_RESTOREGravatar Adrian Reber 1-2/+3
2020-07-09selinux: complete the inlining of hashtab functionsGravatar Ondrej Mosnacek 2-59/+63
2020-07-09selinux: prepare for inlining of hashtab functionsGravatar Ondrej Mosnacek 7-63/+110
2020-07-08selinux: specialize symtab insert and search functionsGravatar Ondrej Mosnacek 7-56/+69
2020-07-08selinux: Fix spelling mistakes in the commentsGravatar lihao 3-3/+3
2020-06-29selinux: fixed a checkpatch warning with the sizeof macroGravatar Ethan Edwards 1-2/+2
2020-06-23selinux: log error messages on required process class / permissionsGravatar Stephen Smalley 1-5/+15
2020-06-23selinux: allow reading labels before policy is loadedGravatar Jonathan Lebon 1-1/+6
2020-06-21Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-13/+12
2020-06-17selinux: fix undefined return of cond_evaluate_exprGravatar Tom Rix 1-0/+3
2020-06-16selinux: fix a double free in cond_read_node()/cond_read_list()Gravatar Tom Rix 1-13/+5
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+44
2020-06-10selinux: fix double freeGravatar Tom Rix 1-0/+4
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-5/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 19-326/+499
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 2-26/+46
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-5/+3
2020-05-19selinux: Implement the watch_key security hookGravatar David Howells 1-0/+14
2020-05-19keys: Make the KEY_NEED_* perms an enum rather than a maskGravatar David Howells 1-7/+30
2020-05-15bpf, capability: Introduce CAP_BPFGravatar Alexei Starovoitov 1-2/+2