summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/config_show.json8
-rw-r--r--install/ui/test/data/ipa_init.json1
2 files changed, 9 insertions, 0 deletions
diff --git a/install/ui/test/data/config_show.json b/install/ui/test/data/config_show.json
index 1b6d5941..be3edc2d 100644
--- a/install/ui/test/data/config_show.json
+++ b/install/ui/test/data/config_show.json
@@ -20,6 +20,8 @@
"ipapwdexpadvnotify": "rscwo",
"ipasearchrecordslimit": "rscwo",
"ipasearchtimelimit": "rscwo",
+ "ipaselinuxusermapdefault": "rscwo",
+ "ipaselinuxusermaporder": "rscwo",
"ipauserobjectclasses": "rscwo",
"ipausersearchfields": "rscwo",
"nsaccountlock": "rscwo",
@@ -72,6 +74,12 @@
"ipasearchtimelimit": [
"2"
],
+ "ipaselinuxusermapdefault": [
+ "guest_u:s0"
+ ],
+ "ipaselinuxusermaporder": [
+ "guest_u:s0$xguest_u:s0$user_u:s0-s0:c0.c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023"
+ ],
"ipauserobjectclasses": [
"top",
"person",
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 740307f7..267ab5c9 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -179,6 +179,7 @@
"config": {
"group": "Group Options",
"search": "Search Options",
+ "selinux": "SELinux Options",
"user": "User Options"
},
"delegation": {},