aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-05-16 14:11:54 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-05-16 14:11:54 +0200
commite97d33d7b6a80daf4508dba7c69e96f7977ce436 (patch)
treebd844bcaa5860dc557ae28ea9408fce359b67bc7 /src/utils.h
parentffdf43212d29d38e51e067c04891c600f5318c01 (diff)
POTD skeleton #57.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 825f621..360cc3f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -41,6 +41,8 @@ int create_device_file_checked(const char *mount_path, const char *device_file,
int create_device_files(const char *mount_path);
-int update_uid_map(pid_t pid, unsigned int uid_map[3]);
+int update_guid_map(pid_t pid, unsigned int uid_map[3], int update_uidmap);
+
+int update_setgroups_self(int allow);
#endif