summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2017-01-07 00:41:43 -0500
committerGaming4JC <g4jc@openmailbox.org>2017-01-07 00:41:43 -0500
commit2708e0048c77ad2dd7d8269652bd4e80d0558b26 (patch)
tree9ff8eea83d1098571ebea488ad82223b445fcc27 /nonprism
parentb9bab33166ff243b5fd5ab5c117f27464ea8715b (diff)
downloadabslibre-2708e0048c77ad2dd7d8269652bd4e80d0558b26.tar.gz
abslibre-2708e0048c77ad2dd7d8269652bd4e80d0558b26.tar.bz2
abslibre-2708e0048c77ad2dd7d8269652bd4e80d0558b26.zip
dhcpcd-hardened-script
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/dhcpcd-hardened-script/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/nonprism/dhcpcd-hardened-script/PKGBUILD b/nonprism/dhcpcd-hardened-script/PKGBUILD
index c6ba97128..747559cd0 100644
--- a/nonprism/dhcpcd-hardened-script/PKGBUILD
+++ b/nonprism/dhcpcd-hardened-script/PKGBUILD
@@ -7,10 +7,14 @@ pkgdesc="Removes Hostname and resets DUID to prevent DHCP leaks on the network"
arch=(any)
license=(GPL2)
depends=('dhcpcd')
-source=('dhcpcd_hardened.sh')
-sha512sums=('3f14d58fe05ab521594f2f48aaf0124c019b079a7fad267b70e5e0fd8cc08860edbaebeb68149de1599355845c17e4f5229d7664b74604e70d3f36b18c05b63a')
-whirlpoolsums=('01a554f1dad6a49adf99faea21fc4e622a2af3f0d4001b80adde30daf255e46f69d22cd94142d70d5984bcd7ac234e38bab507c919827709d799e6d808c02b2d')
+source=('dhcpcd_hardened.sh'
+'dhcpcd-hardened-script.service')
+sha512sums=('3f14d58fe05ab521594f2f48aaf0124c019b079a7fad267b70e5e0fd8cc08860edbaebeb68149de1599355845c17e4f5229d7664b74604e70d3f36b18c05b63a'
+'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')
+whirlpoolsums=('01a554f1dad6a49adf99faea21fc4e622a2af3f0d4001b80adde30daf255e46f69d22cd94142d70d5984bcd7ac234e38bab507c919827709d799e6d808c02b2d'
+'19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3')
package() {
install -Dm755 dhcpcd_hardened.sh "$pkgdir"/usr/lib/dhcpcd/dhcpcd_hardened.sh
+ install -Dm644 "$srcdir/dhcpcd-hardened-script.service" "$pkgdir/usr/lib/systemd/system/dhcpcd-hardened-script.service"
}