mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-02-17 00:50:03 +00:00
[sandbox] Landlock support
* Support disabling Landlock at compile time or runtime if unsupported, without disabling seccomp * Support older Landlock ABI versions * Support an extra arbitrary RW path, inteded for the coredump dir * Support database locations other than the working directory
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
namespace settings {
|
||||
extern int VERBOSITY;
|
||||
extern bool SANDBOX;
|
||||
extern std::string SANDBOXEXTRAPATH;
|
||||
extern int LOGINPORT;
|
||||
extern bool APPROVEALLNAMES;
|
||||
extern bool AUTOCREATEACCOUNTS;
|
||||
|
||||
Reference in New Issue
Block a user