Date: Fri, 03 Mar 2023 08:26:12 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 269934] emulators/qemu-user-static does not support capability mode system calls Message-ID: <bug-269934-4077@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269934 Bug ID: 269934 Summary: emulators/qemu-user-static does not support capability mode system calls Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: emulation@FreeBSD.org Reporter: delphij@FreeBSD.org Assignee: emulation@FreeBSD.org Flags: maintainer-feedback?(emulation@FreeBSD.org) Prompted by bug #269185 . Currently, cap_enter would return ENOSYS, e.g. in bsd-user/freebsd/os-proc.= h: /* cap_enter(2) */ static inline abi_long do_freebsd_cap_enter(void) { qemu_log("qemu: Unsupported syscall cap_enter()\n"); return -TARGET_ENOSYS; } can the capability mode system calls be supported? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269934-4077>