Discussion:
[tomoyo-users-en 666] file mount
Kyle Sallee
2017-01-26 19:46:00 UTC
Permalink
https://tomoyo.osdn.jp/2.5/policy-specification/domain-policy-syntax.html.en#file_mount
"(or otcal or decimal) integer
should be octal.

But more to the point what should a mount option be, please?
Typically 0x0 suffices.
Thanks again for Tomoyo and the support.
Tetsuo Handa
2017-01-26 22:10:19 UTC
Permalink
Post by Kyle Sallee
https://tomoyo.osdn.jp/2.5/policy-specification/domain-policy-syntax.html.en#file_mount
"(or otcal or decimal) integer
should be octal.
Fixed.
Post by Kyle Sallee
But more to the point what should a mount option be, please?
The mount option is "mountflags" argument explained at
http://man7.org/linux/man-pages/man2/mount.2.html .
Post by Kyle Sallee
Typically 0x0 suffices.
Yes, it is usually 0x0. You can try comparing between
"mount -t tmpfs -o rw none /mnt/somewhere/" and
"mount -t tmpfs -o ro none /mnt/somewhere/" as an example.
Post by Kyle Sallee
Thanks again for Tomoyo and the support.
Thanks.

Loading...