From 57cba2c95a2e51f6141492f7b152d85fbcf9e765 Mon Sep 17 00:00:00 2001 From: Ali Mirjamali Date: Sun, 3 Nov 2024 12:35:57 +0330 Subject: [PATCH] Dedicate `user-`, `custom-` & `dev-` prefixes Allocating `user-*`, `custom-*` and `dev-*` feature prefixes to end users. resolves: https://github.com/QubesOS/qubes-issues/issues/9557 --- doc/manpages/qvm-features.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/manpages/qvm-features.rst b/doc/manpages/qvm-features.rst index 29cf35de..458136c2 100644 --- a/doc/manpages/qvm-features.rst +++ b/doc/manpages/qvm-features.rst @@ -341,6 +341,12 @@ Boot the HVM qube via UEFI boot, instead of legacy one. Support for this boot mode is experimental and may not work in all the cases. It is ignored for non-HVM qubes. +Custom and user specific features +--------------------------------- + +Features with `user-`, `custom-` and `dev-` prefixes are dedicated to end users +and are guarantied to never be used for Qubes OS future internal features. + Authors -------