index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
Commit message (
Expand
)
Author
Age
Files
Lines
*
selinux: avoid bool as identifier name
Christian Göttsche
2023-06-05
2
-5
/
+5
*
selinux: deprecated fs ocon
Christian Göttsche
2023-05-23
2
-1
/
+5
*
selinux: keep context struct members in sync
Christian Göttsche
2023-05-18
1
-0
/
+1
*
selinux: small cleanups in selinux_audit_rule_init()
Paul Moore
2023-05-08
1
-20
/
+18
*
selinux: declare read-only data arrays const
Christian Göttsche
2023-05-08
1
-1
/
+1
*
selinux: retain const qualifier on string literal in avtab_hash_eval()
Christian Göttsche
2023-05-08
2
-2
/
+2
*
selinux: adjust typos in comments
Christian Göttsche
2023-05-08
1
-1
/
+1
*
selinux: do not leave dangling pointer behind
Christian Göttsche
2023-05-08
1
-0
/
+1
*
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
2023-03-14
2
-206
/
+141
*
Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-13
4
-45
/
+50
|
\
|
*
selinux: remove the sidtab context conversion indirect calls
Paul Moore
2022-11-09
4
-44
/
+45
*
|
selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
GONG, Ruiqi
2022-10-19
3
-5
/
+6
|
/
*
selinux: declare read-only parameters const
Christian Göttsche
2022-08-30
4
-29
/
+31
*
selinux: Add boundary check in put_entry()
Xiu Jianfeng
2022-06-14
1
-0
/
+2
*
selinux: fix memleak in security_read_state_kernel()
Xiu Jianfeng
2022-06-13
1
-1
/
+8
*
Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-24
3
-55
/
+48
|
\
|
*
selinux: declare data arrays const
Christian Göttsche
2022-05-03
3
-20
/
+18
|
*
selinux: fix indentation level of mls_ops block
Christian Göttsche
2022-05-03
1
-21
/
+21
|
*
selinux: avoid extra semicolon
Christian Göttsche
2022-05-03
1
-9
/
+9
|
*
selinux: resolve checkpatch errors
Christian Göttsche
2022-05-03
1
-8
/
+4
|
*
selinux: Remove redundant assignments
Michal Orzel
2022-04-04
1
-1
/
+0
*
|
selinux: fix bad cleanup on error in hashtab_duplicate()
Ondrej Mosnacek
2022-05-17
1
-1
/
+2
|
/
*
Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-21
8
-21
/
+13
|
\
|
*
selinux: drop return statement at end of void functions
Christian Göttsche
2022-02-18
4
-6
/
+0
|
*
selinux: drop unused macro
Christian Göttsche
2022-01-26
1
-2
/
+0
|
*
selinux: drop unused parameter of avtab_insert_node
Christian Göttsche
2022-01-26
1
-3
/
+3
|
*
selinux: drop cast to same type
Christian Göttsche
2022-01-26
1
-1
/
+1
|
*
selinux: enclose macro arguments in parenthesis
Christian Göttsche
2022-01-26
2
-5
/
+5
|
*
selinux: declare name parameter of hash_eval const
Christian Göttsche
2022-01-26
1
-1
/
+1
|
*
selinux: declare path parameters of _genfs_sid const
Christian Göttsche
2022-01-25
1
-3
/
+3
*
|
selinux: fix double free of cond_list on error paths
Vratislav Bendel
2022-02-02
1
-1
/
+2
|
/
*
Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-11
1
-1
/
+1
|
\
|
*
selinux: Use struct_size() helper in kmalloc()
Xiu Jianfeng
2021-12-05
1
-1
/
+1
*
|
selinux: fix NULL-pointer dereference when hashtab allocation fails
Ondrej Mosnacek
2021-11-19
1
-5
/
+12
|
/
*
selinux: fix all of the W=1 build warnings
Paul Moore
2021-10-13
3
-4
/
+15
*
selinux: fix race condition when computing ocontext SIDs
Ondrej Mosnacek
2021-10-11
1
-85
/
+77
*
Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-08-31
1
-0
/
+2
|
\
|
*
selinux: return early for possible NULL audit buffers
Austin Kim
2021-07-14
1
-0
/
+2
*
|
selinux: correct the return value when loads initial sids
Xiu Jianfeng
2021-08-02
1
-6
/
+4
|
/
*
selinux: Fix kernel-doc
Yang Li
2021-06-11
1
-1
/
+22
*
selinux: Remove redundant assignment to rc
Jiapeng Chong
2021-05-10
2
-5
/
+0
*
selinux: constify some avtab function arguments
Ondrej Mosnacek
2021-05-10
3
-21
/
+26
*
selinux: simplify duplicate_policydb_cond_list() by using kmemdup()
Ondrej Mosnacek
2021-05-10
1
-5
/
+6
*
Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2021-05-01
1
-1
/
+2
|
\
|
*
LSM: Infrastructure management of the superblock
Casey Schaufler
2021-04-22
1
-1
/
+2
*
|
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-27
2
-2
/
+2
|
\
\
|
*
|
selinux: fix misspellings using codespell tool
Xiong Zhenwu
2021-03-08
1
-1
/
+1
|
*
|
selinux: measure state and policy capabilities
Lakshmi Ramasubramanian
2021-03-08
1
-1
/
+1
|
|
/
*
|
Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-09
6
-112
/
+185
|
\
\
|
*
|
selinux: fix race between old and new sidtab
Ondrej Mosnacek
2021-04-07
3
-37
/
+145
[next]