From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7E31158287 for ; Sat, 17 May 2025 16:32:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C1CFE343321 for ; Sat, 17 May 2025 16:32:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6F8EA11047D; Sat, 17 May 2025 16:32:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 65A1B11047D for ; Sat, 17 May 2025 16:32:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A431343306 for ; Sat, 17 May 2025 16:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A32B1E64 for ; Sat, 17 May 2025 16:32:43 +0000 (UTC) From: "Skyler Mäntysaari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Skyler Mäntysaari" Message-ID: <1747499537.ad738b72dce3c9274d45bc6fcf7dbc51ed0b3c68.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/1password/1password-8.10.76.ebuild X-VCS-Directories: gui-apps/1password/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Skyler Mäntysaari X-VCS-Revision: ad738b72dce3c9274d45bc6fcf7dbc51ed0b3c68 X-VCS-Branch: dev Date: Sat, 17 May 2025 16:32:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb890c90-82e4-4915-8754-0e83957d76eb X-Archives-Hash: 93720ef61ffa8b6840215bf4dddde6d8 commit: ad738b72dce3c9274d45bc6fcf7dbc51ed0b3c68 Author: Skyler Mäntysaari skym fi> AuthorDate: Sat May 17 16:32:17 2025 +0000 Commit: Skyler Mäntysaari samip fi> CommitDate: Sat May 17 16:32:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad738b72 gui-apps/1password: fix the group Signed-off-by: Skyler Mäntysaari skym.fi> gui-apps/1password/1password-8.10.76.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/1password/1password-8.10.76.ebuild b/gui-apps/1password/1password-8.10.76.ebuild index c522dbf4f..2d65e5b46 100644 --- a/gui-apps/1password/1password-8.10.76.ebuild +++ b/gui-apps/1password/1password-8.10.76.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 arm64" IUSE="policykit cli" DEPEND=" x11-misc/xdg-utils -acct-group/onepassword +acct-group/1password policykit? ( sys-auth/polkit ) cli? ( app-admin/op-cli-bin ) " @@ -65,7 +65,7 @@ pkg_postinst() { chmod 4755 /opt/1Password/chrome-sandbox # This gives no extra permissions to the binary. It only hardens it against environmental tampering. - chgrp onepassword /opt/1Password/1Password-BrowserSupport + chgrp 1password /opt/1Password/1Password-BrowserSupport chmod g+s /opt/1Password/1Password-BrowserSupport xdg_pkg_postinst