index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
include
/
security.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selinux: fix style issues in security/selinux/include/security.h
Paul Moore
2023-12-23
1
-80
/
+75
*
selinux: introduce an initial SID for early boot processes
Ondrej Mosnacek
2023-11-22
1
-0
/
+6
*
selinux: revert SECINITSID_INIT support
Paul Moore
2023-08-09
1
-6
/
+0
*
selinux: avoid implicit conversions in services code
Christian Göttsche
2023-08-04
1
-2
/
+2
*
selinux: update my email address
Stephen Smalley
2023-07-19
1
-1
/
+1
*
selinux: avoid implicit conversions regarding enforcing status
Christian Göttsche
2023-07-19
1
-1
/
+1
*
selinux: consistently use u32 as sequence number type in the status code
Christian Göttsche
2023-07-19
1
-1
/
+1
*
selinux: introduce an initial SID for early boot processes
Ondrej Mosnacek
2023-07-10
1
-0
/
+6
*
selinux: cleanup the policycap accessor functions
Paul Moore
2023-07-10
1
-24
/
+11
*
selinux: make labeled NFS work when mounted before policy load
Ondrej Mosnacek
2023-05-30
1
-0
/
+1
*
selinux: cleanup exit_sel_fs() declaration
Xiu Jianfeng
2023-05-30
1
-1
/
+0
*
selinux: remove the runtime disable functionality
Paul Moore
2023-03-20
1
-21
/
+0
*
selinux: remove the 'checkreqprot' functionality
Paul Moore
2023-03-20
1
-9
/
+2
*
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
2023-03-14
1
-106
/
+65
*
selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true
Paul Moore
2022-04-14
1
-3
/
+1
*
selinux: checkreqprot is deprecated, add some ssleep() discomfort
Paul Moore
2022-04-04
1
-0
/
+6
*
selinux: shorten the policy capability enum names
Paul Moore
2022-03-02
1
-9
/
+9
*
selinux: allow FIOCLEX and FIONCLEX with policy capability
Richard Haines
2022-02-25
1
-0
/
+7
*
selinux: enclose macro arguments in parenthesis
Christian Göttsche
2022-01-26
1
-2
/
+2
*
selinux: declare path parameters of _genfs_sid const
Christian Göttsche
2022-01-26
1
-2
/
+2
*
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-27
1
-1
/
+1
|
\
|
*
selinux: fix misspellings using codespell tool
Xiong Zhenwu
2021-03-09
1
-1
/
+1
*
|
Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-03-22
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
selinux: fix variable scope issue in live sidtab conversion
Ondrej Mosnacek
2021-03-19
1
-4
/
+11
*
|
Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-02-22
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
selinux: include a consumer of the new IMA critical data hook
Lakshmi Ramasubramanian
2021-01-15
1
-1
/
+2
*
|
selinux: make selinuxfs_mount static
Ondrej Mosnacek
2021-01-12
1
-1
/
+0
|
/
*
selinux: Add helper functions to get and set checkreqprot
Lakshmi Ramasubramanian
2020-09-15
1
-0
/
+10
*
selinux: access policycaps with READ_ONCE/WRITE_ONCE
Stephen Smalley
2020-09-11
1
-7
/
+7
*
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
2020-08-31
1
-1
/
+0
*
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
2020-08-27
1
-0
/
+1
*
selinux: convert policy read-write lock to RCU
Stephen Smalley
2020-08-25
1
-3
/
+2
*
selinux: move policy commit after updating selinuxfs
Stephen Smalley
2020-08-18
1
-3
/
+13
*
scripts/selinux,selinux: update mdp to enable policy capabilities
Stephen Smalley
2020-08-18
1
-15
/
+1
*
selinux: implement new format of filename transitions
Ondrej Mosnacek
2020-04-17
1
-1
/
+2
*
selinux: allow kernfs symlinks to inherit parent directory context
Christian Göttsche
2020-02-10
1
-0
/
+8
*
selinux: move status variables out of selinux_ss
Ondrej Mosnacek
2020-02-10
1
-0
/
+4
*
selinux: treat atomic flags more carefully
Ondrej Mosnacek
2020-01-10
1
-2
/
+31
*
selinux: randomize layout of key structures
Stephen Smalley
2019-12-19
1
-1
/
+1
*
selinux: clean up selinux_enabled/disabled/enforcing_boot
Stephen Smalley
2019-12-19
1
-1
/
+3
*
selinux: sidtab reverse lookup hash table
Jeff Vander Stoep
2019-12-09
1
-0
/
+1
*
selinux: default_range glblub implementation
Joshua Brindle
2019-10-08
1
-1
/
+2
*
selinux: try security xattr after genfs for kernfs filesystems
Ondrej Mosnacek
2019-03-21
1
-0
/
+1
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-12
1
-5
/
+5
|
\
|
*
selinux: Implement the new mount API LSM hooks
David Howells
2019-02-28
1
-5
/
+5
*
|
selinux: log invalid contexts in AVCs
Ondrej Mosnacek
2019-01-25
1
-0
/
+3
|
/
*
selinux: make "selinux_policycap_names[]" const char *
Alexey Dobriyan
2018-11-27
1
-1
/
+1
*
selinux: wrap AVC state
Stephen Smalley
2018-03-20
1
-0
/
+3
*
selinux: rename the {is,set}_enforcing() functions
Paul Moore
2018-03-02
1
-4
/
+4
*
selinux: wrap global selinux state
Stephen Smalley
2018-03-02
1
-59
/
+169
[next]