{"id":28403301,"url":"https://github.com/dstack-tee/meta-security","last_synced_at":"2026-01-30T15:31:37.641Z","repository":{"id":294783471,"uuid":"988064849","full_name":"Dstack-TEE/meta-security","owner":"Dstack-TEE","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-22T02:46:54.000Z","size":4804,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"reproducible","last_synced_at":"2025-06-26T22:39:17.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"BitBake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dstack-TEE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.MIT","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}},"created_at":"2025-05-22T02:16:17.000Z","updated_at":"2025-05-22T02:43:38.000Z","dependencies_parsed_at":"2025-05-22T03:40:07.503Z","dependency_job_id":null,"html_url":"https://github.com/Dstack-TEE/meta-security","commit_stats":null,"previous_names":["dstack-tee/meta-security"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dstack-TEE/meta-security","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dstack-TEE%2Fmeta-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dstack-TEE%2Fmeta-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dstack-TEE%2Fmeta-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dstack-TEE%2Fmeta-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dstack-TEE","download_url":"https://codeload.github.com/Dstack-TEE/meta-security/tar.gz/refs/heads/reproducible","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dstack-TEE%2Fmeta-security/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-01T17:36:10.192Z","updated_at":"2026-01-30T15:31:37.630Z","avatar_url":"https://github.com/Dstack-TEE.png","language":"BitBake","funding_links":[],"categories":[],"sub_categories":[],"readme":"Meta-security\n=============\n\nThe bbappend files for some recipes (e.g. linux-yocto) in this layer need\nto have 'security' in DISTRO_FEATURES to have effect.\nTo enable them, add in configuration file the following line.\n\n  DISTRO_FEATURES:append = \" security\"\n\nIf meta-security is included, but security  is not enabled as a\ndistro feature a warning is printed at parse time:\n\n    You have included the meta-security layer, but\n    'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files\n    and preferred version setting may not take effect.\n\nIf you know what you are doing, this warning can be disabled by setting the following\nvariable in your configuration:\n\n  SKIP_META_SECURITY_SANITY_CHECK = 1\n\nThis layer provides security tools, hardening tools for Linux kernels\nand libraries for implementing security mechanisms.\n\nDependencies\n============\n\nThis layer depends on:\n\n  URI: git://git.openembedded.org/openembedded-core\n  branch: [same one as checked out for this layer]\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-oe\n  branch: [same one as checked out for this layer]\n\nAdding the security layer to your build\n========================================\n\nIn order to use this layer, you need to make the build system aware of\nit.\n\nAssuming the security layer exists at the top-level of your\nyocto build tree, you can add it to the build system by adding the\nlocation of the security layer to bblayers.conf, along with any\nother layers needed. e.g.:\n\n  BBLAYERS ?= \" \\\n    /path/to/oe-core/meta \\\n    /path/to/meta-openembedded/meta-oe \\\n    /path/to/layer/meta-security \"\n\nOptional Dynamic layer dependancy\n======================================\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-oe\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-perl\n\n  URI: git://git.openembedded.org/meta-openembedded/meta-python\n\n  BBLAYERS += \"/path/to/layer/meta-openembedded/meta-oe\"\n  BBLAYERS += \"/path/to/layer/meta-openembedded/meta-perl\"\n  BBLAYERS += \"/path/to/layer/meta-openembedded/meta-python\"\n\nThis will activate the dynamic-layer mechanism.\n\n\n\nMaintenance\n======================================\n\nSend pull requests, patches, comments or questions to yocto-patches@lists.yoctoproject.org  \n\nWhen sending single patches, please using something like:\n'git send-email -1 --to yocto-patches@lists.yoctoproject.org --subject-prefix=meta-security][PATCH'\n\nThese values can be set as defaults for this repository:\n\n$ git config sendemail.to yocto@lists.yoctoproject.org\n$ git config format.subjectPrefix meta-security][PATCH\n\nNow you can just do 'git send-email origin/master' to send all local patches.\n\nFor pull requests, please use create-pull-request and send-pull-request. \n\nMaintainers:    Armin Kuster \u003cakuster808@gmail.com\u003e\n\n\nLicense\n=======\n\nAll metadata is MIT licensed unless otherwise stated. Source code included\nin tree for individual recipes is under the LICENSE stated in each recipe\n(.bb file) unless otherwise stated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstack-tee%2Fmeta-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdstack-tee%2Fmeta-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstack-tee%2Fmeta-security/lists"}