unexpected `selinux` features enabled when using `--workspace`
I have a linux environment that doesnt have any selinux incl. libselinux. When building by cargo build --workspace --feature unix, I have got a error said failed to build selinux-sys because I don't have any libselinux installed. I think this is a unexpected problem when not choosing to enable selinux features.
Yes. It is why we have
cargo build --release --bins --workspace --exclude coreutils --exclude uu_runcon --exclude uu_chcon at README.md.
I don't think we can do somethong for it more than documentation.
@Fearyncess Would you send a PR to exclude uu_runcon and uu_chcon package if feat_selinux is not specified? I'm not familiar with cargo.