aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/sysctl.scm
AgeCommit message (Expand)Author
2021-03-31services: sysctl: Export <sysctl-configuration> record field accessors....* gnu/services/sysctl.scm (sysctl-configuration-sysctl) (sysctl-configuration-settings): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org> muradm
2021-03-18services: Enable "protected hardlinks" and "protected symlinks" by default....References: https://sysctl-explorer.net/fs/protected_hardlinks/ https://sysctl-explorer.net/fs/protected_symlinks/ * gnu/services/sysctl.scm (%default-sysctl-settings): New public variable. (<sysctl-configuration>): Use %default-sysctl-settings as the default value. * gnu/services/base.scm (%base-services): Add sysctl-service-type. * doc/guix.texi (Miscellaneous Services): Document the new defaults. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Leo Famulari
2019-11-20services: sysctl: Make service one-shot....* gnu/services/sysctl.scm (sysctl-shepherd-service): Adjust shepherd service to use the 'one-shot?' keyword. Remove 'stop' command. Remove 'respawn' option. Efraim Flashner
2017-07-18services: sysctl: Fix typo....* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'. 宋文武
2017-07-04services: Add 'sysctl-service-type'....* gnu/services/sysctl.scm: New file. * doc/guix.texi (Miscellaneous Services): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. 宋文武
nt 2021-08-31gnu: android-ext4-utils: Fix build....* gnu/packages/android.scm (android-ext4-utils)[arguments]: Use gexp for 'make-flags'. Update 'unpack-core' phase. Guillaume Le Vaillant 2021-08-31gnu: adb: Fix build....* gnu/packages/android.scm (adb)[arguments]: Use gexp for 'make-flags". Guillaume Le Vaillant 2021-07-27gnu: adb: Make compatible with OpenSSL 1.1....OpenSSL version 1.1 brought some API changes which broke the build here, fix that by accessing rsa->n (and e) directly, using RSA_get0_key instead. * gnu/packages/patches/adb-libssl_11-compatibility.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/android.scm (android-platform-system-core)[origin]: Use it. (adb)[inputs]: Replace openssl-1.0 with openssl. Giovanni Biscuolo 2021-02-01gnu: enjarify: Do not alter PYTHONPATH....* gnu/packages/android.scm (enjarify): Do not alter PYTHONPATH. Maxim Cournoyer 2020-09-10gnu: Add fdroidcl....* gnu/packages/android (fdroidcl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sergey Trofimov 2020-09-05gnu: python-docker-py: Rename to python-docker....This is a follow-up to commit 3146b6da6dd3124f8693f48a9ed7ff8208324e23. * gnu/packages/docker.scm (python-docker-py): Rename to... (python-docker): ...this. (docker-compose): Adjust inputs. * gnu/packages/android.scm (fdroidserver): Adjust inputs. Andreas Enge 2020-08-28gnu: fdroidserver: Update to 1.1.9....* gnu/packages/android.scm (fdroidserver): Update to 1.1.9. Andreas Enge 2020-08-28gnu: fdroidserver: Have the package compile with current inputs....* gnu/packages/android.scm (fdroidserver)[arguments]: Accept higher versions of python-docker-py as required in setup.py. Andreas Enge 2020-08-11gnu: android-liblog: Install headers....* gnu/packages/android.scm (android-liblog): Install headers in a new phase. Julien Lepiller 2020-08-09gnu: android-udev-rules: Update to 20200613....* gnu/packages/android.scm (android-udev-rules): Update to 20200613. Tobias Geerinckx-Rice 2020-08-07gnu: android: Export android-platform-system-core....* gnu/packages/android.scm (android-platform-system-core): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Denis 'GNUtoo' Carikli 2020-08-07gnu: android: Export android-platform-version....* gnu/packages/android.scm (android-platform-version): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Denis 'GNUtoo' Carikli 2020-08-03gnu: android: Export android-liblog....* gnu/packages/android.scm (android-liblog): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Denis 'GNUtoo' Carikli 2020-08-03gnu: android: Export android-libcutils....* gnu/packages/android.scm (android-libcutils): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Denis 'GNUtoo' Carikli