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
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
4
-4
/
+4
2008-02-06
SELinux: Remove security_get_policycaps()
Paul Moore
2
-34
/
+0
2008-02-06
security: allow Kconfig to set default mmap_min_addr protection
Eric Paris
2
-1
/
+21
2008-02-05
Smack: Simplified Mandatory Access Control Kernel
Casey Schaufler
8
-0
/
+4095
2008-02-05
capabilities: introduce per-process capability bounding set
Serge E. Hallyn
1
-17
/
+27
2008-02-05
Add 64-bit capability support to the kernel
Andrew Morgan
2
-36
/
+68
2008-02-05
revert "capabilities: clean up file capability reading"
Andrew Morton
1
-15
/
+8
2008-02-05
VFS/Security: Rework inode_getsecurity and callers to return resulting buffer
David P. Quigley
3
-31
/
+18
2008-02-01
[AUDIT] add session id to audit messages
Eric Paris
2
-9
/
+13
2008-02-01
[PATCH] switch audit_get_loginuid() to task_struct *
Al Viro
2
-4
/
+4
2008-01-31
[SELinux]: Fix double free in selinux_netlbl_sock_setsid()
Paul Moore
1
-1
/
+0
2008-01-30
security: compile capabilities by default
sergeh@us.ibm.com
1
-0
/
+1
2008-01-30
selinux: make selinux_set_mnt_opts() static
Adrian Bunk
1
-2
/
+2
2008-01-30
SELinux: Add warning messages on network denial due to error
Paul Moore
3
-8
/
+40
2008-01-30
SELinux: Add network ingress and egress control permission checks
Paul Moore
1
-122
/
+280
2008-01-30
SELinux: Allow NetLabel to directly cache SIDs
Paul Moore
5
-134
/
+55
2008-01-30
SELinux: Enable dynamic enable/disable of the network access checks
Paul Moore
4
-13
/
+83
2008-01-30
SELinux: Better integration between peer labeling subsystems
Paul Moore
6
-100
/
+208
2008-01-30
SELinux: Add a new peer class and permissions to the Flask definitions
Paul Moore
4
-0
/
+26
2008-01-30
SELinux: Add a capabilities bitmap to SELinux policy version 22
Paul Moore
6
-8
/
+185
2008-01-30
SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu...
Paul Moore
5
-17
/
+416
2008-01-30
SELinux: Only store the network interface's ifindex
Paul Moore
3
-6
/
+15
2008-01-30
SELinux: Convert the netif code to use ifindex values
Paul Moore
6
-125
/
+155
2008-01-30
NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...
Paul Moore
3
-15
/
+38
2008-01-30
NetLabel: Add secid token support to the NetLabel secattr struct
Paul Moore
2
-6
/
+9
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-2
/
+2
2008-01-26
selinux: fix labeling of /proc/net inodes
Stephen Smalley
1
-0
/
+3
2008-01-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
8
-277
/
+564
2008-01-24
Kobject: convert remaining kobject_unregister() to kobject_put()
Greg Kroah-Hartman
1
-1
/
+1
2008-01-24
kobject: convert kernel_kset to be a kobject
Greg Kroah-Hartman
1
-1
/
+1
2008-01-24
kset: convert kernel_subsys to use kset_create
Greg Kroah-Hartman
1
-1
/
+1
2008-01-24
kobject: convert securityfs to use kobject_create
Greg Kroah-Hartman
1
-6
/
+5
2008-01-24
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
1
-2
/
+2
2008-01-25
selinux: make mls_compute_sid always polyinstantiate
Eamon Walsh
1
-9
/
+2
2008-01-25
security/selinux: constify function pointer tables and fields
Jan Engelhardt
2
-3
/
+3
2008-01-25
security: add a secctx_to_secid() hook
David Howells
3
-0
/
+18
2008-01-25
security: remove security_sb_post_mountroot hook
H. Peter Anvin
2
-11
/
+0
2008-01-25
Security: add get, set, and cloning of superblock security information
Eric Paris
4
-254
/
+541
2008-01-25
security/selinux: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-4
/
+5
2008-01-21
Fix filesystem capability support
Andrew G. Morgan
1
-3
/
+10
2008-01-22
selinux: fix memory leak in netlabel code
Paul Moore
2
-4
/
+5
2007-12-06
Security: allow capable check to permit mmap or low vm space
Eric Paris
1
-1
/
+1
2007-12-06
SELinux: detect dead booleans
Stephen Smalley
1
-13
/
+30
2007-12-06
SELinux: do not clear f_op when removing entries
Stephen Smalley
1
-27
/
+1
2007-11-29
file capabilities: don't prevent signaling setuid root programs
Serge E. Hallyn
1
-0
/
+9
2007-11-14
file capabilities: allow sigcont within session
Serge E. Hallyn
1
-0
/
+4
2007-11-08
SELinux: add more validity checks on policy load
Stephen Smalley
7
-38
/
+118
2007-11-08
SELinux: fix bug in new ebitmap code.
KaiGai Kohei
1
-1
/
+1
2007-11-08
SELinux: suppress a warning for 64k pages.
Stephen Rothwell
1
-6
/
+7
[next]