We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b02fbf commit 4641ee1Copy full SHA for 4641ee1
tests/RobotFramework/tests/tedge_write.robot
@@ -109,8 +109,9 @@ Preserves permissions if a destination exists
109
There should be no leftover temporary files ${dest_file}
110
111
Custom Setup
112
- Setup skip_bootstrap=True
113
- Execute Command ./bootstrap.sh --no-bootstrap --no-connect
+ # By default tedge-write only has permissions to write to files under /etc/*
+ Execute Command
114
+ ... cmd=echo 'tedge ALL = (ALL) NOPASSWD:SETENV: /usr/bin/tedge-write /tmp/*' | sudo tee /etc/sudoers.d/tedge_write_tmp
115
116
Create a regular user
117
0 commit comments