Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-13selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley
2020-08-24selinux: delete repeated words in commentsRandy Dunlap
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22selinux: add basic filtering for audit trace eventsPeter Enderborg
2020-08-22selinux: add tracepoint on audited eventsThiƩbaud Weksteen
2020-08-21selinux: Create new booleans and class dirs out of treeDaniel Burgener
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener
2020-08-21selinux: Refactor selinuxfs directory populating functionsDaniel Burgener
2020-08-21selinux: Create function for selinuxfs directory cleanupDaniel Burgener
2020-08-21selinux: permit removing security.selinux xattr before policy loadStephen Smalley
2020-08-20selinux: fix memdup.cocci warningskernel test robot
2020-08-20selinux: avoid dereferencing the policy prior to initializationStephen Smalley
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King
2020-08-18selinux: refactor changing booleansStephen Smalley
2020-08-18selinux: move policy commit after updating selinuxfsStephen Smalley
2020-08-18selinux: encapsulate policy state, refactor policy loadStephen Smalley
2020-08-18scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley
2020-08-05Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-08-05Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-19capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber
2020-07-10selinux: complete the inlining of hashtab functionsOndrej Mosnacek
2020-07-10selinux: prepare for inlining of hashtab functionsOndrej Mosnacek
2020-07-09selinux: specialize symtab insert and search functionsOndrej Mosnacek
2020-07-08selinux: Fix spelling mistakes in the commentslihao
2020-06-30selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards
2020-06-24selinux: log error messages on required process class / permissionsStephen Smalley
2020-06-24selinux: allow reading labels before policy is loadedJonathan Lebon
2020-06-22Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-18selinux: fix undefined return of cond_evaluate_exprTom Rix
2020-06-17selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11selinux: fix double freeTom Rix
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-19selinux: Implement the watch_key security hookDavid Howells