forked from images/live-iso-gnome
try disabling sscecomp
This commit is contained in:
parent
64eb801e1c
commit
9ef074d5f3
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
|||||||
4
|
5
|
||||||
|
2
.github/workflows/push-iso.yml
vendored
2
.github/workflows/push-iso.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /proc:/proc
|
- /proc:/proc
|
||||||
options: --privileged -it --security-opt seccomp=unconfined
|
options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Some essentials
|
- name: Install Some essentials
|
||||||
|
Loading…
Reference in New Issue
Block a user