You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update seccomp documentation with Podman example link
Replace outdated TODO comment with accurate information about runc's seccomp support.
Add reference to Podman's default seccomp profile as an example.
This provides users with a practical starting point for creating
custom seccomp configurations.
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
*TODO: seccomp work is being done to find a good default config*
370
+
*Seccomp filtering is supported, users can provide their own seccomp profile*
371
+
372
+
**Example seccomp profile:**
373
+
An example seccomp profile based on Podman's default configuration is available at:https://github.com/containers/common/blob/main/pkg/seccomp/seccomp.json
374
+
375
+
This profile can be used as a starting point for creating custom seccomp configurations.
0 commit comments