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
/
ss
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-22
selinux: use sprintf return value
Rasmus Villemoes
1
-4
/
+1
2015-10-22
selinux: use kstrdup() in security_get_bools()
Rasmus Villemoes
1
-7
/
+1
2015-10-22
selinux: use kmemdup in security_sid_to_context_core()
Rasmus Villemoes
1
-2
/
+2
2015-10-22
selinux: introduce security_context_str_to_sid
Rasmus Villemoes
1
-0
/
+5
2015-07-13
selinux: extended permissions for ioctls
Jeff Vander Stoep
7
-42
/
+357
2015-07-09
selinux: don't waste ebitmap space when importing NetLabel categories
Paul Moore
1
-0
/
+6
2015-04-07
selinux: increase avtab max buckets
Stephen Smalley
1
-1
/
+1
2015-04-07
selinux: Use a better hash function for avtab
John Brooks
2
-5
/
+38
2015-04-07
selinux: convert avtab hash table to flex_array
Stephen Smalley
2
-13
/
+22
2015-04-07
selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()
Paul Moore
2
-12
/
+4
2015-02-04
SELinux: fix error code in policydb_init()
Dan Carpenter
1
-2
/
+6
2014-09-23
selinux: normalize audit log formatting
Richard Guy Briggs
1
-6
/
+8
2014-08-01
netlabel: shorter names for the NetLabel catmap funcs/structs
Paul Moore
2
-13
/
+13
2014-08-01
netlabel: fix the horribly broken catmap functions
Paul Moore
1
-78
/
+49
2014-06-24
selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()
Waiman Long
1
-9
/
+32
2014-06-19
selinux: fix a possible memory leak in cond_read_node()
Namhyung Kim
1
-1
/
+1
2014-06-19
selinux: simple cleanup for cond_read_node()
Namhyung Kim
1
-7
/
+2
2014-06-18
selinux: introduce str_read() helper
Namhyung Kim
1
-96
/
+37
2014-06-18
SELinux: use ARRAY_SIZE
Himangi Saraogi
1
-4
/
+4
2014-05-16
selinux: conditionally reschedule in hashtab_insert while loading selinux policy
Dave Jones
1
-0
/
+3
2014-05-16
selinux: conditionally reschedule in mls_convert_context while loading selinu...
Dave Jones
1
-0
/
+2
2014-03-10
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
Nikolay Aleksandrov
1
-2
/
+4
2014-02-24
Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
1
-4
/
+4
2014-02-20
SELinux: bigendian problems with filename trans rules
Eric Paris
1
-4
/
+4
2014-02-10
Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
1
-0
/
+4
2014-02-05
SELinux: Fix kernel BUG on empty security contexts.
Stephen Smalley
1
-0
/
+4
2014-01-24
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-8
/
+4
2014-01-14
selinux: call WARN_ONCE() instead of calling audit_log_start()
Richard Guy Briggs
1
-8
/
+4
2014-01-07
SELinux: Fix memory leak upon loading policy
Tetsuo Handa
1
-1
/
+13
2013-12-13
selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260
Paul Moore
1
-38
/
+4
2013-11-20
SELinux: security_load_policy: Silence frame-larger-than warning
Tim Gardner
1
-22
/
+32
2013-11-20
SELinux: Update policy version to support constraints info
Richard Haines
3
-9
/
+99
2013-09-18
Merge git://git.infradead.org/users/eparis/selinux
Paul Moore
6
-38
/
+85
2013-08-28
selinux: consider filesystem subtype in policies
Anand Avati
1
-4
/
+38
2013-07-25
Add SELinux policy capability for always checking packet and peer classes.
Chris PeBenito
1
-0
/
+3
2013-07-25
SELinux: pass a superblock to security_fs_use
Eric Paris
1
-12
/
+9
2013-07-25
SELinux: change sbsec->behavior to short
Eric Paris
1
-1
/
+1
2013-07-25
SELinux: fix selinuxfs policy file on big endian systems
Eric Paris
1
-2
/
+1
2013-07-25
SELinux: Increase ebitmap_node size for 64-bit configuration
Waiman Long
1
-1
/
+7
2013-07-25
SELinux: Reduce overhead of mls_level_isvalid() function call
Waiman Long
4
-19
/
+27
2013-06-09
SELinux: Add new labeling type native labels
David Quigley
1
-1
/
+4
2012-09-21
userns: Convert selinux to use kuid and kgid where appropriate
Eric W. Biederman
1
-1
/
+1
2012-04-09
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
1
-4
/
+2
2012-04-09
SELinux: possible NULL deref in context_struct_to_string
Eric Paris
1
-3
/
+5
2012-04-09
SELinux: add default_type statements
Eric Paris
3
-5
/
+31
2012-04-09
SELinux: allow default source/target selectors for user/role/range
Eric Paris
5
-7
/
+107
2011-12-19
selinux: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
1
-1
/
+1
2011-09-10
selinux: sparse fix: fix several warnings in the security server code
James Morris
3
-3
/
+2
2011-09-10
selinux: sparse fix: fix warnings in netlink code
James Morris
1
-2
/
+0
2011-09-10
selinux: sparse fix: move selinux_complete_init
James Morris
1
-1
/
+0
[next]