1
0
mirror of https://github.com/systemd/systemd synced 2025-10-01 01:34:47 +02:00

Compare commits

..

No commits in common. "46a688c559886230cc41018348415dda9b59b3cd" and "88fb7776198eeacacb699a301155d3f557aba443" have entirely different histories.

2 changed files with 5 additions and 16 deletions

View File

@ -96,10 +96,6 @@ usb:v2CB7p0007*
ID_AUTOSUSPEND=1 ID_AUTOSUSPEND=1
ID_AUTOSUSPEND_DELAY_MS=7000 ID_AUTOSUSPEND_DELAY_MS=7000
# Dell Computer Corp. DW5826e Qualcomm Snapdragon X12 Global LTE-A
usb:v413Cp8217*
ID_AUTOSUSPEND=1
######################################### #########################################
# Wacom # Wacom
######################################### #########################################

View File

@ -544,7 +544,6 @@ if command -v ssh &>/dev/null && command -v sshd &>/dev/null && ! [[ -v ASAN_OPT
systemctl is-active -q mysshserver.socket && systemctl stop mysshserver.socket systemctl is-active -q mysshserver.socket && systemctl stop mysshserver.socket
rm -f /tmp/homed.id_ecdsa /run/systemd/system/mysshserver{@.service,.socket} rm -f /tmp/homed.id_ecdsa /run/systemd/system/mysshserver{@.service,.socket}
systemctl daemon-reload systemctl daemon-reload
wait_for_state homedsshtest inactive
homectl remove homedsshtest homectl remove homedsshtest
for dir in /etc /usr/lib; do for dir in /etc /usr/lib; do
if [[ -f "$dir/pam.d/sshd.bak" ]]; then if [[ -f "$dir/pam.d/sshd.bak" ]]; then
@ -632,8 +631,8 @@ EOF
-o "SetEnv PASSWORD=hunter4711" -o "StrictHostKeyChecking no" \ -o "SetEnv PASSWORD=hunter4711" -o "StrictHostKeyChecking no" \
homedsshtest@localhost env homedsshtest@localhost env
trap - EXIT wait_for_state homedsshtest inactive
at_exit homectl remove homedsshtest
fi fi
NEWPASSWORD=hunter4711 homectl create aliastest --storage=directory --alias=aliastest2 --alias=aliastest3 --realm=myrealm NEWPASSWORD=hunter4711 homectl create aliastest --storage=directory --alias=aliastest2 --alias=aliastest3 --realm=myrealm
@ -748,7 +747,6 @@ IDENTITY='{"userName":"signtest","storage":"directory","disposition":"regular","
# Try with stripping the foreign signature first, this should just work # Try with stripping the foreign signature first, this should just work
echo "$IDENTITY" | homectl create -P --identity=- --seize=yes echo "$IDENTITY" | homectl create -P --identity=- --seize=yes
wait_for_state signtest inactive
homectl remove signtest homectl remove signtest
# No try again, and don't strip the signature. It will be refused. # No try again, and don't strip the signature. It will be refused.
@ -775,7 +773,6 @@ echo "$IDENTITY" | homectl create -P --identity=- --seize=no
PASSWORD="test" homectl with signtest true PASSWORD="test" homectl with signtest true
# Remove the key, and check again ,should fail now # Remove the key, and check again ,should fail now
wait_for_state signtest inactive
homectl remove-signing-key signtest.public homectl remove-signing-key signtest.public
wait_for_state signtest inactive wait_for_state signtest inactive
(! PASSWORD="test" homectl with signtest true) (! PASSWORD="test" homectl with signtest true)
@ -787,17 +784,15 @@ homectl list-signing-keys | grep -q local.public
# Test unregister + adopt # Test unregister + adopt
mkdir /home/elsewhere mkdir /home/elsewhere
mv /home/signtest.homedir /home/elsewhere/ mv /home/signtest.homedir /home/elsewhere/
wait_for_state signtest absent
homectl unregister signtest homectl unregister signtest
print_public_key | homectl add-signing-key --key-name=signtest.public print_public_key | homectl add-signing-key --key-name=signtest.public
homectl adopt /home/elsewhere/signtest.homedir homectl adopt /home/elsewhere/signtest.homedir
PASSWORD="test" homectl with signtest true PASSWORD="test" homectl with signtest true
wait_for_state signtest inactive
# Test register # Test register
wait_for_state signtest inactive
homectl unregister signtest homectl unregister signtest
homectl register /home/elsewhere/signtest.homedir/.identity homectl register /home/elsewhere/signtest.homedir/.identity
wait_for_state signtest absent
homectl unregister signtest homectl unregister signtest
# Test automatic fixation for anything in /home/ # Test automatic fixation for anything in /home/
@ -805,9 +800,9 @@ mv /home/elsewhere/signtest.homedir /home
rmdir /home/elsewhere rmdir /home/elsewhere
wait_for_exist signtest wait_for_exist signtest
PASSWORD="test" homectl with signtest true PASSWORD="test" homectl with signtest true
wait_for_state signtest inactive
# add signing key via credential # add signing key via credential
wait_for_state signtest inactive
homectl remove-signing-key signtest.public homectl remove-signing-key signtest.public
(! (homectl list-signing-keys | grep -q signtest.public)) (! (homectl list-signing-keys | grep -q signtest.public))
systemd-run --wait -p "SetCredential=home.add-signing-key.signtest.public:$(print_public_key)" homectl firstboot systemd-run --wait -p "SetCredential=home.add-signing-key.signtest.public:$(print_public_key)" homectl firstboot
@ -816,17 +811,15 @@ homectl list-signing-keys | grep -q signtest.public
# register user via credential # register user via credential
mkdir /home/elsewhere2 mkdir /home/elsewhere2
mv /home/signtest.homedir /home/elsewhere2/ mv /home/signtest.homedir /home/elsewhere2/
wait_for_state signtest absent
homectl unregister signtest homectl unregister signtest
systemd-run --wait -p "LoadCredential=home.register.signtest:/home/elsewhere2/signtest.homedir/.identity" homectl firstboot systemd-run --wait -p "LoadCredential=home.register.signtest:/home/elsewhere2/signtest.homedir/.identity" homectl firstboot
homectl inspect signtest homectl inspect signtest
wait_for_state signtest absent
homectl unregister signtest homectl unregister signtest
mv /home/elsewhere2/signtest.homedir /home/ mv /home/elsewhere2/signtest.homedir /home/
rmdir /home/elsewhere2 rmdir /home/elsewhere2
wait_for_exist signtest
# Remove it all again # Remove it all again
wait_for_exist signtest
homectl remove-signing-key signtest.public homectl remove-signing-key signtest.public
homectl remove signtest homectl remove signtest