From fde1d802203869236ae5678082626cca55f1f50d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Jan 2025 21:07:06 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4a00228 --- /dev/null +++ b/README @@ -0,0 +1,42 @@ +NAME + nokeyrings - Spawn a new program and hide the user's keyrings from it + +SYNOPSIS + nokeyrings utility [argument] ... + +DESCRIPTION + The nokeyrings utility runs a specified utility, but mounts + /var/empty over ~/.local/share/keyrings, if both directories + exist, (failure is ignored) for that process and its children, + effectively hiding the + user's keyrings. + +OPTIONS + No options are supported. + +OPERANDS + The following operands are supported: + + utility + The name of the utility to be invoked. + + argument + A string to pass as an argument for the invoked utility. + +EXIT STATUS + If utility is invoked, the exit status of nokeyrings is the exit + status of utility; otherwise, the nokeyrings utility exits with + one of the following values: + + 125 An error occurred in the nokeyrings utility. + + 126 The utility specified by utility was found but could + not be invoked. + + 127 The utility sspecified by utility could not be found. + +RATIONALE + The nokeyrings utility can be used as a wrapper around programs + that nags the user about entering his password to access a + keyring, if he does it use it but the keyring is tightly + integrated into the OS distribution and cannot easily be removed. -- cgit v1.2.3-70-g09d2