Date: Mon, 26 Apr 2021 17:16:14 +0300 From: =?UTF-8?Q?Ionu=C8=9B_Mihalache?= <ionut.mihalache1506@gmail.com> To: freebsd-hackers@freebsd.org Subject: cap_sysctlbyname for hw.vmm.destroy Message-ID: <CAOxbktY6GZY2rfyYMoTquyn04rM2GB5S2opAF1gDxh2177frLg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I am working on adding capsicum support for the bhyve snapshot feature. At the end of the suspend process, the guest should be destroyed and the code handles this part with a sysctlbyname call which is not working in capability mode. I don't know what is the problem but even when using cap_sysctlbyname I still get the same error code (EPERM). I tried the example from the documentation aswell [1] and still the same error code. What could be the problem? I have a FreeBSD13 host and a FreeBSD13 guest. [1] - https://www.freebsd.org/cgi/man.cgi?query=cap_sysctl&apropos=0&sektion=0&manpath=FreeBSD+13-current&arch=default&format=html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOxbktY6GZY2rfyYMoTquyn04rM2GB5S2opAF1gDxh2177frLg>