Skip to content

Commit

Permalink
Merge pull request #12839 from ggbecker/fix-smartcard-scenario
Browse files Browse the repository at this point in the history
Add custom test scenario dconf_gnome_lock_screen_on_smartcard_removal
  • Loading branch information
jan-cerny authored Jan 17, 2025
2 parents 59de8de + ccb9c62 commit 2931201
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
# packages = dconf,gdm

. $SHARED/dconf_test_functions.sh

clean_dconf_settings
# this test is required because the removal-action parameter requires single quoted value which the templated test does not include
add_dconf_setting "org/gnome/settings-daemon/peripherals/smartcard" "removal-action" "'none'" "local.d" "00-security-settings"
add_dconf_lock "org/gnome/settings-daemon/peripherals/smartcard" "removal-action" "local.d" "00-security-settings-lock"

dconf update

0 comments on commit 2931201

Please sign in to comment.