OS: Ubuntu 24.04.4
WeekToDo: installed from WeekToDo_2.2.0_amd64.deb via sudo dpkg -i WeekToDo_2.2.0_amd64.deb
when weektodo starts, the following is included in /var/log/syslog:
kernel: audit: type=1400 audit(1774343721.914:156): apparmor="DENIED" operation="capable" class="cap" profile="unprivileged_userns" pid=3867 comm="weektodo" capability=21 capname="sys_admin"
this seems to indicate that the app is attempting CAP_SYS_ADMIN, a highly privileged capability which should not be needed by the app.
OS: Ubuntu 24.04.4
WeekToDo: installed from WeekToDo_2.2.0_amd64.deb via
sudo dpkg -i WeekToDo_2.2.0_amd64.debwhen weektodo starts, the following is included in /var/log/syslog:
this seems to indicate that the app is attempting CAP_SYS_ADMIN, a highly privileged capability which should not be needed by the app.