From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yF8XL1uCGmN78gAAbAwnHQ (envelope-from ) for ; Fri, 09 Sep 2022 02:01:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id AA43LluCGmNEsgAAG6o9tA (envelope-from ) for ; Fri, 09 Sep 2022 02:01:31 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 65E91AF5E for ; Fri, 9 Sep 2022 02:01:31 +0200 (CEST) Received: from localhost ([::1]:50794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWRSc-0005EU-Jc for larch@yhetil.org; Thu, 08 Sep 2022 20:01:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWRSL-0005EC-HV for help-guix@gnu.org; Thu, 08 Sep 2022 20:01:13 -0400 Received: from mail-yb1-xb36.google.com ([2607:f8b0:4864:20::b36]:40593) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oWRSJ-0000SJ-S0 for help-guix@gnu.org; Thu, 08 Sep 2022 20:01:13 -0400 Received: by mail-yb1-xb36.google.com with SMTP id f131so350281ybf.7 for ; Thu, 08 Sep 2022 17:01:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :mime-version:from:to:cc:subject:date; bh=J8c/Qf7l6AOcRKsRyNTJu+Knvh21Ota87HQZnYZ+ICM=; b=bOvpKNfU+RiNIXfNAyNp713DAqZkTtAYUXMfaLFj56vvpFE6o8FdYcuukthC8u/u+w uQ85OYjV2T9R7G1+t/ERruuMVhVXr1Y1AFYqEFhhEIQ0fcLpmQ2qog5seuyGCHg/PLRz cyxwJGmyhVDhJojmjFdj2eRtxFYOr/M1cUvCuSu35AMg7DoRqIItwgly2j9gxXDl8KdS 6NF7CWiLYUn+kxaB66zIX49jTaVHcWMlW4IMkBF1o0el9jWawbbhxiZGblUf+cYOJJLy KobM/Wo3XTrhsEweOebiLILl8BBkTj8LqZvsq4SHHpw8Avro4yTnSFpCxfbz7slv030J WZ0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=J8c/Qf7l6AOcRKsRyNTJu+Knvh21Ota87HQZnYZ+ICM=; b=p9Ht23A5REZTHOOzaHxciUgPY6ix9hEAJ3WoLN7vP6kEPZKpmjDbmRwjbEDdHldb3U xkcqdHi62l4sU+iV/Ggnwcp5ihMR2fR1RZ5KaYHFRgLX2pesq1E2BY4Mk1xcogk1HG1x 1gshfqzZDeJW4OKGL51q+JWipUQh+PqhD2wYSQdM0+KCajvcz7Cf5Gadx6aSRVEyYNSg lG/1IYooz4RsbZNU3bewtZEZZbr7tP04YvRL4FtOcJ+MHi29Ff9OOCg/VnnFouGBiVh5 u4cioO1mX0iO9eYMakGoV6WbZpyiaDm+2d6cYaKUaHz5h6CMbvfV3yKlvaHG5gv0qzt5 2Q9g== X-Gm-Message-State: ACgBeo3F2NVseFF1+ShISx/Wgwyag5EDRjVTXvvTAluwZZwJmMQW2z8e eNjPhnUfSPjY07dGsdXW7aopFlFIuZ7Swo9zan9c8UKuMaXeRg== X-Google-Smtp-Source: AA6agR7MXGqcYpegEL6e3Vvr5p4jG/y6me1nU0GiuyczwXXdwpnNCmAIR0t6JHY3ay4Tt5iD2T5f29dy8e29HSsG22Q= X-Received: by 2002:a25:23d4:0:b0:6a9:3cce:f811 with SMTP id j203-20020a2523d4000000b006a93ccef811mr10365248ybj.193.1662681669887; Thu, 08 Sep 2022 17:01:09 -0700 (PDT) MIME-Version: 1.0 From: Nathan Dehnel Date: Thu, 8 Sep 2022 19:00:59 -0500 Message-ID: Subject: How to grant a program permission to access /run/dbus/system_bus_socket To: help-guix@gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2607:f8b0:4864:20::b36; envelope-from=ncdehnel@gmail.com; helo=mail-yb1-xb36.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662681691; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=J8c/Qf7l6AOcRKsRyNTJu+Knvh21Ota87HQZnYZ+ICM=; b=NlBKpaac198/NczoLT8oLMpnjALFfYdsT4IuwB04H5nPZGeQpykZng5QY3UleDpvIfiKvb wLIVtAB/dOi1U+YbYc0Q/C00EG4YebaEJzNZ4SmykKlm9vdNrmUFdTUcC83lpgsmDGoWlu /QcPdI9yCYeucTwR69jLFZPkf/sFhdXJCcEnT+S5pnKgqHPta7u3vBezdg7wrHSQhwWF3i D8RzhZ1wLmdp9Ailq724MmxPJ+VXvVKMJWwDF2Ae9utR1u2doFXECJur6DLA491jV4CRTG bhtu3Ro5368Pu3/thE1wZTOvwxRHLhzdVH0S7oxW8m3G8yxD8f/mFUd5r/+vXg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662681691; a=rsa-sha256; cv=none; b=G/e+yrqDE3J4oD5Q0b2n9y6KL5EzFOTlTszTWFJKO8IQ3VVeUAU2Xua0l7pYWpMGLQkufS hLtp+pbFJxfj79lfWdcfsJ1gUdQN0BzuwSKiZa/z2sL4NxA/ip8Qd+v1JXVoCyjbo2lwWc vxilQALdZMaF6jnyt9ri7cZc77juiADMA2wlIjtB/Iks7WPoeGZ/e58k7WHcM3ApwJhkB+ yxpi+Bmw+Vbi8Q78p3Qcr1bcOn66lhMWPCrMnXq3bDfl4KJboyrgTuPazk5bv+xa8+yDJH OxUI8Zfk+BEUJlDSCzQnMpJJnJV8K88iV6dQwMmLqeJX7xAan9JQD+3qYFUQ7Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=bOvpKNfU; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.79 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=bOvpKNfU; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 65E91AF5E X-Spam-Score: -3.79 X-Migadu-Scanner: scn1.migadu.com X-TUID: yZPQh+wMhcL7 nathan@guixlaptop ~/guix-configs $ nixGLIntel bitwarden Fontconfig error: Cannot load default config file: No such file: (null) (node:27126) DeprecationWarning: file property is deprecated and will be removed in v5. (Use `bitwarden --trace-deprecation ...` to show where the warning was crea= ted) Fontconfig error: Cannot load default config file: No such file: (null) [27126:0908/182240.112106:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Permission denied [27126:0908/182240.112150:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Permission denied [27126:0908/182240.147940:ERROR:platform_font_skia.cc(246)] Could not find any font: Sans, sans. Falling back to the default [27126:0908/182240.194552:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Permission denied [27126:0908/182240.194584:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Permission denied [27126:0908/182240.194599:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Permission denied 18:23:06.071 =E2=80=BA TypeError: Object has been destroyed at WindowMain. (/nix/store/sfi1jv9vxlhh6rpxs6dnf6rc5i0ixg2v-bitwarden-2022.8.1/opt/Bitward= en/resources/app.asar/main.js:49732:36) at Generator.next () at /nix/store/sfi1jv9vxlhh6rpxs6dnf6rc5i0ixg2v-bitwarden-2022.8.1/opt/B= itwarden/resources/app.asar/main.js:49546:71 at new Promise () at window_main_awaiter (/nix/store/sfi1jv9vxlhh6rpxs6dnf6rc5i0ixg2v-bitwarden-2022.8.1/opt/Bitward= en/resources/app.asar/main.js:49542:12) at WindowMain.updateWindowState (/nix/store/sfi1jv9vxlhh6rpxs6dnf6rc5i0ixg2v-bitwarden-2022.8.1/opt/Bitward= en/resources/app.asar/main.js:49727:16) at WindowMain. (/nix/store/sfi1jv9vxlhh6rpxs6dnf6rc5i0ixg2v-bitwarden-2022.8.1/opt/Bitward= en/resources/app.asar/main.js:49681:28) at Generator.next () at /nix/store/sfi1jv9vxlhh6rpxs6dnf6rc5i0ixg2v-bitwarden-2022.8.1/opt/B= itwarden/resources/app.asar/main.js:49546:71 at new Promise () Chowning the /run/dbus/system_bus_socket might break something and would be overwritten anyways. What's the Best Practices=E2=84=A2 way to fix this?