diff options
author | lns <matzeton@googlemail.com> | 2018-05-17 19:40:15 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2018-05-17 19:40:15 +0200 |
commit | fce057d9dbce7719749c72b4ed8fe1a2ea99e6c3 (patch) | |
tree | 53eeb198adf6dc59f86c1a2f9ca006f440449321 /src/utils.h | |
parent | 332dd8eda1bcade738367b32d6241efe520f65f9 (diff) |
POTD skeleton #59.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 360cc3f..8b3b230 100644 --- a/src/utils.h +++ b/src/utils.h @@ -41,8 +41,10 @@ int create_device_file_checked(const char *mount_path, const char *device_file, int create_device_files(const char *mount_path); +#if 0 int update_guid_map(pid_t pid, unsigned int uid_map[3], int update_uidmap); int update_setgroups_self(int allow); +#endif #endif |