aboutsummaryrefslogtreecommitdiffstats
path: root/guts/setgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/setgroups.c')
-rw-r--r--guts/setgroups.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/guts/setgroups.c b/guts/setgroups.c
new file mode 100644
index 0000000..d6856f2
--- /dev/null
+++ b/guts/setgroups.c
@@ -0,0 +1,12 @@
+/*
+ * static int
+ * wrap_setgroups(size_t size, const gid_t *list) {
+ * int rc = -1;
+ */
+
+ /* you always have all group privileges. we're like magic! */
+ rc = 0;
+
+/* return rc;
+ * }
+ */