Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
87f4dcb8c9aeffa0b2ef13bc68401d50a3ffcec5
/
security
87f4dcb
KEYS: Fix race between read and revoke
by David Howells
· 11 years ago
b0cce01
fs: create and use seq_show_option for escaping
by Kees Cook
· 11 years ago
9793b7b
KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
by David Howells
· 11 years ago
48ec02c
KEYS: Fix race between key destruction and finding a keyring by name
by David Howells
· 11 years ago
6ebf033
selinux/nlmsg: add XFRM_MSG_MAPPING
by Nicolas Dichtel
· 11 years ago
fa0ed22
selinux/nlmsg: add XFRM_MSG_MIGRATE
by Nicolas Dichtel
· 11 years ago
0fcabf0
selinux/nlmsg: add XFRM_MSG_REPORT
by Nicolas Dichtel
· 11 years ago
ac18a53
selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFO
by Nicolas Dichtel
· 11 years ago
7cddc7d
selinux/nlmsg: add XFRM_MSG_GETSPDINFO
by Nicolas Dichtel
· 11 years ago
d4cd899
selinux: fix sel_write_enforce broken return value
by Joe Perches
· 11 years ago
6b96263
smack: fix possible use after frees in task_security() callers
by Andrey Ryabinin
· 11 years ago
6fd17de
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 12 years ago
a42e15a
KEYS: close race between key lookup and freeing
by Sasha Levin
· 12 years ago
187c38d
KEYS: Fix stale key registration at error path
by Takashi Iwai
· 12 years ago
63578cc
evm: check xattr value length and type in evm_inode_setxattr()
by Dmitry Kasatkin
· 12 years ago
e8ab53a
selinux: fix inode security list corruption
by Stephen Smalley
· 12 years ago
12a38b8
evm: prohibit userspace writing 'security.evm' HMAC value
by Mimi Zohar
· 12 years ago
23a5a7a
selinux: correctly label /proc inodes in use before the policy is loaded
by Paul Moore
· 12 years ago
186ef23
SELinux: bigendian problems with filename trans rules
by Eric Paris
· 12 years ago
a0f916d
SELinux: Fix kernel BUG on empty security contexts.
by Stephen Smalley
· 12 years ago
ef609ed
SELinux: Fix memory leak upon loading policy
by Tetsuo Handa
· 13 years ago
9e74d93
SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()
by Steven Rostedt
· 13 years ago
420cc6d
selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute()
by Paul Moore
· 13 years ago
73ec955
selinux: look for IPsec labels on both inbound and outbound packets
by Paul Moore
· 13 years ago
58c2314
selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()
by Oleg Nesterov
· 13 years ago
351381d
selinux: fix broken peer recv check
by Chad Hanson
· 13 years ago
2ea04e5
selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()
by Paul Moore
· 13 years ago
1c5d9d1
selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()
by Paul Moore
· 13 years ago
17af9d9
selinux: correct locking in selinux_netlbl_socket_connect)
by Paul Moore
· 13 years ago
7288f91
Revert "ima: policy for RAMFS"
by Mimi Zohar
· 13 years ago
b647ebe
key: Fix resource leak
by Alan Cox
· 14 years ago
8c97feb
selinux: use GFP_ATOMIC under spin_lock
by Dan Carpenter
· 13 years ago
3126603
Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys
by Mathieu Desnoyers
· 13 years ago
96ace77
keys: fix race with concurrent install_user_keyrings()
by David Howells
· 13 years ago
9c5f1b4
evm: checking if removexattr is not a NULL
by Dmitry Kasatkin
· 13 years ago
5564921
selinux: fix sel_netnode_insert() suspicious rcu dereference
by Dave Jones
· 14 years ago
7d0fcfe
Yama: handle 32-bit userspace prctl
by Kees Cook
· 14 years ago
27cd8f5
posix_types.h: Cleanup stale __NFDBITS and related definitions
by Josh Boyer
· 14 years ago
c3083d9
SELinux: if sel_make_bools errors don't leave inconsistent state
by Eric Paris
· 14 years ago
51b79be
security: fix compile error in commoncap.c
by Jonghwan Choi
· 14 years ago
d52fc5d
fcaps: clear the same personality flags as suid when fcaps are used
by Eric Paris
· 14 years ago
86812bb
Smack: move label list initialization
by Casey Schaufler
· 14 years ago
923e9a1
Smack: build when CONFIG_AUDIT not defined
by Kees Cook
· 14 years ago
b61c37f
lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data'
by Linus Torvalds
· 14 years ago
3f0882c
SELinux: do not allocate stack space for AVC data unless needed
by Eric Paris
· 14 years ago
f8294f1
SELinux: remove avd from slow_avc_audit()
by Eric Paris
· 14 years ago
7f6a47c
SELinux: remove avd from selinux_audit_data
by Eric Paris
· 14 years ago
48c62af
LSM: shrink the common_audit_data data union
by Eric Paris
· 14 years ago
3b3b0e4
LSM: shrink sizeof LSM specific portion of common_audit_data
by Eric Paris
· 14 years ago
8bb1f22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 14 years ago
2f99c36
get rid of pointless includes of ext2_fs.h
by Al Viro
· 14 years ago
a1c2aa1
selinuxfs: merge dentry allocation into sel_make_dir()
by Al Viro
· 14 years ago
cdb0f9a
selinux: inline avc_audit() and avc_has_perm_noaudit() into caller
by Linus Torvalds
· 14 years ago
a554bea
selinux: don't inline slow-path code into avc_has_perm_noaudit()
by Linus Torvalds
· 14 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 14 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 14 years ago
0421ea9
apparmor: Fix change_onexec when called from a confined task
by John Johansen
· 14 years ago
778aae8
SELinux: selinux/xfrm.h needs net/flow.h
by David Howells
· 14 years ago
9d944ef
usermodehelper: kill umh_wait, renumber UMH_* constants
by Oleg Nesterov
· 14 years ago
70834d3
usermodehelper: use UMH_WAIT_PROC consistently
by Oleg Nesterov
· 14 years ago
f63d395
Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 14 years ago
48aab2f
security: optimize avc_audit() common path
by Linus Torvalds
· 14 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 14 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 14 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 14 years ago
40ffe67
switch unix_sock to struct path
by Al Viro
· 14 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 14 years ago
c58e037
tomoyo: remove the second argument of k[un]map_atomic()
by Cong Wang
· 15 years ago
09f61cd
Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor into next
by James Morris
· 14 years ago
7e57014
AppArmor: Fix location of const qualifier on generated string tables
by Tetsuo Handa
· 14 years ago
7d7473d
TOMOYO: Return error if fails to delete a domain
by Tetsuo Handa
· 14 years ago
b01d3fb
Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor into next
by James Morris
· 14 years ago
2d4cee7
AppArmor: add const qualifiers to string arrays
by Jan Engelhardt
· 14 years ago
ad5ff3d
AppArmor: Add ability to load extended policy
by John Johansen
· 14 years ago
6041e83
TOMOYO: Return appropriate value to poll().
by Tetsuo Handa
· 14 years ago
57fa1e1
AppArmor: Move path failure information into aa_get_name and rename
by John Johansen
· 14 years ago
0fe1212
AppArmor: Update dfa matching routines.
by John Johansen
· 14 years ago
3372b68
AppArmor: Minor cleanup of d_namespace_path to consolidate error handling
by John Johansen
· 14 years ago
fbba8d8
AppArmor: Retrieve the dentry_path for error reporting when path lookup fails
by John Johansen
· 14 years ago
33e521a
AppArmor: Add const qualifiers to generated string tables
by John Johansen
· 14 years ago
b1b4bc2
AppArmor: Fix oops in policy unpack auditing
by John Johansen
· 14 years ago
ef9a762
AppArmor: Fix error returned when a path lookup is disconnected
by John Johansen
· 14 years ago
f67dabb
KEYS: testing wrong bit for KEY_FLAG_REVOKED
by Dan Carpenter
· 14 years ago
59e6b9c
Created a function for setting timeouts on keys
by Bryan Schumaker
· 14 years ago
df91e49
TOMOYO: Fix mount flags checking order.
by Tetsuo Handa
· 14 years ago
a69f158
security: fix ima kconfig warning
by Randy Dunlap
· 14 years ago
28042fa
AppArmor: Fix the error case for chroot relative path name lookup
by John Johansen
· 14 years ago
38305a4
AppArmor: fix mapping of META_READ to audit and quiet flags
by John Johansen
· 14 years ago
8b964ea
AppArmor: Fix underflow in xindex calculation
by John Johansen
· 14 years ago
ade3ddc
AppArmor: Fix dropping of allowed operations that are force audited
by John Johansen
· 14 years ago
cdbd288
AppArmor: Add mising end of structure test to caps unpacking
by John Johansen
· 14 years ago
d384b0a
AppArmor: export known rlimit names/value mappings in securityfs
by Kees Cook
· 14 years ago
a9bf8e9
AppArmor: add "file" details to securityfs
by Kees Cook
· 14 years ago
e74abcf
AppArmor: add initial "features" directory to securityfs
by Kees Cook
· 14 years ago
9acd494
AppArmor: refactor securityfs to use structures
by Kees Cook
· 14 years ago
1fd36ad
Replace the fd_sets in struct fdtable with an array of unsigned longs
by David Howells
· 14 years ago
b0d5de4
IMA: fix audit res field to indicate 1 for success and 0 for failure
by Eric Paris
· 14 years ago
bf06189
Yama: add PR_SET_PTRACER_ANY
by Kees Cook
· 14 years ago
4040153
security: trim security.h
by Al Viro
· 14 years ago
Next »