index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-13
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...
James Morris
1
-4
/
+0
2011-05-13
SELinux: delete debugging printks from filename_trans rule processing
Eric Paris
1
-4
/
+0
2011-05-04
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...
James Morris
1
-3
/
+3
2011-04-29
flex_array: flex_array_prealloc takes a number of elements, not an end
Eric Paris
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-29
selinux: Fix regression for Xorg
Stephen Smalley
1
-1
/
+1
2011-03-08
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
6
-33
/
+214
2011-03-08
Merge branch 'master'; commit 'v2.6.38-rc7' into next
James Morris
2
-3
/
+3
2011-03-03
SELinux: Socket retains creator role and MLS attribute
Harry Ciao
3
-7
/
+29
2011-02-01
SELinux: Use dentry name in new object labeling
Eric Paris
4
-26
/
+185
2011-01-24
selinux: return -ENOMEM when memory allocation fails
Davidlohr Bueso
2
-3
/
+3
2011-01-24
security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbit
Shan Wei
2
-2
/
+0
2010-12-08
selinux: cache sidtab_context_to_sid results
Eric Paris
2
-2
/
+39
2010-12-01
SELinux: merge policydb_index_classes and policydb_index_others
Eric Paris
1
-59
/
+10
2010-12-01
selinux: convert part of the sym_val_to_name array to use flex_array
Eric Paris
5
-68
/
+127
2010-12-01
selinux: convert type_val_to_struct to flex_array
Eric Paris
3
-13
/
+34
2010-12-01
selinux: rework security_netlbl_secattr_to_sid
Eric Paris
1
-21
/
+21
2010-12-01
SELinux: standardize return code handling in selinuxfs.c
Eric Paris
1
-171
/
+157
2010-12-01
SELinux: standardize return code handling in policydb.c
Eric Paris
1
-287
/
+268
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
1
-1
/
+1
2010-10-21
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
9
-2
/
+1158
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
selinux: fix up style problem on /selinux/status
KaiGai Kohei
1
-9
/
+6
2010-10-21
selinux: really fix dependency causing parallel compile failure.
Paul Gortmaker
1
-9
/
+0
2010-10-21
selinux: fast status update interface (/selinux/status)
KaiGai Kohei
3
-1
/
+133
2010-10-21
selinux: type_bounds_sanity_check has a meaningless variable declaration
Eric Paris
1
-2
/
+2
2010-08-02
selinux: convert the policy type_attr_map to flex_array
Eric Paris
3
-13
/
+39
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: seperate range transition rules to a seperate function
Eric Paris
1
-64
/
+75
2010-05-17
security/selinux/ss: Use kstrdup
Julia Lawall
1
-2
/
+1
2010-04-21
SELinux: return error codes on policy load failure
Eric Paris
1
-15
/
+22
2010-04-09
Security: Fix coding style in security/
wzt.wzt@gmail.com
3
-9
/
+9
2010-03-16
SELinux: Reduce max avtab size to avoid page allocation failures
Stephen Smalley
1
-1
/
+1
2010-03-09
Merge branch 'next-queue' into next
James Morris
2
-2
/
+1
2010-03-08
selinux: const strings in tables
Stephen Hemminger
1
-1
/
+1
2010-03-03
Selinux: Remove unused headers slab.h in selinux/ss/symtab.c
wzt.wzt@gmail.com
1
-1
/
+0
2010-03-01
Merge branch 'next' into for-linus
James Morris
7
-213
/
+266
2010-02-25
netlabel: fix export of SELinux categories > 127
Joshua Roys
1
-1
/
+1
2010-02-22
selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()
KaiGai Kohei
1
-4
/
+39
[next]