系统:debian 12
NetworkManager版本:netplan.io/stable,now 0.106-2 amd64
错误信息:
** (generate:9257): WARNING **: 10:14:11.814: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:9255): WARNING **: 10:14:11.985: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:9255): WARNING **: 10:14:12.011: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:9255): WARNING **: 10:14:12.067: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:9255): WARNING **: 10:14:12.067: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
解决方案:
chmod 600 /etc/netplan/00-installer-config.yaml
文章讨论了在安装Debian12时,关于Netplan配置文件00-installer-config.yaml权限设置的问题,给出了chmod600的解决方案以确保安全性。
3660

被折叠的 条评论
为什么被折叠?



