Skip to main content
Tweeted twitter.com/StackUnix/status/677146256318324736
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.9k
  • 205
  • 1.8k
  • 2.3k
Source Link
Artefacto
  • 255
  • 2
  • 11

LXC: Have rootfs mounted without nosuid

I have the container's rootfs in a volume mounted with the nosuid option. When I start the container, its / mounted is then also mounted nosuid, which breaks programs such as sudo.

How can I avoid this? I'm not able to remount the the root partition within the container.