Hi, I am trying to make my oracle application run in a docker container. currently my /dev/shm is mounted as below.
shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=65536k 0 0
But I needed it to mount it with out nosuid (and noexec). is there a way to remount it without nosuid (and noexec)? my container is running in privileged mode. Thanks for looking into this.