summaryrefslogtreecommitdiff
path: root/PKGBUILD
blob: aa27d2e89b243a273a95331d26cb890afc91329a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgname=grsec-common
pkgver=4
pkgrel=1.arcfour2
pkgdesc='Base package for grsecurity kernels'
arch=(any)
url='https://archlinux.org/'
license=('GPL2')
install=$pkgname.install
source=(05-grsecurity.conf
        05-grsecurity.conf.sig)
sha512sums=('5c69955645eba5e07d6523281310ff0935c58ee90f99af33ea427ec4029524bbdfa5928dbf8c24beed4ec3e671cfccde690228898fc7fa0b76445276b2ace391'
            'SKIP')

validpgpkeys=(
              '6BD235AF5C656B27CDE8B71D78086BBA9513E213' # jc_gargma
)

backup=(etc/sysctl.d/05-grsecurity.conf)

package() {
  install -Dm600 05-grsecurity.conf "$pkgdir/etc/sysctl.d/05-grsecurity.conf"
}