index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
selinuxfs.c
Age
Commit message (
Expand
)
Author
2024-05-15
Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-04-30
selinux: pre-allocate the status page
Christian Göttsche
2024-04-01
selinux: avoid dereference of garbage after mount failure
Christian Göttsche
2024-03-26
selinux: improve error checking in sel_write_load()
Paul Moore
2023-11-16
selinux: saner handling of policy reloads
Al Viro
2023-10-18
selinux: convert to new timestamp accessors
Jeff Layton
2023-08-30
Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-08-09
selinux: avoid implicit conversions in selinuxfs code
Christian Göttsche
2023-08-03
selinux: avoid implicit conversions in services code
Christian Göttsche
2023-07-24
selinux: convert to ctime accessor functions
Jeff Layton
2023-07-18
selinux: avoid implicit conversions regarding enforcing status
Christian Göttsche
2023-05-08
selinux: declare read-only data arrays const
Christian Göttsche
2023-05-08
selinux: adjust typos in comments
Christian Göttsche
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
2023-03-20
selinux: remove the 'checkreqprot' functionality
Paul Moore
2023-03-14
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-10-17
selinux: increase the deprecation sleep for checkreqprot and runtime disable
Paul Moore
2022-08-30
selinux: use int arrays for boolean values
Christian Göttsche
2022-08-30
selinux: remove an unneeded variable in sel_make_class_dir_entries()
ye xingchen
2022-04-14
selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true
Paul Moore
2022-04-04
selinux: checkreqprot is deprecated, add some ssleep() discomfort
Paul Moore
2022-04-04
selinux: runtime disable is deprecated, add some ssleep() discomfort
Paul Moore
2022-03-02
selinux: shorten the policy capability enum names
Paul Moore
2022-01-25
selinux: check return value of sel_make_avc_files
Christian Göttsche
2021-04-27
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-03-18
selinuxfs: unify policy load error reporting
Ondrej Mosnacek
2021-03-18
selinux: fix variable scope issue in live sidtab conversion
Ondrej Mosnacek
2021-03-18
selinux: don't log MAC_POLICY_LOAD record on failed policy load
Ondrej Mosnacek
2021-03-08
selinux: measure state and policy capabilities
Lakshmi Ramasubramanian
2021-01-12
selinux: mark some global variables __ro_after_init
Ondrej Mosnacek
2021-01-12
selinux: make selinuxfs_mount static
Ondrej Mosnacek
2020-09-15
selinux: Add helper functions to get and set checkreqprot
Lakshmi Ramasubramanian
2020-08-31
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
2020-08-27
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
2020-08-21
selinux: Create new booleans and class dirs out of tree
Daniel Burgener
2020-08-21
selinux: Standardize string literal usage for selinuxfs directory names
Daniel Burgener
2020-08-21
selinux: Refactor selinuxfs directory populating functions
Daniel Burgener
2020-08-21
selinux: Create function for selinuxfs directory cleanup
Daniel Burgener
2020-08-17
selinux: move policy commit after updating selinuxfs
Stephen Smalley
2020-02-27
selinux: remove unused initial SIDs and improve handling
Stephen Smalley
2020-02-11
selinux: convert cond_list to array
Ondrej Mosnacek
2020-02-10
selinux: sel_avc_get_stat_idx should increase position index
Vasily Averin
2020-02-10
Documentation,selinux: deprecate setting checkreqprot to 1
Stephen Smalley
2020-01-07
selinux: deprecate disabling SELinux and runtime
Paul Moore
2020-01-06
selinuxfs: use scnprintf to get real length for inode
liuyang34
2019-12-18
selinux: clean up selinux_enabled/disabled/enforcing_boot
Stephen Smalley
2019-12-09
selinux: sidtab reverse lookup hash table
Jeff Vander Stoep
2019-10-01
selinux: remove load size limit
zhanglin
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
[next]