1
0
Quellcode durchsuchen

Tighten access permissions of the key directory

Christoph Biedl vor 2 Jahren
Ursprung
Commit
29e886e77d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      debian/tang-common.postinst

+ 1 - 0
debian/tang-common.postinst

@@ -35,6 +35,7 @@ configure)
     # assert db directory
     mkdir -p "$DB_DIR"
     chown _tang:_tang "$DB_DIR"
+    chmod 0750 "$DB_DIR"
 
     ;;
 abort-upgrade|abort-remove|abort-deconfigure)