index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
hooks.c
Age
Commit message (
Expand
)
Author
2012-05-31
split ->file_mmap() into ->mmap_addr()/->mmap_file()
Al Viro
2012-05-31
split cap_mmap_addr() out of cap_file_mmap()
Al Viro
2012-05-22
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
2012-04-14
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
Andy Lutomirski
2012-04-09
SELinux: remove unused common_audit_data in flush_unauthorized_files
Eric Paris
2012-04-09
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
2012-04-09
LSM: remove the task field from common_audit_data
Eric Paris
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
2012-04-09
SELinux: move common_audit_data to a noinline slow path function
Eric Paris
2012-04-09
SELinux: remove inode_has_perm_noadp
Eric Paris
2012-04-09
SELinux: delay initialization of audit data in selinux_inode_permission
Eric Paris
2012-04-09
SELinux: audit failed attempts to set invalid labels
Eric Paris
2012-04-09
SELinux: rename dentry_open to file_open
Eric Paris
2012-04-09
SELinux: check OPEN on truncate calls
Eric Paris
2012-04-03
LSM: shrink the common_audit_data data union
Eric Paris
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
2012-03-31
get rid of pointless includes of ext2_fs.h
Al Viro
2012-03-29
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-02-19
Replace the fd_sets in struct fdtable with an array of unsigned longs
David Howells
2012-02-14
security: trim security.h
Al Viro
2012-01-14
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-01-06
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
2012-01-05
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
2012-01-05
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
2012-01-05
capabilities: remove the task from capable LSM hook entirely
Eric Paris
2012-01-05
selinux: sparse fix: fix several warnings in the security server cod
James Morris
2012-01-05
selinux: sparse fix: fix warnings in netlink code
James Morris
2012-01-05
selinux: sparse fix: eliminate warnings for selinuxfs
James Morris
2012-01-05
selinux: sparse fix: make selinux_secmark_refcount static
James Morris
2012-01-03
get rid of open-coded S_ISREG(), etc.
Al Viro
2012-01-03
switch ->mknod() to umode_t
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2011-12-06
inet_diag: Partly rename inet_ to sock_
Pavel Emelyanov
2011-12-03
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-10-31
selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-09-09
selinux: sparse fix: fix several warnings in the security server code
James Morris
2011-09-09
selinux: sparse fix: fix warnings in netlink code
James Morris
2011-09-09
selinux: sparse fix: eliminate warnings for selinuxfs
James Morris
2011-09-09
selinux: sparse fix: make selinux_secmark_refcount static
James Morris
2011-08-01
doc: Update the email address for Paul Moore in various source files
Paul Moore
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-07-22
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-07-20
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
Al Viro
2011-07-20
->permission() sanitizing: don't pass flags to ->inode_permission()
Al Viro
2011-06-22
ptrace: s/tracehook_tracer_task()/ptrace_parent()/
Tejun Heo
[next]