From b3f0767a1816ab336e30e16e679d1d73e8910118 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 6 Aug 2016 09:28:17 +0200 Subject: [PATCH] README update --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 58e2168..2c75d54 100644 --- a/README.md +++ b/README.md @@ -59,19 +59,15 @@ $ docker-compose run --rm steam --reset Trusted Path Execution (TPE) -This Steam docker image is working with the grsecurity patched kernel, -however it requires the following grsecurity flag enabled: - -- CONFIG_GRKERNSEC_TPE_INVERT -- CONFIG_GRKERNSEC_TPE_TRUSTED_GID - -so that `/proc/sys/kernel/grsecurity/tpe_gid` is accessible for read by root. +This Steam docker image is working with the grsecurity patched kernel. +It only needs a `/proc/sys/kernel/grsecurity/tpe_gid` accessible by root for read. ### grsec: PaX -Currently it supports Half-Life (CS, ...), CS:GO as described in `launch` file -that you can edit yourself and rebuild this docker image. +It is also working with PaX part of the grsecurity. +I have tested it with Half-Life games like CS 1.6, and CS:GO. +Please refer to the `launch` file if grsecurity is blocking some executable or a library. # Links @@ -87,3 +83,5 @@ Below is just bunch of links, someone might find them useful - http://repo.steampowered.com/steam/archive/precise/steam_latest.deb - http://repo.steamstatic.com/steam/ + +- https://grsecurity.net/