diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/fstab.conf | 4 | ||||
-rw-r--r-- | config/main.conf | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/fstab.conf b/config/fstab.conf new file mode 100644 index 0000000..903906d --- /dev/null +++ b/config/fstab.conf @@ -0,0 +1,4 @@ +# Static information about the filesystems. +# See fstab(5) for details. + +# <file system> <dir> <type> <options> <dump> <pass> diff --git a/config/main.conf b/config/main.conf new file mode 100644 index 0000000..2acc32f --- /dev/null +++ b/config/main.conf @@ -0,0 +1,5 @@ +# magisk-fstab configuration file + +# Options to be injected into `su -c` calls. +# Typically, `--mount-master` is required for mounts in master namespace. +su_options="--mount-master" |