summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-03-02 12:40:28 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-03-02 12:42:16 -0500
commit18d6d63571d18c50a4c943742c6cebbb100d4277 (patch)
tree527e5c94ba9f597889ef069f3b9bd21c390fbdfa /src/monkeysphere
parent04d3ff158b70e20bc4dc42678aa836498e670cce (diff)
get rid of FILE_OWNER variable, in favor of just using $(whoami) when
running check_key_file_permissions in update_known_hosts, update_authorized_keys, and process_authorized_user_ids. this is fine, since the policy is just that a user is always updating their own files. closes monkeysphere bug #630.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index 1641d32..8d59d08 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -189,9 +189,6 @@ export GNUPGHOME
mkdir -p -m 0700 "$GNUPGHOME"
export LOG_LEVEL
-# explicitly set the FILE_OWNER variable, for checking file permissions
-export FILE_OWNER=$(whoami)
-
# get subcommand
COMMAND="$1"
[ "$COMMAND" ] || failure "Type '$PGRM help' for usage."