mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-11-30 21:06:01 +00:00
Revert #2334165 workaround
The security fix has been removed for now; we're removing this workaround so we'll notice if it gets broken again. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ffe307d2c2
commit
d1d6b0340a
@ -55,11 +55,6 @@ sub run {
|
||||
assert_script_run("echo 'testman:weakpassword' | chpasswd");
|
||||
# let it write to the serial port
|
||||
assert_script_run "chmod 666 /dev/${serialdev}";
|
||||
if (script_run "grep testman /etc/subuid") {
|
||||
# workaround https://bugzilla.redhat.com/show_bug.cgi?id=2334165#c2
|
||||
assert_script_run("usermod --add-subuids 100000-165535 testman");
|
||||
assert_script_run("usermod --add-subgids 100000-165535 testman");
|
||||
}
|
||||
# login as the non-root user
|
||||
select_console "tty4-console";
|
||||
console_login(user => "testman", password => "weakpassword");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user