sst/lib/preconfigs.lisp
J S 31b4a31d60
feat[lib,readme] Added -s flag
Added -s security flag.
Added image to readme
2023-12-20 13:08:03 -05:00

14 lines
394 B
Common Lisp

; This file will contain prebaked settings designed to be dropped in.
(in-package :sst-drop-ins)
(defparameter *security-drop-ins*
'("ProtectSystem=full"
"InaccessiblePaths=/etc/shadow"
"ProtectKernelLogs=true"
"ProtectKernelModules=true"
"ProtectKernelTunables=true"
"LockPersonality=true"
"ProtectControlGroups=true"
))