build: separate the base-strict abs from the re-attach builder.
Enable the use of the base-strict abs on all setup.
This commit is contained in:
parent
a1ba00bec3
commit
4f9d2703d4
4 changed files with 37 additions and 7 deletions
|
|
@ -32,8 +32,9 @@ func init() {
|
|||
|
||||
// Build tasks applied by default
|
||||
builder.Register(
|
||||
"userspace", // Resolve variable in profile attachments
|
||||
"hotfix", // Temporary fix for #74, #80 & #235
|
||||
"userspace", // Resolve variable in profile attachments
|
||||
"hotfix", // Temporary fix for #74, #80 & #235
|
||||
"base-strict", // Use base-strict as base abstraction
|
||||
)
|
||||
|
||||
// Matrix of ABI/Apparmor version to integrate with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue