index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-08
selinux: fix double free of cond_list on error paths
Vratislav Bendel
1
-1
/
+2
2022-01-27
selinux: fix potential memleak in selinux_add_opt()
Bernard Zhao
1
-2
/
+10
2022-01-05
selinux: initialize proto variable in selinux_ip_postroute_compat()
Tom Rix
1
-1
/
+1
2021-11-26
selinux: fix NULL-pointer dereference when hashtab allocation fails
Ondrej Mosnacek
1
-5
/
+12
2021-11-18
selinux: fix race condition when computing ocontext SIDs
Ondrej Mosnacek
1
-85
/
+77
2021-11-18
binder: use cred instead of task for selinux checks
Todd Kjos
1
-21
/
+15
2021-08-12
selinux: correct the return value when loads initial sids
Xiu Jianfeng
1
-6
/
+4
2021-07-19
selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC
Minchan Kim
1
-6
/
+7
2021-05-14
selinux: add proper NULL termination to the secclass_map permissions
Paul Moore
1
-2
/
+3
2021-04-14
selinux: fix race between old and new sidtab
Ondrej Mosnacek
3
-37
/
+145
2021-04-14
selinux: fix cond_list corruption when changing booleans
Ondrej Mosnacek
3
-69
/
+33
2021-04-14
selinux: make nslot handling in avtab more robust
Ondrej Mosnacek
1
-10
/
+11
2021-03-30
selinux: fix variable scope issue in live sidtab conversion
Ondrej Mosnacek
3
-33
/
+55
2021-03-30
selinux: don't log MAC_POLICY_LOAD record on failed policy load
Ondrej Mosnacek
1
-2
/
+1
2021-03-04
selinux: fix inconsistency between inode_getxattr and inode_listsecurity
Amir Goldstein
1
-0
/
+4
2020-12-30
selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling
Paul Moore
1
-18
/
+13
2020-12-30
selinux: fix error initialization in inode_doinit_with_dentry()
Tianyue Ren
1
-3
/
+16
2020-11-14
Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2020-11-12
selinux: Fix error return code in sel_ib_pkey_sid_slow()
Chen Zhou
1
-1
/
+3
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+5
2020-10-13
Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-498
/
+1068
2020-10-05
LSM: Add "contents" flag to kernel_read_file hook
Kees Cook
1
-2
/
+3
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
1
-1
/
+1
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-0
/
+1
2020-09-15
selinux: Add helper functions to get and set checkreqprot
Lakshmi Ramasubramanian
3
-5
/
+16
2020-09-11
selinux: access policycaps with READ_ONCE/WRITE_ONCE
Stephen Smalley
2
-8
/
+9
2020-08-31
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
3
-30
/
+10
2020-08-27
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
4
-43
/
+22
2020-08-26
selinux: fix error handling bugs in security_load_policy()
Dan Carpenter
1
-11
/
+23
2020-08-25
selinux: convert policy read-write lock to RCU
Stephen Smalley
4
-218
/
+280
2020-08-24
selinux: delete repeated words in comments
Randy Dunlap
1
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-10
/
+2
2020-08-21
selinux: add basic filtering for audit trace events
Peter Enderborg
1
-13
/
+15
2020-08-21
selinux: add tracepoint on audited events
ThiƩbaud Weksteen
1
-0
/
+5
2020-08-21
selinux: Create new booleans and class dirs out of tree
Daniel Burgener
1
-23
/
+90
2020-08-21
selinux: Standardize string literal usage for selinuxfs directory names
Daniel Burgener
1
-4
/
+6
2020-08-21
selinux: Refactor selinuxfs directory populating functions
Daniel Burgener
1
-20
/
+25
2020-08-21
selinux: Create function for selinuxfs directory cleanup
Daniel Burgener
1
-14
/
+25
2020-08-20
selinux: permit removing security.selinux xattr before policy load
Stephen Smalley
1
-0
/
+3
2020-08-20
selinux: fix memdup.cocci warnings
kernel test robot
1
-3
/
+2
2020-08-19
selinux: avoid dereferencing the policy prior to initialization
Stephen Smalley
1
-0
/
+60
2020-08-19
selinux: fix allocation failure check on newpolicy->sidtab
Colin Ian King
1
-1
/
+1
2020-08-17
selinux: refactor changing booleans
Stephen Smalley
8
-64
/
+368
2020-08-17
selinux: move policy commit after updating selinuxfs
Stephen Smalley
6
-80
/
+104
2020-08-17
selinux: encapsulate policy state, refactor policy load
Stephen Smalley
2
-192
/
+221
2020-08-17
scripts/selinux,selinux: update mdp to enable policy capabilities
Stephen Smalley
4
-26
/
+40
2020-08-04
Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+3
2020-08-04
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-161
/
+240
2020-07-19
capabilities: Introduce CAP_CHECKPOINT_RESTORE
Adrian Reber
1
-2
/
+3
2020-07-09
selinux: complete the inlining of hashtab functions
Ondrej Mosnacek
2
-59
/
+63
[next]