Sign in
third-party-mirror
/
brltty
/
refs/heads/master
/
.
/
Authorization
/
Polkit
/
rules
blob: c2aef8488c5f62fb71234b7af090a199b1e3dc5f [
file
] [
log
] [
blame
] [
edit
]
polkit
.
addRule
(
function
(
action
,
subject
)
{
if
(
action
.
id
==
"org.a11y.brlapi.write-display"
)
{
if
(
subject
.
isInGroup
(
"brlapi"
))
{
return
polkit
.
Result
.
YES
;
}
}
});