summaryrefslogtreecommitdiff
path: root/spec/if/acfg/use-devfs-as-base-filesystem.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 09:23:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 12:58:52 +0200
commit518d8c3763f4ab0e3cac33d643b968f5e868e9c4 (patch)
tree63b8ca1334ab7c71956214ab17a81d5bef04aaac /spec/if/acfg/use-devfs-as-base-filesystem.yml
parent813f520674faf874a74fe8cf28423da9a564feb7 (diff)
spec: Move application configuration items
Diffstat (limited to 'spec/if/acfg/use-devfs-as-base-filesystem.yml')
-rw-r--r--spec/if/acfg/use-devfs-as-base-filesystem.yml50
1 files changed, 50 insertions, 0 deletions
diff --git a/spec/if/acfg/use-devfs-as-base-filesystem.yml b/spec/if/acfg/use-devfs-as-base-filesystem.yml
new file mode 100644
index 00000000..c6f25693
--- /dev/null
+++ b/spec/if/acfg/use-devfs-as-base-filesystem.yml
@@ -0,0 +1,50 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: feature-enable
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+description: |
+ In case this configuration option is defined, then an IMFS with a reduced
+ feature set will be the base filesystem (also known as root filesystem).
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-filesystem
+name: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
+notes: |
+ In case this configuration option is defined, then the following
+ configuration options will be defined as well
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_LINK`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_MKNOD_FILE`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_MOUNT`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_READDIR`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_READLINK`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_RENAME`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_RMNOD`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_SYMLINK`,
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_UTIME`, and
+
+ * :ref:`CONFIGURE_IMFS_DISABLE_UNMOUNT`.
+
+ In addition, a simplified path evaluation is enabled. It allows only a look
+ up of absolute paths.
+
+ This configuration of the IMFS is basically a device-only filesystem. It is
+ comparable in functionality to the pseudo-filesystem name space provided
+ before RTEMS release 4.5.0.
+text: ''
+type: interface