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