I need an executable inside an ext2 loop filesystem to have the CAP_NET_ADMIN (cap_net_admin) file capability set.
If it is possible with debugfs, what exactly would be the commands I would type in?
If not possible with debugfs, is there another tool or way to do this?
This would be equivalent to the libcap command: setcap cap_net_admin+ep {executable}