This stage labels the target tree based on an SELinux policy already installed in the target. Signed-off-by: Tom Gundersen <teg@jklm.no>
23 lines
407 B
JSON
23 lines
407 B
JSON
{
|
|
"name": "base-with-selinux",
|
|
"stages": [
|
|
{
|
|
"name": "io.weldr.untree",
|
|
"options": {
|
|
"tree": "base"
|
|
}
|
|
},
|
|
{
|
|
"name": "io.weldr.selinux",
|
|
"options": {
|
|
"file_contexts": "etc/selinux/targeted/contexts/files/file_contexts"
|
|
}
|
|
}
|
|
],
|
|
"assembler": {
|
|
"name": "io.weldr.tree",
|
|
"options": {
|
|
"tree": "base-with-selinux"
|
|
}
|
|
}
|
|
}
|