* New upstream release:
- add 'refresh-keys' subcommand to monkeysphere-authentication
- improve marginal UI (closes MS #1141)
+ - add MONKEYSPHERE_STRICT_MODES configuration to avoid
+ permission-checking (closes MS #649)
+ - test scripts use STRICT_MODES to avoid failure when built under /tmp
+ (Closes: #527765)
- -- Jameson Graef Rollins <jrollins@finestructure.net> Fri, 24 Jul 2009 10:12:25 -0400
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 26 Jul 2009 22:18:20 -0400
monkeysphere (0.25-1) unstable; urgency=low
# process authorized_user_ids file, as monkeysphere user
su_monkeysphere_user \
- ". ${SYSSHAREDIR}/common; process_authorized_user_ids $TMP_AUTHORIZED_USER_IDS" \
+ ". ${SYSSHAREDIR}/common; STRICT_MODES='$STRICT_MODES' process_authorized_user_ids $TMP_AUTHORIZED_USER_IDS" \
|| returnCode="$?"
else
log debug "not processing authorized_user_ids."
# permission checks.
# it should operate by analogy with StrictModes from sshd_config(5)
- export MONKEYSPHERE_STRICT_MODES=no
+ export MONKEYSPHERE_STRICT_MODES=false
fi