mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
feat(aa): updaqte mount flags order.
This commit is contained in:
parent
0aa317d8e4
commit
04a91bbd9b
1 changed files with 7 additions and 6 deletions
|
@ -18,12 +18,13 @@ const (
|
|||
func init() {
|
||||
requirements[tokMOUNT] = requirement{
|
||||
"flags": {
|
||||
"acl", "async", "atime", "bind", "dev", "diratime", "dirsync", "exec",
|
||||
"iversion", "loud", "mand", "move", "noacl", "noatime", "nodev",
|
||||
"nodiratime", "noexec", "noiversion", "nomand", "norelatime", "nosuid",
|
||||
"nouser", "private", "rbind", "relatime", "remount", "ro", "rprivate",
|
||||
"rshared", "rslave", "runbindable", "rw", "shared", "silent", "slave",
|
||||
"strictatime", "suid", "sync", "unbindable", "user", "verbose",
|
||||
"acl", "async", "atime", "ro", "rw", "bind", "rbind", "dev",
|
||||
"diratime", "dirsync", "exec", "iversion", "loud", "mand", "move",
|
||||
"noacl", "noatime", "nodev", "nodiratime", "noexec", "noiversion",
|
||||
"nomand", "norelatime", "nosuid", "nouser", "private", "relatime",
|
||||
"remount", "rprivate", "rshared", "rslave", "runbindable", "shared",
|
||||
"silent", "slave", "strictatime", "suid", "sync", "unbindable",
|
||||
"user", "verbose",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue