Search results

  1. A

    Use process path in cgroups

    I have a problem with cgoups. I want to limit network traffic of processes based on their process path, not pid. My problem is that some of those processes are not running and maybe they will run later. So I don't have any pid to add in cgroups. What should I do?
  2. A

    How to make IpTable Rules immutable in linux

    I work on Linux and want to add rules to iptable. I want these rules to be immutable anyway (either changed or deleted). What should I do? Note that for me the rules that are running and kept in memory are important, not the rules that are stored in the iptable rules file. I found a way to save...
Top