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