feat: support for debian 12, drop support for debian 11.
This commit is contained in:
parent
a78f6c7757
commit
a1946aa171
7 changed files with 2 additions and 97 deletions
|
|
@ -132,14 +132,6 @@ func Configure() (err error) {
|
|||
if err := copyTo(DistDir.Join("ubuntu"), RootApparmord); err != nil {
|
||||
return err
|
||||
}
|
||||
if Distribution == "ubuntu" {
|
||||
break
|
||||
}
|
||||
|
||||
// Copy debian specific profiles
|
||||
if err := copyTo(DistDir.Join("debian"), RootApparmord); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
default:
|
||||
return fmt.Errorf("%s is not a supported distribution", Distribution)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue