Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-emulation (Nobody)
<emulat...@freebsd.org> for maintainer-feedback:
Bug 269934: emulators/qemu-user-static does not support capability mode system
calls
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269934



--- Description ---
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?

Reply via email to