diff options
| author | Armin Kuster <akuster@mvista.com> | 2014-07-12 04:29:04 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2014-08-20 21:18:48 -0700 |
| commit | 43ce4b48896668c092e30a3417ea52a70629774b (patch) | |
| tree | daa75672608ec47cfdaae8a75dc6d46dc077a979 /recipes-security/ccs-tools/README | |
| parent | 621f30abedf14f1e6b552c2f646231c86bbe9f60 (diff) | |
| download | meta-security-43ce4b48896668c092e30a3417ea52a70629774b.tar.gz | |
tomoyo: ccs-tools
Add userland support program ccs-tools
V2:
Added RDEPEND on systemd
Fixed Description
Moved man page to doc packaged
Added Requiered distro feature on kernel component.
Fixed typo in path for init program
Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'recipes-security/ccs-tools/README')
| -rw-r--r-- | recipes-security/ccs-tools/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-security/ccs-tools/README b/recipes-security/ccs-tools/README new file mode 100644 index 0000000..4a4faa7 --- /dev/null +++ b/recipes-security/ccs-tools/README | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Documentation: | ||
| 2 | http://tomoyo.sourceforge.jp/1.8/index.html.en | ||
| 3 | |||
| 4 | |||
| 5 | To start via command line add: | ||
| 6 | |||
| 7 | " security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd" | ||
| 8 | |||
| 9 | To initialize: | ||
| 10 | /usr/lib/ccs/init_policy | ||
| 11 | |||
| 12 | DISTRO_FEATURES_append = " tomoyo" | ||
