Add ZFS-specific privileges.
This commit is contained in:
parent
f0a75d274a
commit
e726fc7c37
@ -226,6 +226,15 @@
|
||||
#define PRIV_UFS_QUOTAON 272 /* quotaon(). */
|
||||
#define PRIV_UFS_SETUSE 273 /* setuse(). */
|
||||
|
||||
/*
|
||||
* ZFS-specific privileges.
|
||||
*/
|
||||
#define PRIV_ZFS_POOL_CONFIG 280 /* Can configure ZFS pools. */
|
||||
#define PRIV_ZFS_INJECT 281 /* Can inject faults in the ZFS fault
|
||||
injection framework. */
|
||||
#define PRIV_ZFS_JAIL 282 /* Can attach/detach ZFS file systems
|
||||
to/from jails. */
|
||||
|
||||
/*
|
||||
* VFS privileges.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user