Update README.md

This commit is contained in:
2026-03-08 21:41:10 +00:00
parent c8cdf7831a
commit 751a6d4321

View File

@@ -85,6 +85,7 @@ Before modification it's Exec value will likely look something like
Exec=/usr/bin/lutris Exec=/usr/bin/lutris
``` ```
However we are going to modify this so it runs under the group "no-internet" any time it is launched thereby having outbound connections dropped However we are going to modify this so it runs under the group "no-internet" any time it is launched thereby having outbound connections dropped
This may be achieved by changing the line like so: This may be achieved by changing the line like so:
``` ```
Exec=/usr/bin/sg no-internet /usr/bin/lutris Exec=/usr/bin/sg no-internet /usr/bin/lutris