mirror of https://github.com/archzfs/archzfs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
518 B
11 lines
518 B
|
|
# From old arch-config.sh
|
|
|
|
# # zfs-test configuration
|
|
# # /usr/bin/groupadd zfs-tests
|
|
# # /usr/bin/useradd --comment 'ZFS Test User' -d /var/tmp/test_results --create-home --gid users --groups zfs-tests zfs-tests
|
|
|
|
# # sudoers.d is the right way, but the zfs test suite checks /etc/sudoers...
|
|
# echo 'Defaults env_keep += "SSH_AUTH_SOCK"' > /etc/sudoers.d/10_zfs_test
|
|
# echo 'zfs-tests ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/10_zfs_test
|
|
# /usr/bin/chmod 0440 /etc/sudoers.d/10_zfs_test
|
|
|