]> pd.if.org Git - zpackage/commitdiff
change mode of extracted files to 0600
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 1 Jul 2018 03:26:15 +0000 (03:26 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 1 Jul 2018 03:26:15 +0000 (03:26 +0000)
zpm-extract.c

index 76528abf6e3861159d365140a768f179116dfce8..c081c30f9a292e02af884e6f406890470f7dc793 100644 (file)
@@ -12,7 +12,7 @@
 #if 1
 int main(int ac, char **av){
        struct zpm pkg;
-       int mode = 0644;
+       int mode = 0600;
        int rv;
 
        if (ac < 3) {