index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
services.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-21
selinux: introduce an initial SID for early boot processes
Ondrej Mosnacek
1
-1
/
+12
2023-08-09
selinux: make left shifts well defined
Christian Göttsche
1
-6
/
+6
2023-08-09
selinux: update type for number of class permissions in services code
Christian Göttsche
1
-1
/
+1
2023-08-03
selinux: avoid implicit conversions in services code
Christian Göttsche
1
-11
/
+12
2023-07-19
selinux: update my email address
Stephen Smalley
1
-1
/
+1
2023-07-19
selinux: drop avtab_search()
Christian Göttsche
1
-7
/
+6
2023-07-18
selinux: use consistent type for AV rule specifier
Christian Göttsche
1
-1
/
+1
2023-05-08
selinux: small cleanups in selinux_audit_rule_init()
Paul Moore
1
-20
/
+18
2023-05-08
selinux: adjust typos in comments
Christian Göttsche
1
-1
/
+1
2023-03-14
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
1
-205
/
+141
2022-12-13
Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-31
/
+23
2022-11-09
selinux: remove the sidtab context conversion indirect calls
Paul Moore
1
-30
/
+21
2022-10-19
selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
GONG, Ruiqi
1
-2
/
+3
2022-06-13
selinux: fix memleak in security_read_state_kernel()
Xiu Jianfeng
1
-1
/
+8
2022-05-03
selinux: declare data arrays const
Christian Göttsche
1
-2
/
+2
2022-05-03
selinux: fix indentation level of mls_ops block
Christian Göttsche
1
-21
/
+21
2022-04-04
selinux: Remove redundant assignments
Michal Orzel
1
-1
/
+0
2022-02-18
selinux: drop return statement at end of void functions
Christian Göttsche
1
-2
/
+0
2022-01-26
selinux: drop cast to same type
Christian Göttsche
1
-1
/
+1
2022-01-25
selinux: declare path parameters of _genfs_sid const
Christian Göttsche
1
-3
/
+3
2021-10-13
selinux: fix all of the W=1 build warnings
Paul Moore
1
-4
/
+10
2021-10-11
selinux: fix race condition when computing ocontext SIDs
Ondrej Mosnacek
1
-85
/
+77
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-10
selinux: Remove redundant assignment to rc
Jiapeng Chong
1
-4
/
+0
2021-05-01
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
1
-1
/
+1
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
1
-37
/
+120
2021-04-07
selinux: fix race between old and new sidtab
Ondrej Mosnacek
1
-37
/
+120
2021-03-22
Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-24
/
+39
2021-03-18
selinux: fix variable scope issue in live sidtab conversion
Ondrej Mosnacek
1
-24
/
+39
2021-03-08
selinux: measure state and policy capabilities
Lakshmi Ramasubramanian
1
-1
/
+1
2021-02-21
Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+55
2021-01-14
selinux: include a consumer of the new IMA critical data hook
Lakshmi Ramasubramanian
1
-9
/
+55
2021-01-12
selinux: drop the unnecessary aurule_callback variable
Ondrej Mosnacek
1
-7
/
+3
2020-10-27
selinux: allow dontauditx and auditallowx rules to take effect without allowx
bauen1
1
-3
/
+1
2020-09-11
selinux: access policycaps with READ_ONCE/WRITE_ONCE
Stephen Smalley
1
-1
/
+2
2020-08-31
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
1
-23
/
+4
2020-08-27
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
1
-29
/
+8
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
1
-209
/
+278
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
1
-62
/
+101
2020-08-17
selinux: move policy commit after updating selinuxfs
Stephen Smalley
1
-44
/
+41
2020-08-17
selinux: encapsulate policy state, refactor policy load
Stephen Smalley
1
-189
/
+214
2020-08-17
scripts/selinux,selinux: update mdp to enable policy capabilities
Stephen Smalley
1
-11
/
+1
2020-08-04
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-19
/
+19
2020-07-09
selinux: prepare for inlining of hashtab functions
Ondrej Mosnacek
1
-2
/
+2
[next]