From 9791c40ddb4cc194bd4a385d26c93e4e2f3cecf8 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 21 Dec 2018 17:15:47 +0100 Subject: [PATCH] trivial --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b17db34..1a8b464 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ ### Dec 21 2018: -- got rid of 'wrong ELF class' messages from the logs; +- got rid of 'wrong ELF class' messages in the logs; - changed the base image ``debian:jessie`` to ``ubuntu:bionic``; - significantly reduced the amount of dependencies as the image is now using the Steam runtime; -- added ``SYS_PTRACE`` cap so Proton can show additional process traces; +- added ``SYS_PTRACE`` cap so Proton (modified version of Wine created by Steam) can show additional process traces; - removed grsecurity support since they have [stopped](https://lwn.net/Articles/720983/) giving us the test patches; - simplified the ``LD_LIBRARY_PATH`` routine in the launcher; - users can now control the ``USER_ID`` via the environment variable;