Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Apr 26, 2023
-
Feature/fix improper group perms (#51)
* Fix Improper Perms on Files - Should Apply to Directories Only * Fix Improper Perms on Files - Should Apply to Directories Only * Fix Improper Perms on Files - Should Apply to Directories Only * Fix Improper Perms on Files - Should Apply to Directories Only * Fix Improper Perms on Files - Should Apply to Directories Only
Commits on Apr 25, 2023
Commits on Apr 24, 2023
-
-
Feature/minor fixes log files (#49)
* Security Changes * Additional Security - Run Game Servers in Limited User Account * Apply New Group Right Away * Apply Proper Permissions to FTP User * Fix for Home Dirs Under OGP Agent User * No Return Sudo Command Function * Minor Fixes
-
Feature/correct group perms (#48)
* Security Changes * Additional Security - Run Game Servers in Limited User Account * Apply New Group Right Away * Apply Proper Permissions to FTP User * Fix for Home Dirs Under OGP Agent User * No Return Sudo Command Function * Fix Group Perms * Recursive
Commits on Mar 31, 2023
Commits on Nov 3, 2022
-
Added missing comma to avoid a problem when later script adds more settings (linux_user_per_game_server)
Commits on Oct 11, 2022
-
Fixed legacy console commands (lcon)
lcon sends commands to the server directly, through screen, to the game server without using any rcon protocol. It used to call "system" to send the command to screen, which runs as the agent user but, since the game servers are started as their own user, the screen socket can not be reached as the agent user, therefore the agent now sends the screen command as the appropriate user.
Commits on Oct 5, 2022
-
Run Game Servers Under Different Users Linux (#44)
* Security Changes * Additional Security - Run Game Servers in Limited User Account * Apply New Group Right Away * Apply Proper Permissions to FTP User * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Use Different Linux User Per Home * Minor Changes * Minor Changes * Minor Changes * Minor Changes * Minor Changes * Minor Changes * Minor Changes * Cleaned up Per DieFeM * Fix sudo prompt stderr issue in some linux versions (ubuntu 18.04 confirmed) * Fix sudo prompt stderr issue in some linux versions (ubuntu 18.04 confirmed) * Fix sudo prompt stderr issue in some linux versions (ubuntu 18.04 confirmed) * Add Trim Routine * Revert to using prompt * Cleanup and Handle Deleting User * Cleanup and Handle Deleting User * Cleanup and Handle Deleting User * Cleanup and Handle Deleting User * Apply suggestions from code review 13 suggestions, 12 are the same repeated, the parameter for sudo prompt needs a string. <prompt>. The other one is an ownership change that is done twice, one as the agent, and right after it, one with sudo. Co-authored-by: DieFeM <danifmdelloret@hotmail.com>
Commits on Aug 14, 2021
Commits on Jul 13, 2021
Commits on May 19, 2021
Commits on Apr 23, 2021
Commits on Apr 19, 2021
Commits on Apr 14, 2021
Commits on Oct 26, 2020
-
Merge pull request #41 from NexusTiTi/Fix-unstoppable-gmod-server
Check that socket is still alive before writing
Commits on Aug 20, 2020
-
Check that socket is still alive before writing
Writing to a disconnected socket causes process to be terminated by SIGPIPE. Here it also stop the routine "stop_server_without_decrypt" and causes to not stopping server.