mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-odroid-xu3 to 6.6.50-3
This commit is contained in:
parent
60f8e4f5ee
commit
6eb8453031
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ODROID-XU3/XU4/HC1, odroid-6.6.y branch"
|
_desc="ODROID-XU3/XU4/HC1, odroid-6.6.y branch"
|
||||||
pkgver=6.6.50
|
pkgver=6.6.50
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://github.com/hardkernel/linux"
|
url="https://github.com/hardkernel/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -19,7 +19,7 @@ source=("linux-odroid-$_commit.tar.gz::https://github.com/hardkernel/linux/archi
|
||||||
'config'
|
'config'
|
||||||
'linux.preset')
|
'linux.preset')
|
||||||
md5sums=('69c59748ace83cdbdec081c4f43e27ce'
|
md5sums=('69c59748ace83cdbdec081c4f43e27ce'
|
||||||
'd86a5c47fa3232a48fda2ca62fc61df0'
|
'2f77131f83bbabda18d6f4ef1498f64e'
|
||||||
'8b93b6ca167f70c60277f352f7b78024')
|
'8b93b6ca167f70c60277f352f7b78024')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -7294,7 +7294,7 @@ CONFIG_INTEGRITY_AUDIT=y
|
||||||
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
|
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
|
||||||
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
||||||
CONFIG_DEFAULT_SECURITY_DAC=y
|
CONFIG_DEFAULT_SECURITY_DAC=y
|
||||||
CONFIG_LSM="yama,loadpin,safesetid,integrity"
|
CONFIG_LSM="yama,loadpin,safesetid,integrity,landlock"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel hardening options
|
# Kernel hardening options
|
||||||
|
|
Loading…
Reference in a new issue