1<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE policyconfig PUBLIC
4 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
5 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
6
7<policyconfig>
8  <vendor>The Udisks Project</vendor>
9  <vendor_url>https://github.com/storaged-project/udisks</vendor_url>
10  <icon_name>drive-removable-media</icon_name>
11
12  <action id="org.freedesktop.udisks2.bcache.manage-bcache">
13    <description>Manage Bcache</description>
14    <message>Authentication is required to manage Bcache</message>
15    <defaults>
16      <allow_any>auth_admin</allow_any>
17      <allow_inactive>auth_admin</allow_inactive>
18      <allow_active>auth_admin_keep</allow_active>
19    </defaults>
20  </action>
21
22</policyconfig>
23