index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
Commit message (
Expand
)
Author
Age
Files
Lines
*
SELinux: put name based create rules in a hashtable
Eric Paris
2011-04-28
3
-61
/
+135
*
SELinux: generic hashtab entry counter
Eric Paris
2011-04-28
1
-2
/
+2
*
SELinux: calculate and print hashtab stats with a generic function
Eric Paris
2011-04-28
1
-19
/
+13
*
SELinux: skip filename trans rules if ttype does not match parent dir
Eric Paris
2011-04-28
3
-0
/
+17
*
SELinux: rename filename_compute_type argument to *type instead of *con
Eric Paris
2011-04-28
1
-3
/
+3
*
SELinux: fix comment to state filename_compute_type takes an objname not a qstr
Eric Paris
2011-04-28
1
-1
/
+1
*
SELinux: security_read_policy should take a size_t not ssize_t
Eric Paris
2011-04-25
1
-1
/
+1
*
SELinux: delete debugging printks from filename_trans rule processing
Eric Paris
2011-04-20
1
-4
/
+0
*
Initialize policydb.process_class eariler.
Harry Ciao
2011-04-07
1
-5
/
+5
*
selinux: Fix regression for Xorg
Stephen Smalley
2011-04-07
1
-1
/
+1
*
selinux: add type_transition with name extension support for selinuxfs
Kohei Kaigai
2011-04-01
1
-8
/
+9
*
SELinux: Write class field in role_trans_write.
Harry Ciao
2011-03-28
1
-2
/
+9
*
SELinux: Compute role in newcontext for all classes
Harry Ciao
2011-03-28
1
-11
/
+9
*
SELinux: Add class support to the role_trans structure
Harry Ciao
2011-03-28
2
-1
/
+16
*
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
2011-03-08
6
-33
/
+214
|
\
|
*
SELinux: Socket retains creator role and MLS attribute
Harry Ciao
2011-03-03
3
-7
/
+29
|
*
SELinux: Use dentry name in new object labeling
Eric Paris
2011-02-01
4
-26
/
+185
*
|
Merge branch 'master'; commit 'v2.6.38-rc7' into next
James Morris
2011-03-08
2
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
selinux: return -ENOMEM when memory allocation fails
Davidlohr Bueso
2011-01-24
2
-3
/
+3
*
|
security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbit
Shan Wei
2011-01-24
2
-2
/
+0
|
/
*
selinux: cache sidtab_context_to_sid results
Eric Paris
2010-12-07
2
-2
/
+39
*
SELinux: merge policydb_index_classes and policydb_index_others
Eric Paris
2010-11-30
1
-59
/
+10
*
selinux: convert part of the sym_val_to_name array to use flex_array
Eric Paris
2010-11-30
5
-68
/
+127
*
selinux: convert type_val_to_struct to flex_array
Eric Paris
2010-11-30
3
-13
/
+34
*
selinux: rework security_netlbl_secattr_to_sid
Eric Paris
2010-11-30
1
-21
/
+21
*
SELinux: standardize return code handling in selinuxfs.c
Eric Paris
2010-11-30
1
-171
/
+157
*
SELinux: standardize return code handling in policydb.c
Eric Paris
2010-11-30
1
-287
/
+268
*
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
1
-1
/
+1
*
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
2010-10-21
9
-2
/
+1158
*
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
*
selinux: fix up style problem on /selinux/status
KaiGai Kohei
2010-10-21
1
-9
/
+6
*
selinux: really fix dependency causing parallel compile failure.
Paul Gortmaker
2010-10-21
1
-9
/
+0
*
selinux: fast status update interface (/selinux/status)
KaiGai Kohei
2010-10-21
3
-1
/
+133
*
selinux: type_bounds_sanity_check has a meaningless variable declaration
Eric Paris
2010-10-21
1
-2
/
+2
*
selinux: convert the policy type_attr_map to flex_array
Eric Paris
2010-08-02
3
-13
/
+39
*
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: seperate range transition rules to a seperate function
Eric Paris
2010-08-02
1
-64
/
+75
*
security/selinux/ss: Use kstrdup
Julia Lawall
2010-05-17
1
-2
/
+1
*
SELinux: return error codes on policy load failure
Eric Paris
2010-04-21
1
-15
/
+22
[next]