Skip to content
New issue

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

Configuration permissions issue #87

Open
vaminakov opened this issue Aug 26, 2021 · 1 comment
Open

Configuration permissions issue #87

vaminakov opened this issue Aug 26, 2021 · 1 comment

Comments

@vaminakov
Copy link

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.

@vaminakov
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant