Skip to content

Commit

Permalink
start-ssh: force umask to 077
Browse files Browse the repository at this point in the history
Change-Id: Ie36338f174f891dee3f531d0b261d58e211d095f
  • Loading branch information
nickkral committed May 30, 2012
1 parent e6f4e8e commit 2e12148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start-ssh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/system/bin/sh

umask 077

# DEBUG=1

DSA_KEY=/data/ssh/ssh_host_dsa_key
Expand Down

0 comments on commit 2e12148

Please sign in to comment.