Timeline for iptables and cgroups v2 (netfilter's xt_cgroup)
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 1, 2022 at 14:08 | history | edited | KrisWebDev | CC BY-SA 4.0 |
remove dead link
|
| Feb 17, 2020 at 13:16 | comment | added | A.B |
I suspect moving a process doesn't always work correctly in cgroups v1 because the cgroup works with threads (here called tasks) rather than processes: all the process' threads have to be initially moved. That's what I mention and do in my answer using cgroups v1 for isolating eg Firefox: pgrep --lightweight. cgroup v2 operates on processes only by default (it also tells there are threaded controllers available for some cases)
|
|
| Jan 6, 2020 at 0:31 | history | edited | KrisWebDev | CC BY-SA 4.0 |
added 120 characters in body
|
| Jan 5, 2020 at 8:29 | history | edited | KrisWebDev | CC BY-SA 4.0 |
added 50 characters in body
|
| Jan 5, 2020 at 0:03 | history | edited | KrisWebDev | CC BY-SA 4.0 |
added 8 characters in body
|
| Jan 4, 2020 at 23:54 | history | answered | KrisWebDev | CC BY-SA 4.0 |