-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qol-assist: Update to v1.1.0 (sync with git)
**Summary** - Add functionality to remove user from group and delete groups - Add support for removing users from the system - Add support for adding subuids and subgids to users Signed-off-by: Rune Morling <[email protected]>
- Loading branch information
Showing
5 changed files
with
23 additions
and
65 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
packages/q/qol-assist/files/0001-Makefile-Fix-typo-in-USRDIR.patch
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/q/qol-assist/files/0001-core-context-Exclude-root-from-admin-users.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description = """ | ||
Adds subuids and subgids to root and all users, if necessary. | ||
We typically want this to enable support for rootless container like solutions e.g. podman OOTB. The subgid/subuid files will only be created, and the commands adding the ids only run, if they are not already present. After creation, these files should be maintained by shadow. | ||
""" | ||
|
||
[[add-subids]] | ||
group = "users" | ||
range-start = 1000000 | ||
range-end = 1065535 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>qol-assist</Name> | ||
<Homepage>https://github.com/getsolus/qol-assist</Homepage> | ||
<Packager> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Rune Morling</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>Apache-2.0</License> | ||
<PartOf>system.base</PartOf> | ||
|
@@ -23,6 +23,7 @@ | |
<Path fileType="library">/usr/lib/systemd/system/qol-assist-migration.service</Path> | ||
<Path fileType="library">/usr/lib/systemd/system/sysinit.target.wants/qol-assist-migration.service</Path> | ||
<Path fileType="executable">/usr/sbin/qol-assist</Path> | ||
<Path fileType="data">/usr/share/defaults/qol-assist.d/add-subids.toml</Path> | ||
<Path fileType="data">/usr/share/defaults/qol-assist.d/audio_group.toml</Path> | ||
<Path fileType="data">/usr/share/defaults/qol-assist.d/fuse_group.toml</Path> | ||
<Path fileType="data">/usr/share/defaults/qol-assist.d/plugdev_group.toml</Path> | ||
|
@@ -33,12 +34,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="17"> | ||
<Date>2024-04-03</Date> | ||
<Version>0.9.0</Version> | ||
<Update release="18"> | ||
<Date>2024-07-02</Date> | ||
<Version>1.1.0</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Rune Morling</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |