GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
himitsu.ini(5) FreeBSD File Formats Manual himitsu.ini(5)

himitsu.ini - configuration file for himitsu(7)

The Himitsu configuration file is an INI file. Each set of options is grouped into sections, which are indicated by the section name surrounded by square brackets (e.g. [himitsud]) on a line. Following each section, a set of key/value pairs belonging to that section are provided. The keys are separated from the values by an equal symbol (=).

The default configuration file is installed by himitsu-store(1).

The set of configuration parameters recognized by the Himitsu distribution are specified below. Third-party software providing Himitsu integrations are encouraged to configure themselves using this file. Any sections or keys which are not understood by any particular application will be disregarded.

himitsud(1)-related options are placed into the [himitsud] section. The available options are:

notify-reuse

An optional shell command to run when a client uses a "remembered" consent. The "query" shell variable is set to the query which was used. For example, to show a dbus notification with notify-send(1) whenever a remembered query is used:

[himitsud]
notify-reuse=notify-send "Himitsu key access" "$query"

The notify-reuse command is expanded with wordexp(3) before being executed, and both the expansion and the notify command are run with the same credentials as himitsud(1).

prompter

Configure the path to the prompter executable which will be used to interact with the user for consent requests and key store unlock operations. See himitsu-prompter(5) for a description of the protocol which should be implemented by this executable.

himitsu(7)

Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other contributors. Up-to-date source code can be found at https://git.sr.ht/~sircmpwn/himitsu, and bugs/patches can be submitted by email to ~sircmpwn/himitsu-devel@lists.sr.ht.

2026-06-13

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.