mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add CAP_MKNOD right.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ad7d20c921
commit
42f997ba53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246643
@ -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