Bug #1961
.kamakirc created with insecure permissions
Status: | Closed | Start date: | 01/30/2012 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Giorgos Verigakis | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | v0.3 |
Description
~/.kamakirc
is created with -rw-r--r--
permissions, which is insecure, because it contains auth tokens.
Please make sure it is created in 0600
mode, and kamaki always checks the file is not group or other-readable before starting, like for example ssh
does for private keys. [if you really want to, add a --force
option to override...]
Associated revisions
Use 0600 permissions for the config file
Refs #1961
Use 0600 permissions for the config file
Refs #1961
History
#1 Updated by Vangelis Koukis about 11 years ago
- Status changed from Assigned to Closed