summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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
| * selinux: fix double freeTom Rix2020-06-101-0/+4
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-7/+44
|\ \
| * | selinux: Implement the watch_key security hookDavid Howells2020-05-191-0/+14
| * | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-7/+30
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-5/+3
|\ \ \
| * | | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-5/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+2
|\ \ \ \
| * | | | bpf, capability: Introduce CAP_BPFAlexei Starovoitov2020-05-151-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2020-05-061-2/+2
| | |\ \ \ | | | |/ / | | |/| |