{"id":13499490,"url":"https://github.com/lockc-project/lockc","last_synced_at":"2026-05-29T07:01:37.004Z","repository":{"id":39990727,"uuid":"360682696","full_name":"lockc-project/lockc","owner":"lockc-project","description":"Making containers more secure with eBPF and Linux Security Modules (LSM)","archived":false,"fork":false,"pushed_at":"2024-06-02T14:22:14.000Z","size":2554,"stargazers_count":233,"open_issues_count":23,"forks_count":21,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-05-25T23:05:26.425Z","etag":null,"topics":["containers","ebpf","kubernetes","lsm","lsm-hooks","security"],"latest_commit_sha":null,"homepage":"https://lockc-project.github.io/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lockc-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-22T21:10:52.000Z","updated_at":"2026-05-06T10:01:18.000Z","dependencies_parsed_at":"2024-06-10T20:33:03.767Z","dependency_job_id":null,"html_url":"https://github.com/lockc-project/lockc","commit_stats":null,"previous_names":["rancher-sandbox/lockc"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/lockc-project/lockc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockc-project%2Flockc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockc-project%2Flockc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockc-project%2Flockc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockc-project%2Flockc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lockc-project","download_url":"https://codeload.github.com/lockc-project/lockc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockc-project%2Flockc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33640627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","ebpf","kubernetes","lsm","lsm-hooks","security"],"created_at":"2024-07-31T22:00:33.626Z","updated_at":"2026-05-29T07:01:36.968Z","avatar_url":"https://github.com/lockc-project.png","language":"Rust","funding_links":[],"categories":["Uncategorized","Rust","security"],"sub_categories":["Uncategorized"],"readme":"![lockc](https://raw.githubusercontent.com/lockc-project/assets/main/logo-horizontal-lockc.png)\n\n[![Crate](https://img.shields.io/crates/v/lockc)](https://crates.io/crates/lockc)\n[![Book](https://img.shields.io/website?url=https%3A%2F%2Flockc-project.github.io%2Flockc%2F)](https://lockc-project.github.io/lockc/)\n[![Discord](https://img.shields.io/discord/874314181191565453?label=discord\u0026logo=discord)](https://discord.gg/799cmsYB4q)\n[![Docs](https://docs.rs/lockc/badge.svg)](https://docs.rs/lockc/)\n[![Build Status](https://github.com/lockc-project/lockc/actions/workflows/rust.yml/badge.svg)](https://github.com/lockc-project/lockc/actions/workflows/rust.yml)\n\n**lockc** is open source sofware for providing MAC (Mandatory Access Control)\ntype of security audit for container workloads.\n\nThe main reason why **lockc** exists is that **containers do not contain**.\nContainers are not as secure and isolated as VMs. By default, they expose\na lot of information about host OS and provide ways to \"break out\" from the\ncontainer. **lockc** aims to provide more isolation to containers and make them\nmore secure.\n\nThe [Containers do not contain](https://lockc-project.github.io/book/containers-do-not-contain.html)\ndocumentation section explains what we mean by that phrase and what kind of\nbehavior we want to restrict with **lockc**.\n\nThe main technology behind lockc is [eBPF](https://ebpf.io/) - to be more\nprecise, its ability to attach to [LSM hooks](https://docs.kernel.org/bpf/prog_lsm.html)\n\nPlease note that currently lockc is an experimental project, not meant for\nproduction environment and without any official binaries or packages to use -\ncurrently the only way to use it is building from sources.\n\nSee [the full documentation here](https://lockc-project.github.io/).\nAnd [the code documentation here](https://docs.rs/lockc/).\n\nIf you need help or want to talk with contributors, plese come chat with us\non `#lockc` channel on the [Rust Cloud Native Discord server](https://discord.gg/799cmsYB4q).\n\n**lockc's** userspace part is licensed under [Apache License, version 2.0](https://github.com/lockc-project/lockc/blob/main/LICENSE).\n\neBPF programs inside [lockc/src/bpf directory](https://github.com/lockc-project/lockc/tree/main/lock-ebpf)\nare licensed under [GNU General Public License, version 2](https://github.com/lockc-project/lockc/blob/main/lockc-ebpf/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockc-project%2Flockc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flockc-project%2Flockc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockc-project%2Flockc/lists"}