Description of problem:
Seccomp should be enabled by default in restricted SCC.
$ oc version
Client Version: openshift-clients-4.2.0-201910041700
Server Version: 4.1.20
Kubernetes Version: v1.13.4+520769a
$ oc describe scc restricted | grep Seccomp
Allowed Seccomp Profiles: <none>
$ oc describe scc privileged | grep Seccomp
Allowed Seccomp Profiles: *
Version-Release number of selected component (if applicable):
4.1.Z. Should affect 4.2.z too.
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Not enabled in restricted SCC.
Expected results:
Should be enabled in restricted SCC.
Additional info: