[tor-dev] Re: can tor use secondary groups to read FamilyKeyDirectory?

2025-04-08 Thread nusenu via tor-dev
I added this as: https://gitlab.torproject.org/tpo/core/tor/-/issues/41046 kind regards, nusenu -- https://nusenu.github.io ___ tor-dev mailing list -- tor-dev@lists.torproject.org To unsubscribe send an email to tor-dev-le...@lists.torproject.org

[tor-dev] Re: can tor use secondary groups to read FamilyKeyDirectory?

2025-04-08 Thread Roger Dingledine via tor-dev
On Tue, Apr 08, 2025 at 08:32:24AM -0400, Nick Mathewson via tor-dev wrote: > > Is tor able to use secondary groups? > > Hm. In src/lib/process.setuid.c, it looks like we're only calling > setgroups() with a single gid from the password database, not with any > additional groups. So I don't think

[tor-dev] Call for comments on proposals 346, 354, and 358.

2025-04-08 Thread Nick Mathewson via tor-dev
Hi, all! We're hoping to implement these proposals soon: https://spec.torproject.org/proposals/346-protovers-again.html https://spec.torproject.org/proposals/354-relaxed-restrictions.html https://spec.torproject.org/proposals/358-unified-handshake-extensions.html Barring major objections, we're

[tor-dev] Re: can tor use secondary groups to read FamilyKeyDirectory?

2025-04-08 Thread Nick Mathewson via tor-dev
On Thu, Apr 3, 2025 at 6:29 PM nusenu via tor-dev wrote: > > Hi, > > given the following example, tor fails to access the familykeydir folder. > > familykeydir has the following permissions: > > drwxr-x--- 2 root tor_reader > > id _tor > uid=996(_tor) gid=993(_tor) groups=993(_tor),994(tor_reader)