Update sudoers rules for 1PB resizing.
Change-Id: Ib3c346a2ecf5fc2a2198dc01cb8572806c8b635e
This commit is contained in:
parent
1f0bc8f19b
commit
45a730b3b5
@ -37,8 +37,8 @@ ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/dev
|
|||||||
ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/proc
|
ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/proc
|
||||||
ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/sys
|
ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/sys
|
||||||
ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/tmp/in_target.d
|
ALL ALL=(root) NOPASSWD: /bin/umount -f /tmp/*/mnt/tmp/in_target.d
|
||||||
ALL ALL=(root) NOPASSWD: /sbin/mkfs -t ext4 -L cloudimg-rootfs /dev/loop*
|
ALL ALL=(root) NOPASSWD: /sbin/mkfs -E resize=274877906944 -t ext4 -L cloudimg-rootfs /dev/loop*
|
||||||
ALL ALL=(root) NOPASSWD: /sbin/mkfs -i 4096 -t ext4 -L cloudimg-rootfs /dev/loop*
|
ALL ALL=(root) NOPASSWD: /sbin/mkfs -i 4096 -E resize=274877906944 -t ext4 -L cloudimg-rootfs /dev/loop*
|
||||||
ALL ALL=(root) NOPASSWD: /sbin/modprobe nbd max_part=16
|
ALL ALL=(root) NOPASSWD: /sbin/modprobe nbd max_part=16
|
||||||
ALL ALL=(root) NOPASSWD: /sbin/sfdisk /dev/nbd*
|
ALL ALL=(root) NOPASSWD: /sbin/sfdisk /dev/nbd*
|
||||||
ALL ALL=(root) NOPASSWD: /sbin/sfdisk /dev/loop*
|
ALL ALL=(root) NOPASSWD: /sbin/sfdisk /dev/loop*
|
||||||
|
Loading…
Reference in New Issue
Block a user