index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-45
/
+50
2022-11-09
selinux: remove the sidtab context conversion indirect calls
Paul Moore
4
-44
/
+45
2022-10-19
selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
GONG, Ruiqi
3
-5
/
+6
2022-08-31
selinux: declare read-only parameters const
Christian Göttsche
4
-29
/
+31
2022-06-15
selinux: Add boundary check in put_entry()
Xiu Jianfeng
1
-0
/
+2
2022-06-14
selinux: fix memleak in security_read_state_kernel()
Xiu Jianfeng
1
-1
/
+8
2022-05-24
Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-55
/
+48
2022-05-18
selinux: fix bad cleanup on error in hashtab_duplicate()
Ondrej Mosnacek
1
-1
/
+2
2022-05-03
selinux: declare data arrays const
Christian Göttsche
3
-20
/
+18
2022-05-03
selinux: fix indentation level of mls_ops block
Christian Göttsche
1
-21
/
+21
2022-05-03
selinux: avoid extra semicolon
Christian Göttsche
1
-9
/
+9
2022-05-03
selinux: resolve checkpatch errors
Christian Göttsche
1
-8
/
+4
2022-04-04
selinux: Remove redundant assignments
Michal Orzel
1
-1
/
+0
2022-03-22
Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-21
/
+13
2022-02-18
selinux: drop return statement at end of void functions
Christian Göttsche
4
-6
/
+0
2022-02-02
selinux: fix double free of cond_list on error paths
Vratislav Bendel
1
-1
/
+2
2022-01-27
selinux: drop unused macro
Christian Göttsche
1
-2
/
+0
2022-01-26
selinux: drop unused parameter of avtab_insert_node
Christian Göttsche
1
-3
/
+3
2022-01-26
selinux: drop cast to same type
Christian Göttsche
1
-1
/
+1
2022-01-26
selinux: enclose macro arguments in parenthesis
Christian Göttsche
2
-5
/
+5
2022-01-26
selinux: declare name parameter of hash_eval const
Christian Göttsche
1
-1
/
+1
2022-01-26
selinux: declare path parameters of _genfs_sid const
Christian Göttsche
1
-3
/
+3
2022-01-12
Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-12-06
selinux: Use struct_size() helper in kmalloc()
Xiu Jianfeng
1
-1
/
+1
2021-11-20
selinux: fix NULL-pointer dereference when hashtab allocation fails
Ondrej Mosnacek
1
-5
/
+12
2021-10-13
selinux: fix all of the W=1 build warnings
Paul Moore
3
-4
/
+15
2021-10-12
selinux: fix race condition when computing ocontext SIDs
Ondrej Mosnacek
1
-85
/
+77
2021-08-31
Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2021-08-02
selinux: correct the return value when loads initial sids
Xiu Jianfeng
1
-6
/
+4
2021-07-14
selinux: return early for possible NULL audit buffers
Austin Kim
1
-0
/
+2
2021-06-11
selinux: Fix kernel-doc
Yang Li
1
-1
/
+22
2021-05-11
selinux: Remove redundant assignment to rc
Jiapeng Chong
2
-5
/
+0
2021-05-11
selinux: constify some avtab function arguments
Ondrej Mosnacek
3
-21
/
+26
2021-05-11
selinux: simplify duplicate_policydb_cond_list() by using kmemdup()
Ondrej Mosnacek
1
-5
/
+6
2021-05-02
Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+2
2021-04-27
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+2
2021-04-22
LSM: Infrastructure management of the superblock
Casey Schaufler
1
-1
/
+2
2021-04-09
Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-112
/
+185
2021-04-08
selinux: fix race between old and new sidtab
Ondrej Mosnacek
3
-37
/
+145
2021-04-02
selinux: fix cond_list corruption when changing booleans
Ondrej Mosnacek
3
-69
/
+33
2021-04-02
selinux: make nslot handling in avtab more robust
Ondrej Mosnacek
1
-10
/
+11
2021-03-22
Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-24
/
+39
2021-03-19
selinux: fix variable scope issue in live sidtab conversion
Ondrej Mosnacek
1
-24
/
+39
2021-03-09
selinux: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-03-09
selinux: measure state and policy capabilities
Lakshmi Ramasubramanian
1
-1
/
+1
2021-02-22
Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+55
2021-01-15
selinux: include a consumer of the new IMA critical data hook
Lakshmi Ramasubramanian
1
-9
/
+55
2021-01-12
selinux: mark some global variables __ro_after_init
Ondrej Mosnacek
3
-4
/
+4
2021-01-12
selinux: drop the unnecessary aurule_callback variable
Ondrej Mosnacek
1
-7
/
+3
2020-10-28
selinux: allow dontauditx and auditallowx rules to take effect without allowx
bauen1
1
-3
/
+1
[next]