Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 0/2] allow acct-user home directories in /home
Date: Mon, 20 Jan 2020 14:21:01
Message-Id: d3732f3e-046c-f56f-b6e4-5cbec73797df@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 0/2] allow acct-user home directories in /home by Ulrich Mueller
1 On 1/20/20 2:02 AM, Ulrich Mueller wrote:
2 >>>>>> On Mon, 20 Jan 2020, Michael Orlitzky wrote:
3 >
4 >> install-qa-check.d: allow acct-user home directories under /home.
5 >
6 > Nope. As you've been told, /home is site specific and can be setup in
7 > multiple ways that are incompatible with the package manager installing
8 > things there (the only exception being baselayout creating the directory
9 > itself).
10
11 I haven't been given a single technical reason why using /home would
12 cause a problem. What specific incompatibilities are you talking about?
13
14
15 > Quoting FHS-3.0 again:
16 >
17 > | On large systems (especially when the /home directories are shared
18 > | amongst many hosts using NFS) it is useful to subdivide user home
19 > | directories. Subdivision may be accomplished by using subdirectories
20 > | such as /home/staff, /home/guests, /home/students, etc.
21 >
22 > So, how are you going to detect if such a scheme is used on the system,
23 > and in which subdirectory the amavis user should be placed?
24
25 The same way we detect that scheme before setting a home directory to
26 /var/lib/whatever, which you may notice, is not under /home/guests or
27 anything like that. Does this cause a real technical problem, or is it
28 just more FUD?
29
30
31 > I also wonder why you would send this patch, when there wasn't a single
32 > voice supporting your proposition in the other thread and several
33 > opposing ones.
34
35 I don't want to just complain without offering a solution.
36
37 No one has pointed out any problems with it.
38
39 This stuff is already in /home, and I'd like to get off user.eclass
40 without introducing a new QA warning for a keepdir file.

Replies