diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-08-21 15:22:00 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-08-21 16:14:03 +0800 |
commit | 4691f62096bc9272206189b84045dbfa95c925ad (patch) | |
tree | 6fdcb37ecefb814b30e5f0ec459eaf919e9c9ac9 | |
parent | 50bababcd25af50af9463c1877c94a8daa26aa0f (diff) | |
download | meta-selinux-4691f62096bc9272206189b84045dbfa95c925ad.tar.gz |
selinux-task: add necessary packages for selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-security/tasks/task-core-selinux.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core-selinux.bb index e3a2e3e..05f8dfc 100644 --- a/recipes-security/tasks/task-core-selinux.bb +++ b/recipes-security/tasks/task-core-selinux.bb | |||
@@ -13,13 +13,17 @@ ALLOW_EMPTY = "1" | |||
13 | RDEPENDS_task-core-selinux = " \ | 13 | RDEPENDS_task-core-selinux = " \ |
14 | ustr \ | 14 | ustr \ |
15 | libsepol \ | 15 | libsepol \ |
16 | libsepol-bin \ | ||
16 | libselinux \ | 17 | libselinux \ |
18 | libselinux-bin \ | ||
17 | libsemanage \ | 19 | libsemanage \ |
18 | checkpolicy \ | 20 | checkpolicy \ |
19 | sepolgen \ | 21 | sepolgen \ |
20 | policycoreutils \ | 22 | policycoreutils \ |
23 | policycoreutils-sandbox \ | ||
21 | policycoreutils-python \ | 24 | policycoreutils-python \ |
22 | setools \ | 25 | setools \ |
26 | setools-console \ | ||
23 | selinux-config \ | 27 | selinux-config \ |
24 | refpolicy-standard \ | 28 | refpolicy-standard \ |
25 | refpolicy-mls \ | 29 | refpolicy-mls \ |