WSL package DEB bad permissions

The following error occurs when using WSL to make the Debian installation package Deb

ERROR: control directory has bad permissions 777 (must be >=0755 and <=0775)

The problem requires modifying the WSL configuration

sudo vi /etc/wsl.conf

Add the content:

[automount]
options="metadata"

[boot]
systemd=true

references:

[1]. theos issue#421 . Muirey03 . 2019.6 . https://github.com/theos/theos/issues/421

Guess you like

Origin blog.csdn.net/q1009020096/article/details/132187096