The
canister_inspect_message
is not invoked for query calls, inter-canister calls or calls to the management canister.
Suppose I check the permission through the inspect message in a function of my canister, such as requiring the caller to be a specific Principal. So calling my canister from any other canister will pass the check?