aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2017-01-14 19:50:39 +0100
committertoni <matzeton@googlemail.com>2017-01-16 21:35:08 +0100
commit143804f0ce22f76fde05476ff35eb9800ef91e3b (patch)
treea9fede6498b6782fec333deb7b3a9c9426217ab1 /config.h
parent7618ae6d1434b826bec9aeb573bed02338e9f7a5 (diff)
better suidcmd
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h b/config.h
index beafcf6..ed2cfea 100644
--- a/config.h
+++ b/config.h
@@ -29,3 +29,10 @@
#define _HAS_UTMP 1
#define _HAS_SYSINFO 1
+
+/***********
+ * suidcmd *
+ ***********/
+
+/* suid commands (e.g.: "first-cmd", "second-cmd", "nth-cmd") */
+#define SUIDCMD_CMDS "/usr/sbin/ether-wake"