In current implementation the key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be sufficient because the file is only read.
↧