pmbootstrap/pmb/config
Johannes Marbach 1eac61bcf7
Add option to run sudo -v in a loop to prevent repeated password entries (MR 1997)
Many of pmbootstrap's actions require root rights. When after requesting
sudo access pmbootstrap takes longer than the sudo timeout interval to finish
execution, the password will have to be entered again on the next sudo
action.

This change adds an opt-in feature to run sudo -v in a background loop
in order to prevent having to enter the password more than once for a single
pmbootstrap run. The loop runs as a daemon timer which automatically gets
canceled when pmbootstrap exits.

Closes: #1677
2020-12-14 19:14:14 +01:00
..
__init__.py Add option to run sudo -v in a loop to prevent repeated password entries (MR 1997) 2020-12-14 19:14:14 +01:00
init.py Add option to run sudo -v in a loop to prevent repeated password entries (MR 1997) 2020-12-14 19:14:14 +01:00
load.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
merge_with_args.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
pmaports.py Add option to run sudo -v in a loop to prevent repeated password entries (MR 1997) 2020-12-14 19:14:14 +01:00
save.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
workdir.py pmb.chroot.init: verify chroot channel (MR 1912) 2020-05-17 08:08:45 +02:00