fix: op not permitted in self-hosted runner (#359)

In self hosted runners in fedora with SELinux enabled,
it sometimes gives a random error
```
Error: lsetxattr /var/run/docker.sock: operation not permitted

Error: The process '/usr/bin/docker' failed with exit code 126
```

This seems to happen with docker.sock which is a link to
/run/podman/podman.sock
looks like lsetxattr is broken for links.
This commit is contained in:
Paul Pacheco
2022-03-23 13:41:57 -05:00
committed by GitHub
parent efa2eddee9
commit 8ed8ccb20c
3 changed files with 4331 additions and 4322 deletions

8649
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long