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
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
168
Merge Requests
168
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
e7288f50
Commit
e7288f50
authored
Apr 27, 2017
by
Ariadne Conill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: pull in hardened image, not grsec image
parent
7d1343c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+1
-1
scripts/mkimg.base.sh
scripts/mkimg.base.sh
+1
-1
scripts/mkimg.standard.sh
scripts/mkimg.standard.sh
+1
-1
No files found.
scripts/mkimg.arm.sh
View file @
e7288f50
...
...
@@ -83,7 +83,7 @@ profile_uboot() {
kernel_addons
=
;;
*
)
kernel_flavors
=
"
grsec
"
kernel_flavors
=
"
hardened
"
kernel_addons
=
"xtables-addons"
;;
esac
...
...
scripts/mkimg.base.sh
View file @
e7288f50
...
...
@@ -268,7 +268,7 @@ create_image_targz() {
}
profile_base
()
{
kernel_flavors
=
"
grsec
"
kernel_flavors
=
"
hardened
"
initfs_cmdline
=
"modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_features
=
"ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
#grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
...
...
scripts/mkimg.standard.sh
View file @
e7288f50
...
...
@@ -52,7 +52,7 @@ profile_extended() {
profile_virt
()
{
profile_standard
kernel_addons
=
kernel_flavors
=
"virt
grsec
"
kernel_flavors
=
"virt
hardened
"
kernel_cmdline
=
"console=tty0 console=ttyS0,115200"
syslinux_serial
=
"0 115200"
}
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