diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2022-06-05 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2024-08-11 02:00:00 +0200 |
commit | 39471f2627bd63df0e9af02a46e5dda60e233ffc (patch) | |
tree | 0890fa3d313cad97eae7a3aebf93e973a8f44fdf /gnu/local.mk | |
parent | 902b15b24d6ea2a1e255b88dff7670e8a95cb9a9 (diff) |
system: Add (gnu system privilege).
* gnu/system/privilege.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 91cc679b7d..86ff662efa 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -771,6 +771,7 @@ GNU_SYSTEM_MODULES = \ %D%/system/mapped-devices.scm \ %D%/system/nss.scm \ %D%/system/pam.scm \ + %D%/system/privilege.scm \ %D%/system/setuid.scm \ %D%/system/shadow.scm \ %D%/system/uuid.scm \ |