Skip to content

Instantly share code, notes, and snippets.

View tallclair's full-sized avatar

Tim Allclair tallclair

View GitHub Profile
@tallclair
tallclair / restricted-psp.yaml
Last active March 27, 2025 02:22
Restricted PodSecurityPolicy
apiVersion: extensions/v1beta1
kind: PodSecurityPolicy
metadata:
name: restricted
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default'
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
spec:
@tallclair
tallclair / diff.txt
Created September 25, 2017 22:55
Base package changes from jessie to stretch
$ diff -y -W 80 -t jessie.txt stretch.txt
acl <
adduser adduser
apt apt
base-files base-files
base-passwd base-passwd
bash bash
bsdutils bsdutils
coreutils coreutils
dash dash