blob: d60a89cb8bf3115bab89df1d9c8a00eae32fe355 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/mate/peripherals/smartcard/removal_action</key>
<applyto>/desktop/mate/peripherals/smartcard/removal_action</applyto>
<owner>mate</owner>
<type>string</type>
<default>none</default>
<locale name="C">
<short>Smartcard removal action</short>
<long>Set this to one of "none", "lock_screen", or "force_logout". The action will
get performed when the smartcard used for log in is removed.</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|