summaryrefslogtreecommitdiff
path: root/nonprism/dhcpcd-hardened-script/PKGBUILD
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2017-01-07 00:32:46 -0500
committerGaming4JC <g4jc@openmailbox.org>2017-01-07 00:32:46 -0500
commitd1925892f9d755b264f1594023458c229939b7fd (patch)
treeb810b81558fef8803b01f2aa6d47f5967876313a /nonprism/dhcpcd-hardened-script/PKGBUILD
parent09ee61240a3feada31bf008f506df4917db8d34a (diff)
downloadabslibre-d1925892f9d755b264f1594023458c229939b7fd.tar.gz
abslibre-d1925892f9d755b264f1594023458c229939b7fd.tar.bz2
abslibre-d1925892f9d755b264f1594023458c229939b7fd.zip
dhcpcd-hardened-script
Diffstat (limited to 'nonprism/dhcpcd-hardened-script/PKGBUILD')
-rw-r--r--nonprism/dhcpcd-hardened-script/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/nonprism/dhcpcd-hardened-script/PKGBUILD b/nonprism/dhcpcd-hardened-script/PKGBUILD
new file mode 100644
index 000000000..a8467fbc5
--- /dev/null
+++ b/nonprism/dhcpcd-hardened-script/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
+
+pkgname=dhcpcd-hardened-script
+pkgver=0.1
+pkgrel=1
+pkgdesc="Removes Hostname and resets DUID to prevent DHCP leaks on the network"
+arch=(any)
+license=(GPL2)
+depends=('dhcpcd')
+source=('dhcpcd_hardened.sh')
+sha512sums=('70e9e4faa87cf258f5d47ce56a7b7d439e0dd9e59ab7d2be2790fcc55342c05a321e4d7e06b8a0ae30ed2575b2a62843d167e93aba9de5cbb9e2034bce0a71ed')
+whirlpoolsums=('753e1931978c3168acf93a92f9d1050dec4ba4fb9bf6dc76280c6a6bfeef8f09cc371501e7d34d83c013a800155466135cf24159b06258cde60ae7c871d0fb5e')
+
+package() {
+ install -Dm755 dhcpcd_hardened.sh "$pkgdir"/usr/lib/dhcpcd/dhcpcd_hardened.sh
+}