platform_external_selinux/policycoreutils/mcstrans/TODO
Xavier Toth c89625db93 Add mcstrans to policycoreutils
SELinux Project contribution of mcstrans. mcstrans is a userland package
specific to SELinux which allows system administrators to define
sensitivity levels and categories and provides a daemon for their
translation into human readable form. This version is a merge of Joe
Nalls git tree ( http://github.com/joenall/mcstrans) and patches
supplied by Dan Walsh and others at RedHat.

Ted

Signed-off-by: Steve Lawrence <slawrence@tresys.com>
2010-07-21 15:40:00 -04:00

11 lines
505 B
Text

TODO List for mcstrans:
In compute_raw_from_trans look for conflicting bit patterns and report errors.
In emit_whitespace look at whitespace characters for any regex special character and escape them.
Make prefixes and suffixes optional (ex. SECRET REL AUS == SECRET AUS).
compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstrans can respond to other requests more quickly.
Reevaluate the means of determining whether inverse bits are used in a domain.