Gentoo Archives: gentoo-user

From: Alexey Mishustin <shumkar@×××××××.ru>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: How to hide a network interface from an application
Date: Fri, 14 Aug 2020 00:03:21
Message-Id: CAGWFrgsVujJcn6JzPr9sbGMcEUgVjEHAncks42-vfARkevr=7Q@mail.gmail.com
In Reply to: [gentoo-user] Re: How to hide a network interface from an application by Grant Edwards
1 Hi Grant,
2
3 Isn't this classic option suitable?
4
5 groupadd noinet
6 usermod -a -G noinet <your_user>
7 iptables -A OUTPUT -i <some_interface> -m owner --gid-owner noinet -j DROP
8 and calling not
9 Plex
10 but
11 sg noinet Plex
12 (or whatever name the binary has)
13
14 --
15 Best regards,
16 Alex

Replies

Subject Author
[gentoo-user] Re: How to hide a network interface from an application Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] Re: How to hide a network interface from an application Grant Taylor <gtaylor@×××××××××××××××××××××.net>
Re: [gentoo-user] Re: How to hide a network interface from an application Victor Ivanov <vic.m.ivanov@×××××.com>