Re: [systemd-devel] vt220 default for serial console still relevant?

2020-07-13 Thread Christopher Cox
On 7/13/20 4:08 PM, Barry wrote: On 11 Jul 2020, at 20:31, Daan De Meyer wrote:  > TERM=linux means Linux console, but that's just too much, as it not > only implies a multitude of ESC sequences specific to the Linux > console, but also indicates that certain ioctls might work. In our own

Re: [systemd-devel] vt220 default for serial console still relevant?

2020-07-13 Thread Barry
> On 11 Jul 2020, at 20:31, Daan De Meyer wrote: > >  > > TERM=linux means Linux console, but that's just too much, as it not > > only implies a multitude of ESC sequences specific to the Linux > > console, but also indicates that certain ioctls might work. In our own > > code we also bind

Re: [systemd-devel] systemctl reboot is allowed as normal user, where is this configured

2020-07-13 Thread Hans de Goede
Hi again, On 7/13/20 4:11 PM, Hans de Goede wrote: Hi All, $subject is somewhat misleading, what I actually want is to make: systemctl reboot --boot-loader-menu=60 Work as a regular user (who is physically present at the console). So I looked at:

[systemd-devel] systemctl reboot is allowed as normal user, where is this configured

2020-07-13 Thread Hans de Goede
Hi All, $subject is somewhat misleading, what I actually want is to make: systemctl reboot --boot-loader-menu=60 Work as a regular user (who is physically present at the console). So I looked at: /usr/share/polkit-1/actions/org.freedesktop.login1.policy, which has:

Re: [systemd-devel] Seccomp allow/log action

2020-07-13 Thread Chris PeBenito
On 7/8/20 2:31 PM, Topi Miettinen wrote: On 8.7.2020 17.47, Chris PeBenito wrote: I would like to implement a unit option that would make the seccomp action SCMP_ACT_LOG so that I can test SystemCallFilter settings without killing the services, like SELinux permissive mode. I was reading

Re: [systemd-devel] Can service of timers.target having After=multi-user.target create a loop?

2020-07-13 Thread Amish
On 13/07/20 2:07 am, Uoti Urpala wrote: On Sun, 2020-07-12 at 17:13 +0300, Andrei Borzenkov wrote: 12.07.2020 16:21, Amish пишет: I have a timer file like this: [Unit] Description=Foo After=multi-user.target [Timer] OnCalendar=*:0/5 Persistent=false [Install] WantedBy=timers.target