https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269934
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: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
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?
--
You are receiving this mail because:
You are the assignee for the bug.