]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)
authorEric Biggers <ebiggers@google.com>
Tue, 28 Jan 2020 09:57:46 +0000 (01:57 -0800)
committerJoseph Richey <joerichey@google.com>
Tue, 28 Jan 2020 09:57:46 +0000 (01:57 -0800)
commit2c57ab18375a8d0b4df9c4b6d9f3692d14edfee7
tree6757f54a0267c678287e8b67323cf49e2f4f41a4
parentd5b8bdcfba528c0c0e9f8052a705e454b26cb28f
cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)

When 'fscrypt setup' sees that /etc/fscrypt.conf doesn't exist, don't
ask for confirmation before creating it.  Just do it.  This is the
normal use, and there's not a good reason to ask the user to confirm it.
README.md
cmd/fscrypt/setup.go