mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
misc-progs: Set some defaults for CONFIG_ROOT and SNAME
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
#define STRING_SIZE 1024
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_ROOT
|
||||
#define CONFIG_ROOT "/var/ipfire"
|
||||
#endif
|
||||
|
||||
#ifndef SNAME
|
||||
#define SNAME "SNAME to be filled"
|
||||
#endif
|
||||
|
||||
extern char * trusted_env[4];
|
||||
|
||||
int system_core(char* command, uid_t uid, gid_t gid, char *error);
|
||||
|
||||
Reference in New Issue
Block a user