| Top |
gchar *
gum_utils_generate_nonce (GChecksumType algorithm);
Generates nonce based on hashing algorithm as specified in algorithm
void
gum_utils_drop_privileges ();
Drops the privileges for the calling process. Effective uid is to real uid.
void
gum_utils_gain_privileges ();
Gains the privileges for the calling process. Effective uid is to 0.
gboolean gum_utils_run_user_scripts (const gchar *script_dir,const gchar *username,uid_t uid,gid_t gid,const gchar *homedir,const gchar *usertype);
Runs the user scripts in sorted order.
gboolean gum_utils_run_group_scripts (const gchar *script_dir,const gchar *groupname,gid_t gid,uid_t uid);
Runs the group scripts in sorted order.