Skip to content
  • David Zeuthen's avatar
    load and choose what backend to use; also write a simple null backend · 21e21e97
    David Zeuthen authored
    The thinking is that if someone wants to turn off PolicyKit, they
    simply drop a file /etc/polkit-1/nullbackend.conf.d/99-i-hate-polkit.conf
    with the contents
    
    [Configuration]
    priority=1000
    
    This also provides a good cut-n-paste template / example etc. of how
    to implement a PolicyKit backend.
    21e21e97