alexcrichton / openssl-probe

Apache License 2.0
54 stars 13 forks source link

openssl-probe is triggering /boot automount on Linux #11

Open cjmayo opened 5 years ago

cjmayo commented 5 years ago

The inclusion of "/boot/system/data/ssl", for Haiku here: https://github.com/alexcrichton/openssl-probe/blob/a014ef5d4dba06a497df0969823ace290b9dfcdd/src/lib.rs#L35 is causing /boot to be automounted on Linux systems with systemd automount for /boot.

Especially frequent as it is used by cargo --list which is run by the Bash autocomplete for cargo every time a new shell is started. https://github.com/rust-lang/cargo/issues/6737