- 09 Aug, 2022 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
we should stop and disable hwdrivers when we stop and disable mdev ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/14046
-
Natanael Copa authored
-
- 18 Jul, 2022 1 commit
-
-
Natanael Copa authored
setup-alpine checks SSH_CONNECTION. Make sure to clear it when running tests so tests does not fail when we run the testsuite over ssh.
-
- 15 Jul, 2022 4 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
Avoid restart network when running over ssh. hostname is now a dependency of networking so openrc will restart networking together with hostname, which may lead to disconnection when running over ssh. Solve this by only restart hostname if SSH_CONNECTION is empty. fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/14018
-
Natanael Copa authored
so we can verify that service was started when it should and not started when it shouldn't.
-
Natanael Copa authored
Fix a hang that happens with interactively selecting 'none' with efi mode. Fixes commit 851247d9 (setup-disk: calculate size of ESP parition for grub)
-
- 13 Jul, 2022 5 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
The authentication suites may be a list. Check if PSK is a part of the list instead of checking that it is the only authentication suite. ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10518
-
Natanael Copa authored
-
Natanael Copa authored
-
Nick Hanley authored
Follow up to the follow up (87e374fd, a91180af). Commit dfd40992 also affects ~/.ssh, so test its permissions too.
-
- 12 Jul, 2022 17 commits
-
-
-
Natanael Copa authored
follow up to commit dfd40992 (setup-sshd, setup-user: follow openssh permission recommendations)
-
Natanael Copa authored
follow up to commit dfd40992 (setup-sshd, setup-user: follow openssh permission recommendations)
-
From the OpenSSH man page: > ~/.ssh/ > ... > There is no general requirement to keep the entire contents of this > directory secret, but the recommended permissions are > read/write/execute for the user, and not accessible by others. > > ~/.ssh/authorized_keys > ... > This file is not highly sensitive, but the recommended permissions are > read/write for the user, and not accessible by others. OpenSSH follows these recommendations when creating these files itself so we should do the same.
-
Be more strict in checking the contents of files by matching against the whole line. This prevents tests from passing with extraneous leading or trailing characters, or partial paths matching in lbu.list.
-
setup-alpine doesn't add root/.ssh to lbu.list. Check for authorized_keys specifically.
-
-
consistent with other repos
-
Natanael Copa authored
add test to verify that pre/post package hooks are executed.
-
Natanael Copa authored
with and without encryption. This also tests if sysconfdir is actually set ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/77#note_246788
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
fixes commit 4ad15542 (lbu: fix import of libalpine.sh for tests) ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/77#note_246788
-
- 07 Jul, 2022 4 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
Allow setting root's ssh key from answer file Also add a test to verify that it gets included in lbu for disk install. ref commit 619f3a2d (setup-alpine: persist root authorized_keys)
-
Natanael Copa authored
Apparently we can set ssh key via SSH_KEY env var. make sure that it works.
-
Nick Hanley authored
-
- 06 Jul, 2022 1 commit
-
-
Natanael Copa authored
The ifupdown-ng implementations are apparently just stubs. Partially reverts commit e9c6302e (setup-interface: avoid install bridge/bonding with ifupdown-ng)
-
- 05 Jul, 2022 5 commits
-
-
Natanael Copa authored
We don't need to install bridge or bonding packages with ifupdown-ng.
-
Natanael Copa authored
Don't install vlan package if ifupdown-ng package is used. Add tests for this. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10495
-
Natanael Copa authored
test that vlan gets installed
-
Natanael Copa authored
-
Natanael Copa authored
Ask for NTP when running qemu, but without kvm-clock source fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10508
-