Thanks for your quick reply !
Yes it is a server system, running Archlinux with the kernel 3.17.7 with grsec patch. I compiled it myself, adding some security features (such as sysfs restriction). I don't know what path it is trying to access, the only log I have is :
- Code: Select all
systemd-networkd[277]: eno1 : could not find udev device: Permission denied
systemd-networkd[277]: lo : could not find udev device: Permission denied
Then the network is not configured of course. I could use another network manager (which run as root) but networkd is native and nice to use. It ran as root previously but it was changed for a normal user and now it doesn't work. So I wanted to add an exception to the sysfs restriction like with TPE. Is it possible ? Maybe this is more a suggestion than a bug report but I think there is a need for that (this issue has already been discussed :
http://lists.freedesktop.org/archives/systemd-devel/2014-July/021661.html).