We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Hook compiles and working fine, but in journal after booting we can see file permissions errors:
systemd-networkd[144]: Configuration file /etc/systemd/network/initrd-network.network is marked executable. Please remove executable permission bits. Proceeding anyway. systemd-networkd[144]: Configuration file /etc/systemd/network/initrd-network.network is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Seems when hook is compiling, it setting 777 to configuration files, but it should be 644.
The text was updated successfully, but these errors were encountered:
Seems one bug more - in initcpio udev errors too:
systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:42 Unknown group 'sgx', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:92 Unknown group 'kvm', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:97 Unknown group 'kvm', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:99 Unknown group 'kvm', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:101 Unknown group 'kvm', ignoring
Sorry, something went wrong.
No branches or pull requests
Hello!
Hook compiles and working fine, but in journal after booting we can see file permissions errors:
Seems when hook is compiling, it setting 777 to configuration files, but it should be 644.
The text was updated successfully, but these errors were encountered: