Comment 0 for bug 1626359

Revision history for this message
Olivier Paroz (oparoz) wrote : Cannot authorise quotactl syscall

While debugging a snap I get this security error

```
= Seccomp =
Time: Sep 22 03:54:47
Log: auid=4294967295 uid=0 gid=0 ses=4294967295 pid=12869 comm="transmission-da" exe="/snap/transmission/x1/bin/transmission-daemon" sig=31 arch=c000003e 179(quotactl) compat=0 ip=0x7fa06ab2d3fa code=0x0
Syscall: quotactl
```

There is no workaround given, so I've added a security override, but it doesn't do anything.

```
plugs:
  quotactl:
    command: binary
    security-override:
      syscalls: [quotactl]
```

There doesn't seem to be a ready-made interface loaded at install time which would include that syscall, so I can't find a solution for that problem.