Skip to content
Permalink
master
Switch branches/tags

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

  1. 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
    own3mall committed Apr 26, 2023

Commits on Apr 25, 2023

Commits on Apr 24, 2023

  1. Minor Change (#50)

    own3mall committed Apr 24, 2023
  2. 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
    own3mall committed Apr 24, 2023
  3. 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
    own3mall committed Apr 24, 2023

Commits on Mar 31, 2023

Commits on Nov 3, 2022

  1. Small fix for newer changes.

    Added missing comma to avoid a problem when later script adds more settings (linux_user_per_game_server)
    DieFeM committed Nov 3, 2022

Commits on Oct 11, 2022

  1. 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.
    DieFeM committed Oct 11, 2022

Commits on Oct 5, 2022

  1. 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>
    own3mall and DieFeM committed Oct 5, 2022

Commits on Aug 14, 2021

  1. Updated L4D2

    own3mall committed Aug 14, 2021

Commits on May 19, 2021

Commits on Apr 14, 2021

  1. Smaller Console Log Files

    own3mall committed Apr 14, 2021

Commits on Oct 26, 2020

  1. Merge pull request #41 from NexusTiTi/Fix-unstoppable-gmod-server

    Check that socket is still alive before writing
    own3mall committed Oct 26, 2020

Commits on Aug 20, 2020

  1. 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.
    NexusTiTi committed Aug 20, 2020

Commits on Aug 3, 2020

  1. Added GameQ Configs

    own3mall committed Aug 3, 2020
  2. Updated GameQ

    own3mall committed Aug 3, 2020
  3. Updated GameQ

    own3mall committed Aug 3, 2020

Commits on Jul 28, 2020

  1. Fix for CentOS 8

    own3mall committed Jul 28, 2020
Older