Merge branch 'Kicksecure:master' into ssh-agent-to-allowlist

This commit is contained in:
maybebyte 2025-05-27 20:33:07 +00:00 committed by GitHub
commit c59b2e4bc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 1 deletions

View file

@ -626,7 +626,7 @@ commit_policy() {
else
if ! capsh --print \
| grep --fixed-strings -- "Bounding set" \
| grep --quiet -- "${policy_capability_item}"; then
| grep -- "${policy_capability_item}" >/dev/null; then
log error \
"Capability from config does not exist: '${policy_capability_item}'" \
>&2