Function audit_isboxd Check if running in the sandbox. Since v1.0 bool audit_isboxd(void) Return Value 🔗 True if called from the sandbox process.Discussion 🔗 This function checks if it is called from the sandbox process and if so, then it returns true. If it is not invoked from the sandbox, then it returns false.