Add CAP_MKNOD right.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
05d82765f3
commit
90e3b216d4
@ -163,6 +163,7 @@ static struct cap_desc {
|
||||
{ CAP_MKDIR, "md" },
|
||||
{ CAP_RMDIR, "rm" },
|
||||
{ CAP_MKFIFO, "mf" },
|
||||
{ CAP_MKNOD, "mn" },
|
||||
|
||||
/* Lookups - used to constraint *at() calls. */
|
||||
{ CAP_LOOKUP, "lo" },
|
||||
|
Loading…
Reference in New Issue
Block a user