summaryrefslogtreecommitdiff
path: root/PKGBUILD
blob: 7e62d44a2f9d6077f54ce552a891821536597abc (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
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=(
              '081E4760E5FCD76098A304E43A85CAFF5C61486A' # jc_gargma
)

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

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