lockc-project / lockc

Making containers more secure with eBPF and Linux Security Modules (LSM)
https://lockc-project.github.io/
Apache License 2.0
218 stars 19 forks source link

Ensure that the binary is named lockcd #160

Closed vadorovsky closed 2 years ago

vadorovsky commented 2 years ago

In pull request #142 we made a mistake of converting lockc into full binary crate, therefore renaming lockcd to lockc and removing a possibility of creating multiple binaries (if there will be a need - i.e. for some CLI tool).

This change fixes that by creating a bin/ directory with binaries again.

Signed-off-by: Michal Rostecki mrostecki@opensuse.org