<div dir="ltr">I'm trying to run iptables-save inside a container and it returns nothing (no results, no error... nothing). I found this thread from 2014 and was wondering if it still an issue?<div><br></div><div><a href="https://lists.linuxcontainers.org/pipermail/lxc-users/2014-November/008094.html">https://lists.linuxcontainers.org/pipermail/lxc-users/2014-November/008094.html</a><br></div><div><br></div><div>I am running an unprivileged container on LXC 1.1.5 on Debian Jessie. I get the same results when I run strace on the container:</div><div><br></div><div><div>strace iptables-save 2>&1 | tail</div><div>mprotect(0x7f8d26dcf000, 4096, PROT_READ) = 0</div><div>mprotect(0x7f8d26fd7000, 4096, PROT_READ) = 0</div><div>mprotect(0x613000, 4096, PROT_READ)     = 0</div><div>mprotect(0x7f8d271f9000, 4096, PROT_READ) = 0</div><div>munmap(0x7f8d271f4000, 11305)           = 0</div><div>brk(0)                                  = 0x263b000</div><div>brk(0x265c000)                          = 0x265c000</div><div>open("/proc/net/ip_tables_names", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied)</div><div>exit_group(0)                           = ?</div><div>+++ exited with 0 +++</div></div><div><br></div><div>/proc/net/ip_tables_names is indeed owned by root with restrictive permissions (440).</div></div>