Merge pull request 'Chmod remove' (#49) from YanTheKaller/libublsettings:master into master

Reviewed-on: #49
master v1.45
Dmitry Razumov 5 months ago
commit 35ef0d3075

@ -89,10 +89,6 @@ int yon_file_create_full_path(char *path, mode_t rules){
} }
} }
if (i>2){
struct passwd *user = getpwnam(yon_ubl_root_user_get());
int chown_success = chown(temp,user->pw_uid,user->pw_gid);
}
} }
if (!yon_char_is_empty(current)) free(current); if (!yon_char_is_empty(current)) free(current);
current = temp; current = temp;

Loading…
Cancel
Save