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
/
selinux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-29
security: Define CAP_SYSLOG
Serge E. Hallyn
1
-1
/
+1
2010-11-15
capabilities/syslog: open code cap_syslog logic to fix build failure
Eric Paris
1
-5
/
+1
2010-10-29
convert get_sb_single() users
Al Viro
1
-5
/
+4
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
1
-0
/
+1
2010-10-21
selinux: include vmalloc.h for vmalloc_user
Stephen Rothwell
1
-0
/
+1
2010-10-21
selinux: implement mmap on /selinux/policy
Eric Paris
2
-1
/
+45
2010-10-21
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
12
-3
/
+1256
2010-10-21
SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE
Eric Paris
2
-3
/
+2
2010-10-21
SELinux: deterministic ordering of range transition rules
Eric Paris
1
-3
/
+13
2010-10-21
security: secid_to_secctx returns len when data is NULL
Eric Paris
1
-2
/
+9
2010-10-21
secmark: make secmark object handling generic
Eric Paris
3
-49
/
+25
2010-10-21
security: remove unused parameter from security_task_setscheduler()
KOSAKI Motohiro
1
-2
/
+2
2010-10-21
selinux: fix up style problem on /selinux/status
KaiGai Kohei
2
-11
/
+7
2010-10-21
selinux: change to new flag variable
matt mooney
1
-1
/
+1
2010-10-21
selinux: really fix dependency causing parallel compile failure.
Paul Gortmaker
2
-20
/
+6
2010-10-21
selinux: fix parallel compile error
Paul Gortmaker
1
-1
/
+1
2010-10-21
selinux: fast status update interface (/selinux/status)
KaiGai Kohei
5
-1
/
+210
2010-10-21
selinux: type_bounds_sanity_check has a meaningless variable declaration
Eric Paris
1
-2
/
+2
2010-08-18
tty: fix fu_list abuse
Nick Piggin
1
-1
/
+4
2010-08-18
fs: cleanup files_lock locking
Nick Piggin
1
-2
/
+2
2010-08-10
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
Linus Torvalds
1
-4
/
+8
2010-08-06
SELINUX: Fix build error.
Ralf Baechle
1
-1
/
+1
2010-08-02
selinux: convert the policy type_attr_map to flex_array
Eric Paris
3
-13
/
+39
2010-08-02
SELinux: Move execmod to the common perms
Eric Paris
1
-4
/
+3
2010-08-02
selinux: place open in the common file perms
Eric Paris
2
-28
/
+11
2010-08-02
SELinux: special dontaudit for access checks
Eric Paris
3
-8
/
+38
2010-08-02
security: make LSMs explicitly mask off permissions
Eric Paris
1
-0
/
+2
2010-08-02
SELinux: break ocontext reading into a separate function
Eric Paris
1
-111
/
+133
2010-08-02
SELinux: move genfs read to a separate function
Eric Paris
1
-105
/
+133
2010-08-02
selinux: fix error codes in symtab_init()
Dan Carpenter
1
-1
/
+1
2010-08-02
selinux: fix error codes in cond_read_bool()
Dan Carpenter
1
-5
/
+8
2010-08-02
selinux: fix error codes in cond_policydb_init()
Dan Carpenter
1
-2
/
+6
2010-08-02
selinux: fix error codes in cond_read_node()
Dan Carpenter
1
-8
/
+12
2010-08-02
selinux: fix error codes in cond_read_av_list()
Dan Carpenter
1
-6
/
+8
2010-08-02
selinux: propagate error codes in cond_read_list()
Dan Carpenter
1
-4
/
+6
2010-08-02
selinux: cleanup return codes in avtab_read_item()
Dan Carpenter
1
-20
/
+19
2010-08-02
selinux: use generic_file_llseek
Arnd Bergmann
1
-0
/
+16
2010-08-02
security: move LSM xattrnames to xattr.h
Mimi Zohar
1
-3
/
+0
2010-08-02
selinux: Use current_security() when possible
Paul Moore
1
-11
/
+6
2010-08-02
selinux: Convert socket related access controls to use socket labels
Paul Moore
1
-74
/
+45
2010-08-02
selinux: Shuffle the sk_security_struct alloc and free routines
Paul Moore
1
-28
/
+17
2010-08-02
selinux: Consolidate sockcreate_sid logic
Paul Moore
1
-20
/
+12
2010-08-02
selinux: Set the peer label correctly on connected UNIX domain sockets
Paul Moore
1
-16
/
+14
2010-08-02
SELinux: seperate range transition rules to a seperate function
Eric Paris
1
-64
/
+75
2010-08-02
selinux: remove all rcu head initializations
Paul E. McKenney
2
-3
/
+0
2010-07-16
rlimits: selinux, do rlimits changes under task_lock
Oleg Nesterov
1
-2
/
+4
2010-07-16
rlimits: add task_struct to update_rlimit_cpu
Jiri Slaby
1
-1
/
+2
2010-07-16
rlimits: security, add task_struct to setrlimit
Jiri Slaby
1
-3
/
+4
2010-05-21
switch selinux delayed superblock handling to iterate_supers()
Al Viro
2
-48
/
+8
2010-05-17
security/selinux/ss: Use kstrdup
Julia Lawall
1
-2
/
+1
[next]