Add CAP_MKNOD right.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Pawel Jakub Dawidek 2013-02-10 23:51:26 +00:00
parent ad7d20c921
commit 42f997ba53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246643

View File

@ -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" },