diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 02:58:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | ef72ef266ebaf93aa7b16cd642105d9fd01cf829 (patch) | |
tree | f2b1190cccb16b507aead6bdebf1b8c19bd28017 /features/root_access_control.feature | |
parent | 2eba6879e539d8a793542857fd7e45bb572545ef (diff) | |
download | jenkins.debian.net-ef72ef266ebaf93aa7b16cd642105d9fd01cf829.tar.xz |
lvc: code cleanup: remove 'enable more Tails Greeter options' scenario
Diffstat (limited to 'features/root_access_control.feature')
-rw-r--r-- | features/root_access_control.feature | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/features/root_access_control.feature b/features/root_access_control.feature index 9aa45de8..47aa0bc7 100644 --- a/features/root_access_control.feature +++ b/features/root_access_control.feature @@ -14,8 +14,7 @@ Feature: Root access control enforcement And I save the state so the background can be restored next scenario Scenario: If an administrative password is set in Tails Greeter the live user should be able to run arbitrary commands with administrative privileges. - Given I enable more Tails Greeter options - And I set sudo password "asdf" + Given I set sudo password "asdf" And I log in to a new session And Tails Greeter has dealt with the sudo password Then I should be able to run administration commands as the live user @@ -28,8 +27,7 @@ Feature: Root access control enforcement And I should not be able to run administration commands as the live user with the "live" password Scenario: If an administrative password is set in Tails Greeter the live user should be able to get administrative privileges through PolicyKit - Given I enable more Tails Greeter options - And I set sudo password "asdf" + Given I set sudo password "asdf" And I log in to a new session And Tails Greeter has dealt with the sudo password And GNOME has started |