fixed permissions settings

This commit is contained in:
2026-08-24 02:10:07 +02:00
parent 6bdd6160c0
commit ca97cb6270
2 changed files with 12 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ else
guest_file = cp.File(current_path + "/" + bin_name)
end if
guest_file.move "/home/" + active_user + "/guest/", bin_name
guest_file.chmod "u+rwx,g+rwx,o+rwx"
guest_file.chmod "u+rwx"
guest_file.chmod "g+rwx"
guest_file.chmod "o+rwx"
guest_file.set_group "guest"
guest_file.set_owner "guest"