gloves 0.5.11

seamless secret manager and handoff
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=gloves periodic verify/reap task

[Service]
Type=oneshot
UMask=0077
ExecStart=%h/.cargo/bin/gloves --root %h/.openclaw/secrets verify
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
ProtectControlGroups=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectSystem=strict
ReadWritePaths=%h/.openclaw/secrets
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
LockPersonality=yes
MemoryDenyWriteExecute=yes