Comment 3 for bug 1592022

Revision history for this message
Geoff Teale (tealeg) wrote :

Currently every program compiled with the version of SBCL (Steel Bank Common Lisp) that ships with Ubuntu 16.04 amd64 falls foul of this problem when you try to run it in a confined snap. This, of course, might be considered a problem with SBCL, but I thought I should raise it anyway. For what it's worth the dmesg output looks like this:

[24387.111897] audit: type=1326 audit(1470036026.101:49): auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=16056 comm="hello" exe="/snap/hello/x1/hello" sig=31 arch=c000003e syscall=135 compat=0 ip=0x7fe4a065fea7 code=0x0

I'm going to see if there's a way to compile sbcl from source that doesn't do this.