Difference between revisions of "SELinux"

From eLinux.org
Jump to: navigation, search
(SuperH port)
(Example of porting)
Line 35: Line 35:
  
 
= Example of porting =
 
= Example of porting =
 +
== SuperH port ==
 +
SELinux for Consumer Electronics Devices, Paper for Ottawa Linux Symposium 2008[http://ols.fedoraproject.org/OLS/Reprints-2008/nakamura-reprint.pdf]
 +
 
== Openmoko port ==
 
== Openmoko port ==
 
http://code.google.com/p/selinux-openmoko/
 
http://code.google.com/p/selinux-openmoko/
  
 
http://www.cse.psu.edu/~mhassan/openmoko_se/
 
http://www.cse.psu.edu/~mhassan/openmoko_se/
 
== SuperH port ==
 
SELinux for Consumer Electronics Devices, Paper for Ottawa Linux Symposium 2008[http://ols.fedoraproject.org/OLS/Reprints-2008/nakamura-reprint.pdf]
 
  
 
= Related presentations =
 
= Related presentations =

Revision as of 14:48, 25 July 2008

SELinux -- Security Enhanced Linux

Current works 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

SELinux Policy Editor will be helpful. See [7].

If you prefer fine grained configuration, Reference policy[8] is better.

Example of porting

SuperH port

SELinux for Consumer Electronics Devices, Paper for Ottawa Linux Symposium 2008[9]

Openmoko port

http://code.google.com/p/selinux-openmoko/

http://www.cse.psu.edu/~mhassan/openmoko_se/

Related presentations

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

Xattr port to jffs2(Japanese)[11]

Remaining issues

Policy

xattr

logfs, yaffs, cramfs do not support xattr yet.

Size