Syscall.mount? i don't understand what to write in the flags uintptr parameter of the function
https://pkg.go.dev/syscall#Mount
I know it's the -o "foo,bar" of mount but idk what to pass to it
you just OR them, for example syscall.MS_MGC_VAL|syscall.MS_NOSUID
what if i need to pass fs specific parameters?
man 2 mount
Обсуждают сегодня