@ax34 Hello, NS is set to N by Xanmod upstream config. You can build it with NS to yes by default if you want or change it in runtime with sysctl CONFIG_USER_NS_UNPRIVILEGED=y
Cheers
| Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-xanmod |
| Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
| Upstream URL: | http://www.xanmod.org/ |
| Licenses: | GPL-2.0-only |
| Submitter: | Yoshi2889 |
| Maintainer: | figue (figuepluto, jfigueras) |
| Last Packager: | figue |
| Votes: | 131 |
| Popularity: | 0.196625 |
| First Submitted: | 2017-02-14 09:40 (UTC) |
| Last Updated: | 2026-05-17 23:27 (UTC) |
« First ‹ Previous 1 .. 40 41 42 43 44 45 46 47 48 49 50 .. 53 Next › Last »
@ax34 Hello, NS is set to N by Xanmod upstream config. You can build it with NS to yes by default if you want or change it in runtime with sysctl CONFIG_USER_NS_UNPRIVILEGED=y
Cheers
Why there is use_ns=n by default? Flatpak needs use_ns=y.
@gaougalos can you see if modprobed-db works?
@catrielmuller thank you. I've fixed in tree without bumping the package. I forced now to grab a fixed commit of that patch. Hopefully it will never change the sum.
@figue can you update the checksum of the "0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch" file, now it's "9c507bdb0062b5b54c6969f7da9ec18b259e06cd26dbe900cfe79a7ffb2713ee" Thank you very much.
Can you add modprobed-db?
@scarleo sorry about that. Fixed. Thanks!
validity check fails for 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch, had to run updpkgsums first, then it passed the check.
@rela good catch. Fixed. Thanks!
PKGBUILD needs changes lines 14 and 16:
Valid microarchitectures are now between 0 to 38 and native is 38.
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: