openzfs/zfs

zfs redact should have a separate delegatable permissions

Open

#10,296 opened on May 6, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (9,908 stars) (1,703 forks)batch import
Type: Featuregood first issue

Description

zfs redact currently uses the secpolicy_config, restricting its use to users who can modify the pool's config. There's no reason to restrict such a command so tightly; it should have a delegatable permission, like most other zfs ioctls.

Contributor guide