惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
有赞技术团队
有赞技术团队
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
博客园_首页
Y
Y Combinator Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
雷峰网
雷峰网
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Help Net Security
P
Proofpoint News Feed
B
Blog
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
[Solved] proper name for shipped sysusers & tmpfiles / Ne...
loqs · 2026-06-16 · via Arch Linux Forums

#1 Today 16:03:15

feinedsquirrel
Member
Registered: 2020-12-11
Posts: 45

[Solved] proper name for shipped sysusers & tmpfiles

I've been poking around and found this reversion:

https://gitlab.archlinux.org/archlinux/ … ca65549883

I'm curious as to what "reuse complian[ce]" is? Additionally, are there guidelines published somewhere on what the packaged names of included files should be? I haven't found anything regarding the sysusers or tmpfiles.

edit: spelling

Last edited by feinedsquirrel (Today 16:25:20)

#2 Today 16:16:38

loqs
Member
Registered: 2014-03-06
Posts: 18,913

Re: [Solved] proper name for shipped sysusers & tmpfiles

feinedsquirrel wrote:

I'm curious as to what "reuse complian[ce]" is?

The official site is https://reuse.software/ and compliance can be check with `reuse lint` provided by reuse.

feinedsquirrel wrote:

Additionally, are there guidelines published somewhere on what the packaged names of included files should be? I haven't found anything regarding the sysusers or tmpfiles.

The default `REUSE.toml` for a PKGBUILD as provided by `pkgctl license setup` includes:

    "*.sysusers",
    "*.tmpfiles",

I do not know of any official guidelines.

#3 Today 16:26:55

feinedsquirrel
Member
Registered: 2020-12-11
Posts: 45

Re: [Solved] proper name for shipped sysusers & tmpfiles

I've not used license setup. This is good to know. Thanks!