Wasn't even aware I had apparmor, cannot remember installing this. But I'll try disabling that and seeing what happens.
Note, should've probably included this in the original message. Here are the permissions for the socket file > $ ls /var/run/ -al | grep chrony > drwxr-x--- 2 _chrony _chrony 60 Mar 13 18:34 > chrony > -rw-r--r-- 1 root root 4 Mar 13 18:34 > chronyd.pid > *srwxr-xr-x 1 root root 0 Mar 13 18:34 > chrony.ttyACM0.sock* > and the part of the code I refer to in chrony is /* Allow server without root privileges to send replies to our socket */ if (chmod(sa_un.sun_path, 0666) < 0) { DEBUG_LOG("Could not change socket permissions : %s", strerror(errno)); return 0; } in client.c. Looking at the permissions for chrony.ttyACM0.sock this doesn't seem right, no? AFAIK 666 permissions should be *srwxr-rw-rw* and here it is *srwxr-xr-x *instead. Morten On Mon, Mar 13, 2023 at 5:23 PM Rob Janssen <chrony-us...@pe1chl.nl> wrote: > When you have such inexplainable problems with accessing resources that > should be allowed > to open for everyone, check if there isn't some package like SELinux or > AppArmor active > on the machine. It can make you pull your hair all day long! > > Rob > > On 3/13/23 17:16, Morten Nissov wrote: > > > > Curious if any of you had an idea of what could be wrong. > > > > Best regards, > > Morten > > > -- > To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org > with "unsubscribe" in the subject. > For help email chrony-users-requ...@chrony.tuxfamily.org > with "help" in the subject. > Trouble? Email listmas...@chrony.tuxfamily.org. > >