mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: use octal values instead of S_IRWX* constants
Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
committed by
Michael Holzheu
parent
fe0b2d96f7
commit
b4714e6113
@@ -1108,7 +1108,7 @@ int main(int argc, char *argv[])
|
||||
goto out;
|
||||
}
|
||||
|
||||
umask(S_IRWXG|S_IRWXO);
|
||||
umask(0077);
|
||||
|
||||
rc = command->function(keyfile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user