···60 )
61 # Only SQLCipher should be able to read the encrypted DB:
62 machine.fail(
63- "su - alice -c 'sqlite3 ~/.config/Signal/sql/db.sqlite .databases'"
64 )
65 print(machine.succeed(
66 "su - alice -c 'sqlcipher ~/.config/Signal/sql/db.sqlite'"
···60 )
61 # Only SQLCipher should be able to read the encrypted DB:
62 machine.fail(
63+ "su - alice -c 'sqlite3 ~/.config/Signal/sql/db.sqlite .tables'"
64 )
65 print(machine.succeed(
66 "su - alice -c 'sqlcipher ~/.config/Signal/sql/db.sqlite'"