[Pkg-loop-aes-commits] r1311 - in /trunk/loop-aes-utils/debian: initramfs-tools-conf loop-aes-utils.dirs rules

xam at users.alioth.debian.org xam at users.alioth.debian.org
Sun Oct 22 14:31:07 UTC 2006


Author: xam
Date: Sun Oct 22 14:31:06 2006
New Revision: 1311

URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1311
Log:
Apply v4 patch of initramfs-tools integration by Lionel
Install relevant files

Added:
    trunk/loop-aes-utils/debian/initramfs-tools-conf
Modified:
    trunk/loop-aes-utils/debian/loop-aes-utils.dirs
    trunk/loop-aes-utils/debian/rules

Added: trunk/loop-aes-utils/debian/initramfs-tools-conf
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes-utils/debian/initramfs-tools-conf?rev=1311&op=file
==============================================================================
--- trunk/loop-aes-utils/debian/initramfs-tools-conf (added)
+++ trunk/loop-aes-utils/debian/initramfs-tools-conf Sun Oct 22 14:31:06 2006
@@ -1,0 +1,3 @@
+# When the root is on loop-aes, cryptographic keys are in the
+# initramfs; hence restrict the umask.
+UMASK=0077

Modified: trunk/loop-aes-utils/debian/loop-aes-utils.dirs
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes-utils/debian/loop-aes-utils.dirs?rev=1311&op=diff
==============================================================================
--- trunk/loop-aes-utils/debian/loop-aes-utils.dirs (original)
+++ trunk/loop-aes-utils/debian/loop-aes-utils.dirs Sun Oct 22 14:31:06 2006
@@ -5,3 +5,6 @@
 /usr/share/man/man5
 /usr/share/man/man8
 /usr/share/lintian/overrides
+/usr/share/initramfs-tools/scripts/local-top
+/usr/share/initramfs-tools/hooks
+/etc/initramfs-tools/conf.d/

Modified: trunk/loop-aes-utils/debian/rules
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes-utils/debian/rules?rev=1311&op=diff
==============================================================================
--- trunk/loop-aes-utils/debian/rules (original)
+++ trunk/loop-aes-utils/debian/rules Sun Oct 22 14:31:06 2006
@@ -65,8 +65,9 @@
 	install -m 755 mount/swapon $(DIR_UDEB)/sbin/swapon-aes
 	install -m 755 debian/loop-aes-keygen $(DIR_UDEB)/bin
 	# initramsfs-tools integration
-	#install -m 755 debian/initramfs-tools-script $(DIR)/usr/share/initramfs-tools/scripts/local-top/loopaes
-	#install -m 755 debian/initramfs-tools-hook $(DIR)/usr/share/initramfs-tools/hooks/loopaes
+	install -m 755 debian/initramfs-tools-script $(DIR)/usr/share/initramfs-tools/scripts/local-top/loopaes
+	install -m 755 debian/initramfs-tools-hook $(DIR)/usr/share/initramfs-tools/hooks/loopaes
+	install -m 755 debian/initramfs-conf $(DIR)/etc/initramfs-tools/conf.d/loopaes
 
 binary-indep: build install
 




More information about the Pkg-loop-aes-commits mailing list