You are not logged in.
The system needs to allow all "wheel" group users to change the time and timezone without asking for a password. Is this possible?
Offline
It probably is. Take a look at this: https://wiki.archlinux.org/title/Polkit … ic_actions, figure out which dbus action is responsible for managing date / timezone settings, and so on.
Offline
Sanity check:
- why do users need to change the time rather than using NTP?
- why do users need to change the *global* timezone (rather than exporting TZ to their shell as they see fit)?
Offline
- My bad, I meant timezone alone. I too use NTP with UTC hardware clock.
- I'm using a tray applet (lxqt) to change the time and that seems to change it for the whole system.
I'm changing the time to fool a certain german website into letting me in, among other things.
Offline
that seems to change it for the whole system.
Check
timedatectlbefore and after applying the changes there.
I'm changing the time to fool a certain german website
Öffentlich-rechtlicher Sendeschluß im deutschen Internet… or porn ![]()
Assuming the implementation is really so silly to to check the local time of the browser process, you need to export it to the browser what means first of all, you have to close all instances of the browser process and then
export TZ=Australia/Sydney; chromiumNotice that there's also https://chrome.google.com/webstore/sear … zone?hl=de
Offline
Can you tell me where polkit.log() writes its output to?
Offline
polkit writes to the system journal, but again: I don't think that juggling the system timezone is anywhere near necessary. Either changing the timezone ofthe browser will cut it or not at all, because whatever time-discrimination you're trying to circumvent isn't that naively implemented.
Offline