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
2011-10-31
security: follow rename pack_hex_byte() to hex_byte_pack()
Andy Shevchenko
2
-2
/
+2
2011-10-31
Cross Memory Attach
Christopher Yeoh
2
-2
/
+2
2011-10-25
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
72
-1201
/
+4164
2011-10-22
Merge branch 'master' of git://gitorious.org/smack-next/kernel into next
James Morris
3
-24
/
+51
2011-10-22
TOMOYO: Fix incomplete read after seek.
Tetsuo Handa
1
-0
/
+1
2011-10-20
Smack: allow to access /smack/access as normal user
Jarkko Sakkinen
3
-23
/
+50
2011-10-19
TOMOYO: Fix unused kernel config option.
Tetsuo Handa
1
-2
/
+4
2011-10-18
bluetooth: Properly clone LSM attributes to newly created child connections
Paul Moore
1
-0
/
+1
2011-10-18
Smack: fix: invalid length set for the result of /smack/access
Jarkko Sakkinen
1
-1
/
+1
2011-10-14
Smack: compilation fix
Jarkko Sakkinen
1
-0
/
+1
2011-10-12
Smack: fix for /smack/access output, use string instead of byte
Jarkko Sakkinen
1
-2
/
+5
2011-10-12
Smack: domain transition protections (v3)
Jarkko Sakkinen
1
-11
/
+42
2011-10-12
Smack: Provide information for UDS getsockopt(SO_PEERCRED)
Casey Schaufler
1
-0
/
+9
2011-10-12
Smack: Clean up comments
Casey Schaufler
3
-12
/
+10
2011-10-12
Smack: Repair processing of fcntl
Casey Schaufler
1
-25
/
+42
2011-10-12
Smack: Rule list lookup performance
Casey Schaufler
4
-121
/
+220
2011-10-12
Smack: check permissions from user space (v2)
Jarkko Sakkinen
1
-63
/
+117
2011-10-12
TOMOYO: Fix quota and garbage collector.
Tetsuo Handa
2
-0
/
+18
2011-10-12
TOMOYO: Remove redundant tasklist_lock.
Tetsuo Handa
1
-4
/
+0
2011-09-28
TOMOYO: Fix domain transition failure warning.
Tetsuo Handa
1
-1
/
+2
2011-09-27
Merge branch 'next-hex2bin' of git://github.com/mzohar/linux-evm into next
James Morris
2
-7
/
+26
2011-09-26
TOMOYO: Remove tomoyo_policy_memory_lock spinlock.
Tetsuo Handa
3
-27
/
+27
2011-09-26
TOMOYO: Simplify garbage collector.
Tetsuo Handa
5
-319
/
+186
2011-09-26
TOMOYO: Fix make namespacecheck warnings.
Tetsuo Handa
5
-7
/
+9
2011-09-20
encrypted-keys: check hex2bin result
Mimi Zohar
1
-3
/
+11
2011-09-20
trusted-keys: check hex2bin result
Mimi Zohar
1
-4
/
+15
2011-09-19
TOMOYO: Allow specifying domain transition preference.
Tetsuo Handa
5
-12
/
+137
2011-09-15
encrypted-keys: IS_ERR need include/err.h
Stephen Rothwell
1
-0
/
+1
2011-09-15
Merge branch 'next-evm' of git://github.com/mzohar/linux-evm into next
James Morris
14
-84
/
+155
2011-09-15
TOMOYO: Bump version.
Tetsuo Handa
3
-9
/
+9
2011-09-14
evm: clean verification status
Dmitry Kasatkin
1
-0
/
+1
2011-09-14
evm: permit mode bits to be updated
Mimi Zohar
1
-17
/
+13
2011-09-14
evm: posix acls modify i_mode
Mimi Zohar
3
-5
/
+46
2011-09-14
evm: limit verifying current security.evm integrity
Mimi Zohar
1
-34
/
+24
2011-09-14
evm: fix security/security_old_init_security return code
Mimi Zohar
1
-2
/
+2
2011-09-14
evm: remove TCG_TPM dependency
Mimi Zohar
1
-2
/
+1
2011-09-14
encrypted-keys: remove trusted-keys dependency
Mimi Zohar
5
-28
/
+67
2011-09-14
encrypted-keys: create encrypted-keys directory
Mimi Zohar
6
-1
/
+6
2011-09-14
TOMOYO: Avoid race when retrying "file execute" permission check.
Tetsuo Handa
1
-34
/
+22
2011-09-14
TOMOYO: Allow domain transition without execve().
Tetsuo Handa
4
-28
/
+210
2011-09-14
TOMOYO: Allow controlling generation of access granted logs for per an entry ...
Tetsuo Handa
5
-1
/
+38
2011-09-14
TOMOYO: Add socket operation restriction support.
Tetsuo Handa
10
-17
/
+1215
2011-09-14
TOMOYO: Add environment variable name restriction support.
Tetsuo Handa
7
-10
/
+266
2011-09-09
security: sparse fix: Move security_fixup_op to security.h
James Morris
1
-3
/
+0
2011-09-09
selinux: sparse fix: fix several warnings in the security server code
James Morris
5
-7
/
+9
2011-09-09
selinux: sparse fix: include selinux.h in exports.c
James Morris
1
-0
/
+1
2011-09-09
selinux: sparse fix: fix warnings in netlink code
James Morris
6
-5
/
+6
2011-09-09
selinux: sparse fix: eliminate warnings for selinuxfs
James Morris
3
-6
/
+4
2011-09-09
ima: sparse fix: include linux/ima.h in ima_main.c
James Morris
1
-0
/
+1
2011-09-09
ima: sparse fix: make ima_open_policy static
James Morris
1
-1
/
+1
[next]