Hi, I want to add a firewall rule for SSH on a package installation. This is currently done in %post section. But on OpenSUSE I get `/sys filesystem is not mounted' error. The package has this build issue but on target host it installs correctly. ========= SNIP ========= %post %if 0%{?suse_version} >= 1110 yast2 firewall services add service=service:sshd zone=EXT %else yast2 firewall services add service=ssh zone=EXT %endif ========= SNIP ========= ========= BUILD LOG SNIP ========= The /sys filesystem is not mounted. If you are running in a chroot environment, bind-mount missing filesystems. ========= BUILD LOG SNIP ========= This is an internal TESTING package so managing firewall is OK even if otherwise it would not be appropriate. Is there way how to do this "correct and clean" way? Cheers, -- Pavel Kačer -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org