fix: small fix & cleaning.

This commit is contained in:
Alexandre Pujol 2024-10-12 20:11:45 +01:00
parent 273485217c
commit 3ef6c44038
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 12 additions and 10 deletions

View file

@ -16,6 +16,15 @@ const (
func init() {
requirements[MOUNT] = requirement{
"flags_bind": {
"B", "bind", "R", "rbind",
},
"flags_change": {
"remount", "unbindable", "shared", "private", "slave", "runbindable",
"rshared", "rprivate", "rslave", "make-unbindable", "make-shared",
"make-private", "make-slave", "make-runbindable", "make-rshared",
"make-rprivate", "make-rslave",
},
"flags": {
"ro", "rw", "acl", "async", "atime", "bind", "dev", "diratime",
"dirsync", "exec", "iversion", "loud", "mand", "move", "noacl",