From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 29152158042 for ; Thu, 31 Oct 2024 03:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6FAE0824; Thu, 31 Oct 2024 03:42:56 +0000 (UTC) Received: from mail-oa1-x42.google.com (mail-oa1-x42.google.com [IPv6:2001:4860:4864:20::42]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id F373BE07F6 for ; Thu, 31 Oct 2024 03:42:55 +0000 (UTC) Received: by mail-oa1-x42.google.com with SMTP id 586e51a60fabf-288b392b8daso276536fac.2 for ; Wed, 30 Oct 2024 20:42:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1730346175; x=1730950975; darn=lists.gentoo.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=oXK/IXN/gmo9PEoEqFU7fclPJBJaWCV7nSReU7y+g1U=; b=cVAQS1aHlI8YjUva/NQq2cvRBvq8T/8NjlLb+GXHTzgVIXJHGeiaNq2BsJK2r8TOll Mh57lSv6ixbVOJBDR9IK5ZoO1dyO9WtpttdObSzu5HUi5dzWwfqSAMQrO46SzVoXf6KZ pyZLsMljXEAqr3Dty7tEjV9LM+pXymQsjMMITtezrAiJwgc6rYaUN5gI8DVvuGkWJa0i JrEicNahYrkoIcO4kZ9zDHaYuyzg84HtFE8kxt2m7/WtZSum+dx+GytPO4qVzJVWxctt hr2wJ0PradScRQ7LLZu9QIQt7ftHYBGL4YaxXW+Vk6TUlafb/u0eOeixrlRVkM2/TYaP ZwEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730346175; x=1730950975; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=oXK/IXN/gmo9PEoEqFU7fclPJBJaWCV7nSReU7y+g1U=; b=oUe9LWWDVYgfGNMsamZ2lzAeyChgkRq9gpFQfJzA/Yh4VuMyhcB1oD09WTXaDUn4t0 EqvfoT4iReB7/T7/yZz8IC/dEl3HVu4mgFn9myixZ207VsM67zlTDhvinWQ/WRblPg9m c5oy7BFgMw6prubpWWZ/nP+1j89sjUw4xzfO1bViaziuxvphKhiykHPY0JT9cuN6O0ZU Bb1WoinOLghij1pXvu3rxC2p2sdKRei6uMndL+SnDwM54wePo8YWnZV5EWkrT0aZYS7I JwQG1JmyS848z/KFKHeteKfQOPmRwXTWLbEo2HzitunYvwVIBwZAxaFT7cDkrHdqhoWO Ci8w== X-Gm-Message-State: AOJu0YxwGkmQa0VUuKaJpFHdKY7olP22vTGqZhtSzG1zzeqmCSd5mmoU jlHDXj1ePVOUxGU+oAZL1eMX7Yeu+WgDCAPCuNN28XCGnYZmG3F4+bRvcqM7Af+ytcX95O8KTnl XIgtm8k2ed+/IcYqn9CtcnV0Zd0N+KlwO X-Google-Smtp-Source: AGHT+IGl6UM0cHgrhTPc81SCxpMsQSV3hcpSCjp7zQct9/xj9vFFar7z2McUNAWpw5t+Ate2DeqRsBMoF+yScG3Mj44= X-Received: by 2002:a05:6871:811:b0:277:e039:7aef with SMTP id 586e51a60fabf-29051af0830mr15690376fac.8.1730346174955; Wed, 30 Oct 2024 20:42:54 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: William McGonagle Date: Wed, 30 Oct 2024 20:42:44 -0700 Message-ID: Subject: [gentoo-user] Proper overlay permissions To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: fdba77ef-b47d-48b6-898c-161b7c0d18e1 X-Archives-Hash: aa2d0c9c04478e3e93081cebf1027cf9 I want to develop a local overlay on my system, sync it with git, and be able to sign my commits with gpg. How can i set the permissions of my overlay so that I can do this as a regular user securely? Would it be fine to just make me the owner of that directory?