Arcane OS Docs Development only

Reference

Arcane.permissions

Effective permission and capability status.

  • Reference

This focused page is derived from the mechanically checked full member inventory.

Syntax

Arcane.permissions

Member kind

Namespace

Description

Effective permission and capability status.

Overview

Arcane.permissions reports effective elevation and permission status exposed by the native host. It helps explain whether an operation may require operating- system authorization, but it does not itself approve or perform that operation.

Availability and security

permissions.status requires system.read. Permission status can change, and every privileged method still rechecks its own policy and operating-system boundary when invoked.

Example

const access = await globalThis.Arcane.capabilities.list();
const canReadPermissions = access.methods.includes('permissions.status');

console.log('Permission status admitted:', canReadPermissions);

Members

Reference group

Namespace, constructor, and values

Repository and reviewed source access