Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deb/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
"clone3"
],
"action": "SCMP_ACT_ERRNO",
"errnoRet": 38,
"errnoRet": 95,
"excludes": {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this was a bit too naive of course; I thought "let's try change the default", but that means missing syscalls (not defined in the profile) will probably get ENOSYS as well;

pkg-buildpackage: info: source changed by Docker <[email protected]>
 dpkg-source -I.git --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with=bash-completion
make: dpkg-parsechangelog: Operation not permitted
make: dh: Operation not permitted
make: *** [debian/rules:121: clean] Error 127
dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2
make[1]: *** [Makefile:85: ubuntu-jammy] Error 2
make[1]: Leaving directory '/home/runner/work/docker-ce-packaging/docker-ce-packaging/deb'
make: *** [Makefile:83: ubuntu-jammy] Error 2
Error: Process completed with exit code 2.

"caps": [
"CAP_SYS_ADMIN"
Expand Down