index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
selinuxfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-27
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+6
2021-03-19
selinuxfs: unify policy load error reporting
Ondrej Mosnacek
1
-6
/
+3
2021-03-19
selinux: fix variable scope issue in live sidtab conversion
Ondrej Mosnacek
1
-5
/
+5
2021-03-19
selinux: don't log MAC_POLICY_LOAD record on failed policy load
Ondrej Mosnacek
1
-2
/
+1
2021-03-09
selinux: measure state and policy capabilities
Lakshmi Ramasubramanian
1
-0
/
+6
2021-01-12
selinux: mark some global variables __ro_after_init
Ondrej Mosnacek
1
-2
/
+2
2021-01-12
selinux: make selinuxfs_mount static
Ondrej Mosnacek
1
-1
/
+1
2020-09-15
selinux: Add helper functions to get and set checkreqprot
Lakshmi Ramasubramanian
1
-2
/
+3
2020-08-31
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
1
-6
/
+6
2020-08-27
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
1
-14
/
+12
2020-08-21
selinux: Create new booleans and class dirs out of tree
Daniel Burgener
1
-23
/
+90
2020-08-21
selinux: Standardize string literal usage for selinuxfs directory names
Daniel Burgener
1
-4
/
+6
2020-08-21
selinux: Refactor selinuxfs directory populating functions
Daniel Burgener
1
-20
/
+25
2020-08-21
selinux: Create function for selinuxfs directory cleanup
Daniel Burgener
1
-14
/
+25
2020-08-18
selinux: move policy commit after updating selinuxfs
Stephen Smalley
1
-32
/
+37
2020-02-28
selinux: remove unused initial SIDs and improve handling
Stephen Smalley
1
-1
/
+5
2020-02-12
selinux: convert cond_list to array
Ondrej Mosnacek
1
-2
/
+2
2020-02-10
selinux: sel_avc_get_stat_idx should increase position index
Vasily Averin
1
-0
/
+1
2020-02-10
Documentation,selinux: deprecate setting checkreqprot to 1
Stephen Smalley
1
-0
/
+8
2020-01-07
selinux: deprecate disabling SELinux and runtime
Paul Moore
1
-0
/
+7
2020-01-07
selinuxfs: use scnprintf to get real length for inode
liuyang34
1
-2
/
+2
2019-12-19
selinux: clean up selinux_enabled/disabled/enforcing_boot
Stephen Smalley
1
-6
/
+5
2019-12-10
selinux: sidtab reverse lookup hash table
Jeff Vander Stoep
1
-0
/
+65
2019-10-01
selinux: remove load size limit
zhanglin
1
-4
/
+0
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-5
/
+15
2019-07-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-07-05
vfs: Convert selinuxfs to use the new mount API
David Howells
1
-5
/
+15
2019-06-14
LSM: switch to blocking policy update notifiers
Janne Karhunen
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
1
-3
/
+1
2019-01-09
SELinux: Abstract use of inode security blob
Casey Schaufler
1
-2
/
+2
2018-08-15
Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+31
2018-08-08
selinux: cleanup dentry and inodes on error in selinuxfs
nixiaoming
1
-8
/
+25
2018-07-17
selinux: constify write_op[]
Eric Biggers
1
-1
/
+1
2018-06-30
Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-45
/
+33
2018-06-29
selinux: move user accesses in selinuxfs out of locked regions
Jann Horn
1
-45
/
+33
2018-06-19
selinux: Cleanup printk logging in selinuxfs
peter enderborg
1
-5
/
+5
2018-06-07
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2018-05-15
audit: use inline function to get audit context
Richard Guy Briggs
1
-3
/
+3
2018-04-18
audit: normalize MAC_POLICY_LOAD record
Richard Guy Briggs
1
-1
/
+1
2018-04-18
audit: normalize MAC_STATUS record
Richard Guy Briggs
1
-4
/
+10
2018-04-17
security: selinux: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-04-09
selinux: fix missing dput() before selinuxfs unmount
Stephen Smalley
1
-0
/
+1
2018-03-20
selinux: wrap AVC state
Stephen Smalley
1
-19
/
+41
2018-03-20
selinux: wrap selinuxfs state
Stephen Smalley
1
-177
/
+261
2018-03-02
selinux: rename the {is,set}_enforcing() functions
Paul Moore
1
-3
/
+3
2018-03-02
selinux: wrap global selinux state
Stephen Smalley
1
-63
/
+82
2017-07-06
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+5
2017-05-26
sel_write_validatetrans(): don't open-code memdup_user_nul()
Al Viro
1
-7
/
+5
2017-05-23
selinux lsm IB/core: Implement LSM notification system
Daniel Jurgens
1
-0
/
+2
2017-05-23
selinux: log policy capability state when a policy is loaded
Stephen Smalley
1
-11
/
+2
[next]