is-appstore
Authorisation Right in macOS
The is-appstore
authorization right appears in the following versions of macOS.
macOS 10.9 / 10.10 / 10.11 / 10.12 / 10.13 / 10.14
{
'allow-root' : 'false',
'authenticate-user' : 'false',
'class' : 'user',
'group' : '_appstore',
'session-owner' : 'false',
'shared' : 'true',
'timeout' : '2147483647',
'tries' : '10000'
}
macOS 10.7 / 10.8
{
'authenticate-user' : 'false',
'class' : 'user',
'group' : '_appstore',
'shared' : 'true'
}
See other macOS Authorization Rights.