index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-29
selinuxfs snprintf() misuses
Al Viro
1
-29
/
+7
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
4
-29
/
+41
2012-05-22
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-8
/
+2
2012-05-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
50
-1102
/
+1857
2012-05-22
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
29
-335
/
+415
2012-05-18
apparmor: fix long path failure due to disconnected path
John Johansen
1
-0
/
+2
2012-05-18
apparmor: fix profile lookup for unconfined
John Johansen
1
-0
/
+4
2012-05-16
ima: fix filename hint to reflect script interpreter name
Mimi Zohar
1
-1
/
+3
2012-05-16
Merge branch 'for-1205' of http://git.gitorious.org/smack-next/kernel into next
James Morris
4
-539
/
+981
2012-05-16
KEYS: Don't check for NULL key pointer in key_validate()
David Howells
1
-24
/
+16
2012-05-14
Smack: allow for significantly longer Smack labels v4
Casey Schaufler
4
-526
/
+941
2012-05-14
gfp flags for security_inode_alloc()?
Tetsuo Handa
1
-4
/
+4
2012-05-14
Smack: recursive tramsmute
Casey Schaufler
2
-9
/
+36
2012-05-15
Yama: replace capable() with ns_capable()
Kees Cook
1
-2
/
+2
2012-05-15
TOMOYO: Accept manager programs which do not start with / .
Tetsuo Handa
2
-21
/
+6
2012-05-11
KEYS: Add invalidation support
David Howells
8
-28
/
+110
2012-05-11
KEYS: Do LRU discard in full keyrings
David Howells
2
-7
/
+42
2012-05-11
KEYS: Permit in-place link replacement in keyring list
David Howells
2
-40
/
+57
2012-05-11
KEYS: Perform RCU synchronisation on keys prior to key destruction
David Howells
1
-29
/
+44
2012-05-11
KEYS: Announce key type (un)registration
David Howells
1
-0
/
+3
2012-05-11
KEYS: Reorganise keys Makefile
David Howells
1
-3
/
+9
2012-05-11
KEYS: Move the key config into security/keys/Kconfig
David Howells
2
-67
/
+72
2012-05-08
netfilter: remove ip_queue support
Pablo Neira Ayuso
1
-13
/
+0
2012-05-04
Merge tag 'v3.4-rc5' into next
James Morris
3
-29
/
+54
2012-05-03
userns: Convert capabilities related permsion checks
Eric W. Biederman
1
-15
/
+26
2012-05-03
userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
Eric W. Biederman
1
-2
/
+1
2012-05-03
userns: Convert group_info values from gid_t to kgid_t.
Eric W. Biederman
1
-1
/
+2
2012-04-26
userns: Simplify the user_namespace by making userns->creator a kuid.
Eric W. Biederman
1
-2
/
+3
2012-04-23
Yama: remove an unused variable
Dan Carpenter
1
-1
/
+0
2012-04-19
Yama: add additional ptrace scopes
Kees Cook
1
-11
/
+51
2012-04-19
security: fix compile error in commoncap.c
Jonghwan Choi
1
-0
/
+1
2012-04-18
fcaps: clear the same personality flags as suid when fcaps are used
Eric Paris
1
-0
/
+5
2012-04-18
Smack: move label list initialization
Casey Schaufler
2
-25
/
+33
2012-04-14
Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVS
John Johansen
1
-4
/
+35
2012-04-14
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
Andy Lutomirski
3
-3
/
+18
2012-04-10
Smack: build when CONFIG_AUDIT not defined
Kees Cook
1
-4
/
+15
2012-04-09
SELinux: remove unused common_audit_data in flush_unauthorized_files
Eric Paris
1
-4
/
+0
2012-04-09
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
6
-47
/
+15
2012-04-09
SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback
Wanlong Gao
1
-2
/
+2
2012-04-09
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
3
-91
/
+16
2012-04-09
SELinux: remove auditdeny from selinux_audit_data
Eric Paris
1
-8
/
+1
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
11
-44
/
+44
2012-04-09
LSM: BUILD_BUG_ON if the common_audit_data union ever grows
Eric Paris
1
-0
/
+7
2012-04-09
LSM: remove the task field from common_audit_data
Eric Paris
2
-7
/
+2
2012-04-09
apparmor: move task from common_audit_data to apparmor_audit_data
Eric Paris
3
-3
/
+11
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
10
-43
/
+43
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
3
-70
/
+105
2012-04-09
SELinux: if sel_make_bools errors don't leave inconsistent state
Eric Paris
1
-0
/
+1
[next]