Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814664 - sys-apps/baselayout: Move /etc/sysctl.d/00protected-links.conf to /usr/lib/sysctl.d
Summary: sys-apps/baselayout: Move /etc/sysctl.d/00protected-links.conf to /usr/lib/sy...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-25 04:12 UTC by anonymous
Modified: 2021-09-25 20:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anonymous 2021-09-25 04:12:16 UTC
/etc/sysctl.d should be reserved for users, and /usr/lib/sysctl.d for gentoo packages.

Files in /etc/sysctl.d can override files in /usr/lib/sysctl.d.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-09-25 19:01:38 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=084c51c67b07562ff0cf0df0774dfaf5978dcffd

commit 084c51c67b07562ff0cf0df0774dfaf5978dcffd
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2021-09-25 18:28:36 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2021-09-25 18:59:42 +0000

    move 00protected-links.conf to /usr/lib/sysctl.d
    
    Bug: https://bugs.gentoo.org/814664
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 Makefile                                                 | 3 ++-
 {etc.Linux => lib.Linux}/sysctl.d/00protected-links.conf | 0
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 2 William Hubbs gentoo-dev 2021-09-25 20:41:39 UTC
The previous commit will be included in baselayout 2.8.

Thanks,

William