Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
652
Issues
652
List
Boards
Labels
Service Desk
Milestones
Merge Requests
182
Merge Requests
182
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
c669af53
Commit
c669af53
authored
Feb 02, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: enable devtmpfs
udev-176 and later needs it
parent
62cc6d18
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+3
-3
main/linux-grsec/kernelconfig.x86
main/linux-grsec/kernelconfig.x86
+2
-1
main/linux-grsec/kernelconfig.x86_64
main/linux-grsec/kernelconfig.x86_64
+2
-1
No files found.
main/linux-grsec/APKBUILD
View file @
c669af53
...
@@ -4,7 +4,7 @@ _flavor=grsec
...
@@ -4,7 +4,7 @@ _flavor=grsec
pkgname
=
linux-
${
_flavor
}
pkgname
=
linux-
${
_flavor
}
pkgver
=
3.2.2
pkgver
=
3.2.2
_kernver
=
3.2
_kernver
=
3.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Linux kernel with grsecurity"
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
url
=
http://grsecurity.net
depends
=
"mkinitfs linux-firmware"
depends
=
"mkinitfs linux-firmware"
...
@@ -145,5 +145,5 @@ e9e53fba37c5e2afa4cdecab234120bd patch-3.2.2.bz2
...
@@ -145,5 +145,5 @@ e9e53fba37c5e2afa4cdecab234120bd patch-3.2.2.bz2
776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch
776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch
f3eda7112ef074a4121ec6de943c63ee x86-centaur-enable-cx8-for-via-eden-too.patch
f3eda7112ef074a4121ec6de943c63ee x86-centaur-enable-cx8-for-via-eden-too.patch
62cc7d7b5ba7ef05b72ff91c0411c189 linux-3.0.x-regression-with-ipv4-routes-having-mtu.patch
62cc7d7b5ba7ef05b72ff91c0411c189 linux-3.0.x-regression-with-ipv4-routes-having-mtu.patch
fca35f0f47e31720a87ba9d3bedf76aa
kernelconfig.x86
bd0b139de82316d44cf3376533daddb8
kernelconfig.x86
79ae970fb58cc5eac8fcf0af0cc6f710
kernelconfig.x86_64"
84644f7193b0b9d9bd474b5ec322a0f8
kernelconfig.x86_64"
main/linux-grsec/kernelconfig.x86
View file @
c669af53
...
@@ -1230,7 +1230,8 @@ CONFIG_CEPH_LIB=m
...
@@ -1230,7 +1230,8 @@ CONFIG_CEPH_LIB=m
# Generic Driver Options
# Generic Driver Options
#
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_DEVTMPFS is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_STANDALONE=y
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=m
CONFIG_FW_LOADER=m
...
...
main/linux-grsec/kernelconfig.x86_64
View file @
c669af53
...
@@ -1197,7 +1197,8 @@ CONFIG_CEPH_LIB=m
...
@@ -1197,7 +1197,8 @@ CONFIG_CEPH_LIB=m
# Generic Driver Options
# Generic Driver Options
#
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_DEVTMPFS is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_STANDALONE=y
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=m
CONFIG_FW_LOADER=m
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment