mirror of
https://github.com/mudler/luet.git
synced 2025-08-25 02:18:44 +00:00
Optionally add back privileged extraction which can be enabled with LUET_PRIVILEGED_EXTRACT=true Signed-off-by: Ettore Di Giacinto <mudler@sabayon.org>
8 lines
89 B
Go
8 lines
89 B
Go
package appcontext
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
var terminationSignals = []os.Signal{os.Interrupt}
|