Skip to content

[R4.0] QUBES_GPG_DOMAIN seems to be ignored #3

@rysiekpl

Description

@rysiekpl

Seems like QUBES_GPG_DOMAIN setting is being ignored on QubesOS R4.0. Each time I run gpg2 --list-secret-keys I get a Qubes dialog box asking:

Do you want to allow the following operation?
Select the target domain and confirm with OK.
Source:
Operation: qubes.Gpg2
Target:

Not a huge problem (other than that all works as expected), but kind of annoying.

My .split-gpg2-rc from the client cube:

$ cat .split-gpg2-rc 
# put this file in ~user/.split-gpg2-rc and modify according your needs

#### Settings affecting the client (running gpg2) ####
export QUBES_GPG_DOMAIN=vault

...and from the server cube:

$ cat .split-gpg2-rc 
# put this file in ~user/.split-gpg2-rc and modify according your needs

#### Settings affecting the client (running gpg2) ####
export QUBES_GPG_DOMAIN=vault


##### Settings affecting the server (running gpg-agent) ####
export QUBES_SPLIT_GPG2_PKSIGN_AUTOACCEPT_TIME=no
export QUBES_SPLIT_GPG2_PKDECRYPT_AUTOACCEPT_TIME=300

# to enable verbose notifications comment the folloing line out:
export QUBES_SPLIT_GPG2_VERBOSE_NOTIFICATIONS=yes

Activity

changed the title [-][R4.0] QUBES_GPG_DOMAIN being ignored[/-] [+][R4.0] QUBES_GPG_DOMAIN seems to be ignored[/+] on Feb 11, 2018
DemiMarie

DemiMarie commented on Sep 15, 2021

@DemiMarie

I believe this is expected behavior: one must have

qubes.Gpg2 * ClientQube ServerQube allow

to not be prompted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rysiekpl@DemiMarie

        Issue actions

          [R4.0] QUBES_GPG_DOMAIN seems to be ignored · Issue #3 · HW42/qubes-app-linux-split-gpg2