1 2 3 4 5 6 7 8 | sysctl: permission denied on key 'kernel.printk_ratelimit' = Seccomp = Time: Jan 15 19:12:58 Log: auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1142 comm="gopasted" exe="/snaps/gopaste.sideload/IKNPLdMMXNPK/bin/gopasted" sig=31 arch=c000003e 93(fchown) compat=0 ip=0x7f801d9a9467 code=0x0 Syscall: fchown Suggestions: * don't copy ownership of files (eg, use 'cp -r --preserve=mode' instead of 'cp -a') * adjust program to not use 'fchown' |