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
/
hooks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-0
/
+1
2012-07-31
c/r: fcntl: add F_GETOWNER_UIDS option
Cyrill Gorcunov
1
-0
/
+1
2012-07-30
selinux: fix selinux_inode_setxattr oops
Al Viro
1
-5
/
+10
2012-07-27
posix_types.h: Cleanup stale __NFDBITS and related definitions
Josh Boyer
1
-1
/
+1
2012-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+5
2012-07-23
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+1
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
1
-2
/
+1
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-07-16
SELinux: do not check open perms if they are not known to policy
Eric Paris
1
-1
/
+1
2012-06-07
netfilter: selinux: switch hook PFs to nfproto
Alban Crequy
1
-5
/
+5
2012-05-31
split ->file_mmap() into ->mmap_addr()/->mmap_file()
Al Viro
1
-7
/
+8
2012-05-31
split cap_mmap_addr() out of cap_file_mmap()
Al Viro
1
-1
/
+1
2012-05-22
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
1
-140
/
+118
2012-04-14
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
Andy Lutomirski
1
-1
/
+9
2012-04-09
SELinux: remove unused common_audit_data in flush_unauthorized_files
Eric Paris
1
-4
/
+0
2012-04-09
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
1
-67
/
+0
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
1
-34
/
+34
2012-04-09
LSM: remove the task field from common_audit_data
Eric Paris
1
-1
/
+0
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
1
-34
/
+34
2012-04-09
SELinux: move common_audit_data to a noinline slow path function
Eric Paris
1
-11
/
+21
2012-04-09
SELinux: remove inode_has_perm_noadp
Eric Paris
1
-24
/
+4
2012-04-09
SELinux: delay initialization of audit data in selinux_inode_permission
Eric Paris
1
-3
/
+27
2012-04-09
SELinux: audit failed attempts to set invalid labels
Eric Paris
1
-2
/
+34
2012-04-09
SELinux: rename dentry_open to file_open
Eric Paris
1
-3
/
+3
2012-04-09
SELinux: check OPEN on truncate calls
Eric Paris
1
-1
/
+5
2012-04-03
LSM: shrink the common_audit_data data union
Eric Paris
1
-42
/
+63
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
1
-1
/
+70
2012-04-01
get rid of pointless includes of ext2_fs.h
Al Viro
1
-5
/
+4
2012-03-30
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2012-02-19
Replace the fd_sets in struct fdtable with an array of unsigned longs
David Howells
1
-1
/
+1
2012-02-14
security: trim security.h
Al Viro
1
-0
/
+2
2012-01-15
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-33
/
+11
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-5
/
+5
2012-01-07
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
1
-1
/
+1
2012-01-06
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
1
-19
/
+0
2012-01-06
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
1
-1
/
+1
2012-01-06
capabilities: remove the task from capable LSM hook entirely
Eric Paris
1
-13
/
+10
2012-01-06
selinux: sparse fix: fix several warnings in the security server cod
James Morris
1
-4
/
+1
2012-01-06
selinux: sparse fix: fix warnings in netlink code
James Morris
1
-1
/
+0
2012-01-06
selinux: sparse fix: eliminate warnings for selinuxfs
James Morris
1
-5
/
+0
2012-01-06
selinux: sparse fix: make selinux_secmark_refcount static
James Morris
1
-1
/
+1
2012-01-04
get rid of open-coded S_ISREG(), etc.
Al Viro
1
-1
/
+1
2012-01-04
switch ->mknod() to umode_t
Al Viro
1
-1
/
+1
2012-01-04
switch ->create() to umode_t
Al Viro
1
-1
/
+1
2012-01-04
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
1
-1
/
+1
2011-12-06
inet_diag: Partly rename inet_ to sock_
Pavel Emelyanov
1
-1
/
+1
2011-12-03
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
1
-1
/
+2
2011-11-23
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-3
/
+3
2011-11-01
selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-09-10
selinux: sparse fix: fix several warnings in the security server code
James Morris
1
-4
/
+1
[next]