Skip to content

Commit

Permalink
security-context patch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Dec 18, 2024
1 parent 9cbab54 commit df7997d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sync/patches/security-context/000-security-context.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ index 039ed6f..810dabd 100644
+ readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
ports:
ports:
2 changes: 1 addition & 1 deletion sync/patches/security-context/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cd "${repo_dir}"
readonly script_dir_rel=".${script_dir#"${repo_dir}"}"

set -x
# git apply "${script_dir_rel}/000-pss-comply.patch"
git apply "${script_dir_rel}/000-security-context.patch"

{ set +x; } 2>/dev/null

0 comments on commit df7997d

Please sign in to comment.