chore(syncplay): service hardening

This commit is contained in:
arcnmx 2024-06-27 14:22:38 -07:00
parent 116c3960e7
commit 51d9ac16f0

View file

@ -76,6 +76,15 @@ in {
"${cfg.certDir}"
])
];
NoNewPrivileges = true;
PrivateDevices = true;
PrivateMounts = true;
PrivateTmp = true;
ProtectSystem = "strict";
ProtectHome = true;
ProtectControlGroups = true;
ProtectProc = "invisible";
RemoveIPC = true;
};
};
}