summaryrefslogtreecommitdiffstats
path: root/security/selinux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-211-0/+3
* selinux: fix memdup.cocci warningskernel test robot2020-08-201-3/+2
* selinux: avoid dereferencing the policy prior to initializationStephen Smalley2020-08-201-0/+60
* selinux: fix allocation failure check on newpolicy->sidtabColin Ian King2020-08-191-1/+1
* selinux: refactor changing booleansStephen Smalley2020-08-188-64/+368
* selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-186-80/+104
* selinux: encapsulate policy state, refactor policy loadStephen Smalley2020-08-182-192/+221
* scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-184-26/+40
* Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-051-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-102-59/+63
| * selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-107-63/+110
| * selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-097-56/+69
| * selinux: Fix spelling mistakes in the commentslihao2020-07-083-3/+3
| * selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards2020-06-301-2/+2
| * selinux: log error messages on required process class / permissionsStephen Smalley2020-06-241-5/+15
| * selinux: allow reading labels before policy is loadedJonathan Lebon2020-06-241-1/+6
* | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-222-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-171-13/+5
| * selinux: fix double freeTom Rix2020-06-111-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-041-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-151-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2020-05-071-2/+2
| | |\ \ \ | | | |/ / | | |/| |
* | | | | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0319-326/+499
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | selinux: netlabel: Remove unused inline functionYueHaibing2020-05-131-6/+0
| * | | | selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-018-146/+116
| * | | | selinux: fix return value on error in policydb_read()Ondrej Mosnacek2020-05-011-0/+1
| * | | | selinux: simplify range_write()Ondrej Mosnacek2020-05-011-16/+2
| * | | | selinux: fix error return code in policydb_read()Wei Yongjun2020-05-011-0/+1
| * | | | selinux: don't produce incorrect filename_trans_countOndrej Mosnacek2020-04-222-9/+5
| * | | | selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-172-26/+189
| * | | | selinux: move context hashing under sidtabOndrej Mosnacek2020-04-175-58/+47
| * | | | selinux: hash context structure directlyOndrej Mosnacek2020-04-179-42/+69
| * | | | selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-173-60/+107
| * | | | selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek2020-04-161-2/+1