Difference between revisions of "SELinux"

From eLinux.org
Jump to: navigation, search
 
(Codes about embedded SELinux)
Line 1: Line 1:
 +
[http://www.nsa.gov/selinux/ SELinux -- Security Enhanced Linux]
 +
 
= Codes about embedded SELinux =
 
= Codes about embedded SELinux =
 
Many codes are submitted to Linux and userland community.
 
Many codes are submitted to Linux and userland community.

Revision as of 22:40, 31 May 2008

SELinux -- Security Enhanced Linux

Codes about embedded SELinux

Many codes are submitted to Linux and userland community.

Linux kernel

2.6.18

Xattr support for jffs2

2.6.24

Reducing read/write overhead[1]

Reducing memory usage:[2]

Improving performance in AVC miss:[3]

2.6.25

Audit support for SH:[4]

SELinux userland

Reducing size of library: Merged to libselinux 2.0.35: [5]

BusyBox

Applets related to SELinux are merged to BusyBox in 1.8.0.

Support to assign domain to applets is merged to 1.8.0: [6]

Policy

Policy was the most difficulty part in SELinux. SELinux Policy Editor will be helpful. See [7].

Related presentations

CELF Jambolee

Example of porting to SH(Super H) was reported in CELF Jambolee #18: [8].

Xattr port to jffs2(Japanese)[9]