Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 18, 2024
1 parent 61d9a2c commit ed678c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/baseprofile-runc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
names:
- arch_prctl
- brk
- getpid
- exit_group
- getpid
- getuid
- mmap
- mprotect
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/e2e-apparmor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
containers:
- name: $pod_name
image: alpine:3
command: ["/bin/sh", "-c", "touch /tmp/foo && sleep $sleep_interval"]
command: ["sleep", "$sleep_interval"]
EOT

if [[ -n "$apparmor_profile" ]]; then
Expand Down

0 comments on commit ed678c9

Please sign in to comment.