From a2d4ba715fb6bf4b42f979410b539ca01bd956aa Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Thu, 13 May 2021 13:07:42 +0200 Subject: [PATCH] Extend information gathered by image-info tool This is a preparation for defining EC2 images for RHEL-8.5.0. These extensions to image-info tool represent modifications done to the official EC2 images currently produced as RHEL release. It is important to be able to analyse these aspects of images, before we define them in osbuild-composer, to ensure that the resulting images will be consistent with the current state. - Read non-empty lines from /etc/hosts file and add them to the report. - Read content of /etc/machine-id and add it to the report. - Read uncommented key/values from /etc/systemd/logind.conf and add them to the report. - Read all ifcfg-* files from /etc/sysconfig/network-scripts/ and add their values to the report. - Read content of /etc/locale.conf and add it to the report. - Read SELinux configuration from /etc/selinux/config and add it to the report. - Inspect the filesystem tree for SELinux context mismatches and add them to the report. - Read configuration files from /etc/modprobe.d/ and for now report only all blacklisted kernel modules. - Read RHSM configuration from /etc/rhsm/rhsm.conf and add it to the report. - Read cloud-init configuration from /etc/cloud/cloud.conf and add it to the report. - Read all *.conf files from /etc/dracut.conf.d/ and add their content to the report. - Read VC and X11 keyboard configuration and add it to the report. - Read specific configuration directives from Chrony configuration and add them to the report. Specifically 'server', 'pool', 'peer' and 'leapsectz'. - Read drop-in configurations for *.service unit files from /etc/systemd/system/ and add them to the report. - Read all configuration files from /etc/tmpfiles.d/ and add them to the report. - Read all configuration files from /etc/sysctl.d/ and add them to the report. - Read the Tuned active profile and profile mode and add them to the report. - Read all configuration files from /etc/security/limits.d and add them to the report. - Read sudoers configuration from /etc/sudoers and files in /etc/sudoers.d/ and add uncommented lines to the report. No sophisticated parsing is done, because the configuration format grammar is too complicated for the purpose of image-info. - Read udev rules configuration files from /etc/udev/rules.d/ and add them to the report. - Read DNF configuration and defined vars and add them to the report. - Read profile ID and enabled features used by authselect. - Enable SELinux, extended attributes and POSIX ACLs support when unpacking 'tar' image type to prevent potential mismatches Regenerate all image test cases to reflect changes in the image-info output. Modify the distro-arch-imagetype-map.json to cover all combinations currently covered by existing image test cases. Add doc strings to all read_* functions. Signed-off-by: Tomas Hozza --- .../manifests/centos_8-aarch64-ami-boot.json | 150 +- .../manifests/centos_8-x86_64-ami-boot.json | 143 + .../centos_8-x86_64-openstack-boot.json | 139 +- .../manifests/centos_8-x86_64-qcow2-boot.json | 186 + .../centos_8-x86_64-qcow2-customize.json | 210 + .../manifests/centos_8-x86_64-tar-boot.json | 137 +- .../manifests/centos_8-x86_64-vhd-boot.json | 143 + .../manifests/centos_8-x86_64-vmdk-boot.json | 61 + .../manifests/fedora_32-aarch64-ami-boot.json | 135 +- .../fedora_32-aarch64-openstack-boot.json | 141 +- .../fedora_32-aarch64-qcow2-boot.json | 173 +- .../manifests/fedora_32-x86_64-ami-boot.json | 133 +- ...dora_32-x86_64-fedora_iot_commit-boot.json | 67 + ...2-x86_64-fedora_iot_commit_debug-boot.json | 67 + .../fedora_32-x86_64-openstack-boot.json | 137 +- .../fedora_32-x86_64-qcow2-boot.json | 137 +- .../fedora_32-x86_64-qcow2-customize.json | 140 +- .../manifests/fedora_32-x86_64-vhd-boot.json | 48 +- .../manifests/fedora_32-x86_64-vmdk-boot.json | 48 +- .../manifests/fedora_33-aarch64-ami-boot.json | 134 + .../manifests/fedora_33-x86_64-ami-boot.json | 134 + ...dora_33-x86_64-fedora_iot_commit-boot.json | 74 + ...3-x86_64-fedora_iot_commit_debug-boot.json | 74 + .../fedora_33-x86_64-openstack-boot.json | 138 +- .../fedora_33-x86_64-qcow2-boot.json | 138 +- .../fedora_33-x86_64-qcow2-customize.json | 143 +- .../manifests/fedora_33-x86_64-vhd-boot.json | 49 + .../manifests/fedora_33-x86_64-vmdk-boot.json | 134 + .../manifests/rhel_8-aarch64-ami-boot.json | 166 +- .../rhel_8-aarch64-openstack-boot.json | 162 +- .../manifests/rhel_8-aarch64-qcow2-boot.json | 170 +- .../rhel_8-aarch64-rhel_edge_commit-boot.json | 9976 ++ .../manifests/rhel_8-aarch64-tar-boot.json | 109 +- .../manifests/rhel_8-ppc64le-qcow2-boot.json | 192 +- .../manifests/rhel_8-ppc64le-tar-boot.json | 109 +- .../manifests/rhel_8-s390x-qcow2-boot.json | 173 +- .../data/manifests/rhel_8-s390x-tar-boot.json | 124962 ++++++++++++++- .../manifests/rhel_8-x86_64-ami-boot.json | 169 + .../rhel_8-x86_64-openstack-boot.json | 165 +- .../manifests/rhel_8-x86_64-qcow2-boot.json | 173 +- .../rhel_8-x86_64-qcow2-customize.json | 171 +- .../rhel_8-x86_64-rhel_edge_commit-boot.json | 66 + ...hel_8-x86_64-rhel_edge_commit_rt-boot.json | 108 + .../manifests/rhel_8-x86_64-tar-boot.json | 116 +- .../manifests/rhel_8-x86_64-vhd-boot.json | 202 + .../manifests/rhel_8-x86_64-vmdk-boot.json | 80 + .../manifests/rhel_84-aarch64-ami-boot.json | 179 + .../rhel_84-aarch64-openstack-boot.json | 175 +- .../manifests/rhel_84-aarch64-qcow2-boot.json | 179 + ...rhel_84-aarch64-rhel_edge_commit-boot.json | 10637 +- ...l_84-aarch64-rhel_edge_container-boot.json | 345 +- .../manifests/rhel_84-aarch64-tar-boot.json | 119 +- .../manifests/rhel_84-ppc64le-qcow2-boot.json | 205 + .../manifests/rhel_84-ppc64le-tar-boot.json | 119 +- .../manifests/rhel_84-s390x-qcow2-boot.json | 184 + .../manifests/rhel_84-x86_64-ami-boot.json | 174 + .../rhel_84-x86_64-openstack-boot.json | 170 +- .../manifests/rhel_84-x86_64-qcow2-boot.json | 174 + .../rhel_84-x86_64-qcow2-customize.json | 196 + .../rhel_84-x86_64-rhel_edge_commit-boot.json | 107 + ...el_84-x86_64-rhel_edge_commit_rt-boot.json | 149 + ...el_84-x86_64-rhel_edge_container-boot.json | 371 +- .../manifests/rhel_84-x86_64-tar-boot.json | 41 + .../manifests/rhel_84-x86_64-vhd-boot.json | 174 + .../manifests/rhel_84-x86_64-vmdk-boot.json | 92 + .../manifests/rhel_90-aarch64-qcow2-boot.json | 176 + .../manifests/rhel_90-ppc64le-qcow2-boot.json | 202 + .../manifests/rhel_90-s390x-qcow2-boot.json | 181 + .../manifests/rhel_90-x86_64-qcow2-boot.json | 176 + tools/image-info | 1329 +- .../distro-arch-imagetype-map.json | 22 +- 71 files changed, 156472 insertions(+), 86 deletions(-) diff --git a/test/data/manifests/centos_8-aarch64-ami-boot.json b/test/data/manifests/centos_8-aarch64-ami-boot.json index 93000f674..c5cc82882 100644 --- a/test/data/manifests/centos_8-aarch64-ami-boot.json +++ b/test/data/manifests/centos_8-aarch64-ami-boot.json @@ -1,7 +1,4 @@ { - "boot": { - "type": "aws" - }, "compose-request": { "distro": "centos-8", "arch": "aarch64", @@ -10104,6 +10101,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.aarch64" @@ -10122,7 +10204,22 @@ "version": "4.18.0-277.el8.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.centos.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "fstab": [ [ "UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", @@ -10183,7 +10280,17 @@ "video:x:39:", "wheel:x:10:" ], - "image-format": "raw", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "image-format": { + "type": "raw" + }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10676,6 +10783,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10744,6 +10869,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/centos_8-x86_64-ami-boot.json b/test/data/manifests/centos_8-x86_64-ami-boot.json index 7df9eaaa6..b1c556096 100644 --- a/test/data/manifests/centos_8-x86_64-ami-boot.json +++ b/test/data/manifests/centos_8-x86_64-ami-boot.json @@ -10250,6 +10250,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.x86_64" @@ -10268,7 +10353,22 @@ "version": "4.18.0-277.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.centos.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "fstab": [ [ "UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", @@ -10329,9 +10429,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10833,6 +10941,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10902,6 +11028,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/centos_8-x86_64-openstack-boot.json b/test/data/manifests/centos_8-x86_64-openstack-boot.json index b08ebe8a9..3b8d803fa 100644 --- a/test/data/manifests/centos_8-x86_64-openstack-boot.json +++ b/test/data/manifests/centos_8-x86_64-openstack-boot.json @@ -10954,6 +10954,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 ro net.ifnames=0", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.x86_64" @@ -10973,6 +11058,13 @@ } ], "default-target": "graphical.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "firewall-enabled": [ "ssh", "dhcpv6-client", @@ -11038,10 +11130,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11583,6 +11683,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "cpupower.service", @@ -11657,6 +11775,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/centos_8-x86_64-qcow2-boot.json b/test/data/manifests/centos_8-x86_64-qcow2-boot.json index ca96cd8f5..49edf032a 100644 --- a/test/data/manifests/centos_8-x86_64-qcow2-boot.json +++ b/test/data/manifests/centos_8-x86_64-qcow2-boot.json @@ -10945,6 +10945,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.x86_64" @@ -10963,7 +11048,22 @@ "version": "4.18.0-277.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.centos.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "fstab": [ [ "UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", @@ -11031,10 +11131,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11571,6 +11679,49 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "0", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -11589,6 +11740,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -11668,6 +11837,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/centos_8-x86_64-qcow2-customize.json b/test/data/manifests/centos_8-x86_64-qcow2-customize.json index 0578db7ba..994b38180 100644 --- a/test/data/manifests/centos_8-x86_64-qcow2-customize.json +++ b/test/data/manifests/centos_8-x86_64-qcow2-customize.json @@ -1194,6 +1194,9 @@ "sha256:c5359c27606e5e72856c40c3428e7de03d9cfd9dc4e67f2bb6889b2ccb0e1bea": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/libpwquality-1.4.4-1.el8.x86_64.rpm" }, + "sha256:c56cde3b8bc11965fa73b9baf59ab5fa7f6a45a950d5b6b369cf4679c17295ca": { + "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/net-tools-2.0-0.52.20160912git.el8.x86_64.rpm" + }, "sha256:c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm" }, @@ -3389,6 +3392,10 @@ "checksum": "sha256:440ef0473d6f85c6f173020dab18d376d466b7b960876fba54772f88d4bfe050", "check_gpg": true }, + { + "checksum": "sha256:c56cde3b8bc11965fa73b9baf59ab5fa7f6a45a950d5b6b369cf4679c17295ca", + "check_gpg": true + }, { "checksum": "sha256:44b6e58f503c372ac8e53c331eb74ec5025ae729454994d6b6626063913fad4d", "check_gpg": true @@ -9133,6 +9140,16 @@ "checksum": "sha256:440ef0473d6f85c6f173020dab18d376d466b7b960876fba54772f88d4bfe050", "check_gpg": true }, + { + "name": "net-tools", + "epoch": 0, + "version": "2.0", + "release": "0.52.20160912git.el8", + "arch": "x86_64", + "remote_location": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/net-tools-2.0-0.52.20160912git.el8.x86_64.rpm", + "checksum": "sha256:c56cde3b8bc11965fa73b9baf59ab5fa7f6a45a950d5b6b369cf4679c17295ca", + "check_gpg": true + }, { "name": "nettle", "epoch": 0, @@ -11036,6 +11053,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto debug", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.x86_64" @@ -11054,7 +11156,22 @@ "version": "4.18.0-277.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "server": [ + "time.example.com iburst" + ] + }, "default-target": "multi-user.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "fstab": [ [ "UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8", @@ -11125,10 +11242,23 @@ "wheel:x:10:" ], "hostname": "my-host", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "keyboard": { + "vconsole": { + "KEYMAP": "dvorak" + } + }, + "locale": { + "LANG": "el_CY.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11421,6 +11551,7 @@ "ncurses-6.1-7.20180224.el8.x86_64", "ncurses-base-6.1-7.20180224.el8.noarch", "ncurses-libs-6.1-7.20180224.el8.x86_64", + "net-tools-2.0-0.52.20160912git.el8.x86_64", "nettle-3.4.1-2.el8.x86_64", "newt-0.52.20-11.el8.x86_64", "nfs-utils-2.3.3-41.el8.x86_64", @@ -11665,6 +11796,49 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "0", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -11684,7 +11858,26 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ + "arp-ethers.service", "chrony-dnssrv@.timer", "chrony-wait.service", "cockpit.socket", @@ -11762,6 +11955,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/centos_8-x86_64-tar-boot.json b/test/data/manifests/centos_8-x86_64-tar-boot.json index 57caf322c..16253a12e 100644 --- a/test/data/manifests/centos_8-x86_64-tar-boot.json +++ b/test/data/manifests/centos_8-x86_64-tar-boot.json @@ -520,6 +520,9 @@ "sha256:a93e68a2ded611747737276e4ea3f2c204ffd6d81cce0461c5ebf908a41ad34b": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/dracut-049-133.git20210112.el8.x86_64.rpm" }, + "sha256:aa938dc6f13d0d57ca811b8c299b1017723fa419997b87754f74db770430c2d9": { + "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-277.el8.x86_64.rpm" + }, "sha256:aad5ea67a31cba37797d348593068dd7b124cb79108b0a6ec9aa63b1f98e6c37": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/platform-python-3.6.8-36.el8.x86_64.rpm" }, @@ -595,6 +598,9 @@ "sha256:c421b9c029abac796ade606f96d638e06a6d4ce5c2d499abd05812c306d25143": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/cyrus-sasl-lib-2.1.27-5.el8.x86_64.rpm" }, + "sha256:c44dbbff4fe503f5f49b71ab17db7848c6c67fe19d9a4cc6cef59cc6dd15f1a6": { + "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/kernel-4.18.0-277.el8.x86_64.rpm" + }, "sha256:c515d78c64a93d8b469593bff5800eccd50f24b16697ab13bdce81238c38eb77": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/diffutils-3.6-6.el8.x86_64.rpm" }, @@ -610,6 +616,9 @@ "sha256:c904657e61ab3695f01846b89acd0164b03ba8a733ff2435ec1df41eefaa4d48": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/grub2-pc-modules-2.02-93.el8.noarch.rpm" }, + "sha256:cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03": { + "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/linux-firmware-20201218-102.git05789708.el8.noarch.rpm" + }, "sha256:cc2f054cf7ef006faf0b179701838ff8632c3ac5f45a0199a13f9c237f632b82": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/libpng-1.6.34-5.el8.x86_64.rpm" }, @@ -628,6 +637,9 @@ "sha256:d90ed492d5e413f30e399cc03814db80e1caeae05d04fc73471cf0201a9b165c": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/libmount-2.32.1-27.el8.x86_64.rpm" }, + "sha256:da77940ecadc9edb5d14aad51e4bf06664e5763fe6e46b20364732ec3aa2e08a": { + "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-277.el8.x86_64.rpm" + }, "sha256:dbbc9e20caabc30070354d91f61f383081f6d658e09d3c09e6df8764559e5aca": { "url": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/cracklib-2.9.6-15.el8.x86_64.rpm" }, @@ -1913,6 +1925,18 @@ "checksum": "sha256:ef86061338fa321c959cadc75ecbdfd405eebaa1042eec9d9c737d4d9d92568f", "check_gpg": true }, + { + "checksum": "sha256:c44dbbff4fe503f5f49b71ab17db7848c6c67fe19d9a4cc6cef59cc6dd15f1a6", + "check_gpg": true + }, + { + "checksum": "sha256:aa938dc6f13d0d57ca811b8c299b1017723fa419997b87754f74db770430c2d9", + "check_gpg": true + }, + { + "checksum": "sha256:da77940ecadc9edb5d14aad51e4bf06664e5763fe6e46b20364732ec3aa2e08a", + "check_gpg": true + }, { "checksum": "sha256:ae82944445464108e4932d18d4f915cc5e0b4763feb7337b2db7a3fdb77839e3", "check_gpg": true @@ -2125,6 +2149,10 @@ "checksum": "sha256:7c2dc6044f13fe4ae04a4c1620da822a6be591b5129bf68ba98a3d8e9092f83b", "check_gpg": true }, + { + "checksum": "sha256:cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03", + "check_gpg": true + }, { "checksum": "sha256:98a5f610c2ca116fa63f98302036eaa8ca725c1e8fd7afae4a285deb50605b35", "check_gpg": true @@ -5303,6 +5331,36 @@ "checksum": "sha256:ef86061338fa321c959cadc75ecbdfd405eebaa1042eec9d9c737d4d9d92568f", "check_gpg": true }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "277.el8", + "arch": "x86_64", + "remote_location": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/kernel-4.18.0-277.el8.x86_64.rpm", + "checksum": "sha256:c44dbbff4fe503f5f49b71ab17db7848c6c67fe19d9a4cc6cef59cc6dd15f1a6", + "check_gpg": true + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "277.el8", + "arch": "x86_64", + "remote_location": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-277.el8.x86_64.rpm", + "checksum": "sha256:aa938dc6f13d0d57ca811b8c299b1017723fa419997b87754f74db770430c2d9", + "check_gpg": true + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "277.el8", + "arch": "x86_64", + "remote_location": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-277.el8.x86_64.rpm", + "checksum": "sha256:da77940ecadc9edb5d14aad51e4bf06664e5763fe6e46b20364732ec3aa2e08a", + "check_gpg": true + }, { "name": "keyutils-libs", "epoch": 0, @@ -5833,6 +5891,16 @@ "checksum": "sha256:7c2dc6044f13fe4ae04a4c1620da822a6be591b5129bf68ba98a3d8e9092f83b", "check_gpg": true }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20201218", + "release": "102.git05789708.el8", + "arch": "noarch", + "remote_location": "https://composes.centos.org/CentOS-Stream-8-20210209.n.0/compose/BaseOS/x86_64/os/Packages/linux-firmware-20201218-102.git05789708.el8.noarch.rpm", + "checksum": "sha256:cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03", + "check_gpg": true + }, { "name": "lua-libs", "epoch": 0, @@ -6426,8 +6494,30 @@ ] }, "image-info": { - "bootmenu": [], + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "centos-20210203204355-4.18.0-277.el8.x86_64", + "initrd": "/boot/initramfs-4.18.0-277.el8.x86_64.img", + "linux": "/boot/vmlinuz-4.18.0-277.el8.x86_64", + "options": "$kernelopts", + "title": "CentOS Stream (4.18.0-277.el8.x86_64) 8", + "version": "4.18.0-277.el8.x86_64" + } + ], "default-target": "graphical.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "groups": [ "adm:x:4:", "audio:x:63:", @@ -6467,6 +6557,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -6548,6 +6646,9 @@ "kbd-2.0.4-10.el8.x86_64", "kbd-legacy-2.0.4-10.el8.noarch", "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-277.el8.x86_64", + "kernel-core-4.18.0-277.el8.x86_64", + "kernel-modules-4.18.0-277.el8.x86_64", "keyutils-libs-1.5.10-6.el8.x86_64", "kmod-25-17.el8.x86_64", "kmod-libs-25-17.el8.x86_64", @@ -6602,6 +6703,7 @@ "libxkbcommon-0.9.1-1.el8.x86_64", "libxml2-2.9.7-9.el8.x86_64", "libzstd-1.4.4-1.el8.x86_64", + "linux-firmware-20201218-102.git05789708.el8.noarch", "lua-libs-5.3.4-11.el8.x86_64", "lz4-libs-1.8.3-2.el8.x86_64", "memstrack-0.1.11-1.el8.x86_64", @@ -6694,6 +6796,39 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/centos_8-x86_64-vhd-boot.json b/test/data/manifests/centos_8-x86_64-vhd-boot.json index 6dc49f370..1aace4a58 100644 --- a/test/data/manifests/centos_8-x86_64-vhd-boot.json +++ b/test/data/manifests/centos_8-x86_64-vhd-boot.json @@ -10867,6 +10867,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 ro biosdevname=0 rootdelay=300 console=ttyS0 earlyprintk=ttyS0 net.ifnames=0", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.x86_64" @@ -10885,7 +10970,22 @@ "version": "4.18.0-277.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.centos.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "firewall-enabled": [ "ssh", "dhcpv6-client", @@ -10952,9 +11052,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11492,6 +11600,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -11570,6 +11696,23 @@ "unbound-anchor.timer", "waagent.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/centos_8-x86_64-vmdk-boot.json b/test/data/manifests/centos_8-x86_64-vmdk-boot.json index d85c242f4..e18851202 100644 --- a/test/data/manifests/centos_8-x86_64-vmdk-boot.json +++ b/test/data/manifests/centos_8-x86_64-vmdk-boot.json @@ -10455,6 +10455,9 @@ ] }, "image-info": { + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 ro net.ifnames=0", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-277.el8.x86_64" @@ -10473,7 +10476,22 @@ "version": "4.18.0-277.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.centos.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", + "dnf": { + "vars": { + "contentdir": "centos", + "infra": "stock", + "stream": "8-stream" + } + }, "firewall-enabled": [ "ssh", "dhcpv6-client", @@ -10540,9 +10558,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "vmdk" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11056,6 +11082,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "chrony-dnssrv@.timer", "chrony-wait.service", @@ -11131,6 +11175,23 @@ "vgauthd.service", "vmtoolsd.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/fedora_32-aarch64-ami-boot.json b/test/data/manifests/fedora_32-aarch64-ami-boot.json index ca7bf9880..a43b94220 100644 --- a/test/data/manifests/fedora_32-aarch64-ami-boot.json +++ b/test/data/manifests/fedora_32-aarch64-ami-boot.json @@ -8875,6 +8875,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro no_timer_check console=ttyS0,115200n8 console=tty1 biosdevname=0 net.ifnames=0 console=ttyS0,115200" }, @@ -8891,12 +8976,20 @@ "version": "5.6.6-300.fc32.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, + "default-target": "graphical.target", "firewall-enabled": [ "ssh", "mdns", "dhcpv6-client" ], - "default-target": "graphical.target", "fstab": [ [ "UUID=46BB-8120", @@ -8957,9 +9050,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9401,6 +9502,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9471,6 +9585,23 @@ "sssd-kcm.socket", "sssd.service", "unbound-anchor.timer" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-aarch64-openstack-boot.json b/test/data/manifests/fedora_32-aarch64-openstack-boot.json index 051938d65..909ee4740 100644 --- a/test/data/manifests/fedora_32-aarch64-openstack-boot.json +++ b/test/data/manifests/fedora_32-aarch64-openstack-boot.json @@ -1,6 +1,6 @@ { "boot": { - "type": "qemu" + "type": "openstack" }, "compose-request": { "distro": "fedora-32", @@ -9228,6 +9228,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro biosdevname=0 net.ifnames=0" }, @@ -9244,12 +9329,20 @@ "version": "5.6.6-300.fc32.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, + "default-target": "graphical.target", "firewall-enabled": [ "ssh", "mdns", "dhcpv6-client" ], - "default-target": "graphical.target", "fstab": [ [ "UUID=46BB-8120", @@ -9311,10 +9404,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9776,6 +9877,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9847,6 +9961,23 @@ "sssd-kcm.socket", "sssd.service", "unbound-anchor.timer" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-aarch64-qcow2-boot.json b/test/data/manifests/fedora_32-aarch64-qcow2-boot.json index 34f99e3b3..087214811 100644 --- a/test/data/manifests/fedora_32-aarch64-qcow2-boot.json +++ b/test/data/manifests/fedora_32-aarch64-qcow2-boot.json @@ -124,6 +124,9 @@ "sha256:13290758e03b977aed5e23b7ba9a01157b6802fd78baf75bc1fc184864e9e31e": { "url": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/d/diffutils-3.7-4.fc32.aarch64.rpm" }, + "sha256:14005ca38ce35a0c2e9d24b37991059d213f9b3277895eaa2a5b45e242cf8dc8": { + "url": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/k/kernel-5.6.6-300.fc32.aarch64.rpm" + }, "sha256:15a8a718cb6f629474fec7756b4701430e14ff94aad6cf6fe20f3eb7174a7783": { "url": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/l/libsolv-0.7.11-2.fc32.aarch64.rpm" }, @@ -892,6 +895,9 @@ "sha256:caf76966e150fbe796865d2d18479b080657cb0bada9283048a4586cf034d4e6": { "url": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/b/bzip2-libs-1.0.8-2.fc32.aarch64.rpm" }, + "sha256:cb8b8225bc9f2a16377a41977de4e6f6d651cbe738035b93234d65e8dd80fa0f": { + "url": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/k/kernel-modules-5.6.6-300.fc32.aarch64.rpm" + }, "sha256:cc2019e304ecdfa3a245de005342c8d617d1da0d834e510849764fb38b929655": { "url": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/m/mokutil-0.3.0-15.fc32.aarch64.rpm" }, @@ -2313,10 +2319,18 @@ "checksum": "sha256:60774007011889671c28158f599032f0db253c153ccae70f5e2f5840f2dc490b", "check_gpg": true }, + { + "checksum": "sha256:14005ca38ce35a0c2e9d24b37991059d213f9b3277895eaa2a5b45e242cf8dc8", + "check_gpg": true + }, { "checksum": "sha256:e38207cecd64ed0fe5002828ff0aa05dbbb1f5418350babd4c1cfa3d1e3261fe", "check_gpg": true }, + { + "checksum": "sha256:cb8b8225bc9f2a16377a41977de4e6f6d651cbe738035b93234d65e8dd80fa0f", + "check_gpg": true + }, { "checksum": "sha256:a05c8fb554ed38050b59d10f587ac70cf341c1f38b02ffe8a8433f7fc16efd68", "check_gpg": true @@ -6369,6 +6383,16 @@ "checksum": "sha256:60774007011889671c28158f599032f0db253c153ccae70f5e2f5840f2dc490b", "check_gpg": true }, + { + "name": "kernel", + "epoch": 0, + "version": "5.6.6", + "release": "300.fc32", + "arch": "aarch64", + "remote_location": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/k/kernel-5.6.6-300.fc32.aarch64.rpm", + "checksum": "sha256:14005ca38ce35a0c2e9d24b37991059d213f9b3277895eaa2a5b45e242cf8dc8", + "check_gpg": true + }, { "name": "kernel-core", "epoch": 0, @@ -6379,6 +6403,16 @@ "checksum": "sha256:e38207cecd64ed0fe5002828ff0aa05dbbb1f5418350babd4c1cfa3d1e3261fe", "check_gpg": true }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "5.6.6", + "release": "300.fc32", + "arch": "aarch64", + "remote_location": "http://mirrors.kernel.org/fedora/releases/32/Everything/aarch64/os/Packages/k/kernel-modules-5.6.6-300.fc32.aarch64.rpm", + "checksum": "sha256:cb8b8225bc9f2a16377a41977de4e6f6d651cbe738035b93234d65e8dd80fa0f", + "check_gpg": true + }, { "name": "keyutils-libs", "epoch": 0, @@ -8732,6 +8766,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro biosdevname=0 net.ifnames=0" }, @@ -8748,6 +8867,14 @@ "version": "5.6.6-300.fc32.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -8811,10 +8938,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -8947,7 +9082,9 @@ "kbd-2.2.0-1.fc32.aarch64", "kbd-legacy-2.2.0-1.fc32.noarch", "kbd-misc-2.2.0-1.fc32.noarch", + "kernel-5.6.6-300.fc32.aarch64", "kernel-core-5.6.6-300.fc32.aarch64", + "kernel-modules-5.6.6-300.fc32.aarch64", "keyutils-libs-1.6-4.fc32.aarch64", "kmod-27-1.fc32.aarch64", "kmod-libs-27-1.fc32.aarch64", @@ -9250,6 +9387,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9319,6 +9469,23 @@ "sssd-kcm.socket", "sssd.service", "unbound-anchor.timer" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-x86_64-ami-boot.json b/test/data/manifests/fedora_32-x86_64-ami-boot.json index 6b063e2bc..db16a890c 100644 --- a/test/data/manifests/fedora_32-x86_64-ami-boot.json +++ b/test/data/manifests/fedora_32-x86_64-ami-boot.json @@ -9133,6 +9133,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro no_timer_check console=ttyS0,115200n8 console=tty1 biosdevname=0 net.ifnames=0 console=ttyS0,115200" }, @@ -9149,6 +9234,14 @@ "version": "5.6.6-300.fc32.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9207,9 +9300,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9634,6 +9735,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9703,6 +9817,23 @@ "sssd-kcm.socket", "sssd.service", "unbound-anchor.timer" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-x86_64-fedora_iot_commit-boot.json b/test/data/manifests/fedora_32-x86_64-fedora_iot_commit-boot.json index 4110c219f..9bb70cca0 100644 --- a/test/data/manifests/fedora_32-x86_64-fedora_iot_commit-boot.json +++ b/test/data/manifests/fedora_32-x86_64-fedora_iot_commit-boot.json @@ -10132,6 +10132,20 @@ ] }, "image-info": { + "/etc/tmpfiles.d": { + "tpm2-tss-fapi.conf": [ + "d /var/lib/tpm2-tss/system/keystore 775 tss tss - -", + "d /var/run/tpm2-tss/eventlog 775 tss tss - -" + ] + }, + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -10186,6 +10200,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10645,6 +10667,34 @@ "systemd-timesync:x:997:994:systemd Time Synchronization:/:/sbin/nologin", "tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/crun" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "bluetooth-mesh.service", @@ -10735,6 +10785,23 @@ "sshd.service", "zram-swap.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "type": "ostree/commit" } } diff --git a/test/data/manifests/fedora_32-x86_64-fedora_iot_commit_debug-boot.json b/test/data/manifests/fedora_32-x86_64-fedora_iot_commit_debug-boot.json index b156dad0b..fc83866e3 100644 --- a/test/data/manifests/fedora_32-x86_64-fedora_iot_commit_debug-boot.json +++ b/test/data/manifests/fedora_32-x86_64-fedora_iot_commit_debug-boot.json @@ -10138,6 +10138,20 @@ ] }, "image-info": { + "/etc/tmpfiles.d": { + "tpm2-tss-fapi.conf": [ + "d /var/lib/tpm2-tss/system/keystore 775 tss tss - -", + "d /var/run/tpm2-tss/eventlog 775 tss tss - -" + ] + }, + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -10192,6 +10206,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10651,6 +10673,34 @@ "systemd-timesync:x:997:994:systemd Time Synchronization:/:/sbin/nologin", "tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/crun" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "bluetooth-mesh.service", @@ -10741,6 +10791,23 @@ "sshd.service", "zram-swap.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "type": "ostree/commit" } } diff --git a/test/data/manifests/fedora_32-x86_64-openstack-boot.json b/test/data/manifests/fedora_32-x86_64-openstack-boot.json index 5c21e8c69..e3e2bd180 100644 --- a/test/data/manifests/fedora_32-x86_64-openstack-boot.json +++ b/test/data/manifests/fedora_32-x86_64-openstack-boot.json @@ -9486,6 +9486,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro biosdevname=0 net.ifnames=0" }, @@ -9502,6 +9587,14 @@ "version": "5.6.6-300.fc32.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9561,10 +9654,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10009,6 +10110,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10079,6 +10193,23 @@ "sssd-kcm.socket", "sssd.service", "unbound-anchor.timer" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-x86_64-qcow2-boot.json b/test/data/manifests/fedora_32-x86_64-qcow2-boot.json index 47b630a49..eccd568b8 100644 --- a/test/data/manifests/fedora_32-x86_64-qcow2-boot.json +++ b/test/data/manifests/fedora_32-x86_64-qcow2-boot.json @@ -9126,6 +9126,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro biosdevname=0 net.ifnames=0" }, @@ -9142,6 +9227,14 @@ "version": "5.6.6-300.fc32.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9197,10 +9290,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9627,6 +9728,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9695,6 +9809,23 @@ "sssd-kcm.socket", "sssd.service", "unbound-anchor.timer" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-x86_64-qcow2-customize.json b/test/data/manifests/fedora_32-x86_64-qcow2-customize.json index 6e1382ce7..60eb73d24 100644 --- a/test/data/manifests/fedora_32-x86_64-qcow2-customize.json +++ b/test/data/manifests/fedora_32-x86_64-qcow2-customize.json @@ -9238,6 +9238,91 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro biosdevname=0 net.ifnames=0 debug" }, @@ -9254,6 +9339,14 @@ "version": "5.6.6-300.fc32.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "server": [ + "time.example.com iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9312,10 +9405,23 @@ "wheel:x:10:" ], "hostname": "my-host", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "keyboard": { + "vconsole": { + "KEYMAP": "dvorak" + } + }, + "locale": { + "LANG": "el_CY.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9744,6 +9850,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9813,6 +9932,23 @@ "sssd.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "London" } } diff --git a/test/data/manifests/fedora_32-x86_64-vhd-boot.json b/test/data/manifests/fedora_32-x86_64-vhd-boot.json index 211335105..cb6c4362b 100644 --- a/test/data/manifests/fedora_32-x86_64-vhd-boot.json +++ b/test/data/manifests/fedora_32-x86_64-vhd-boot.json @@ -8750,6 +8750,14 @@ "version": "5.6.6-300.fc32.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8809,9 +8817,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9212,6 +9228,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9278,6 +9307,23 @@ "sssd.service", "unbound-anchor.timer", "waagent.service" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_32-x86_64-vmdk-boot.json b/test/data/manifests/fedora_32-x86_64-vmdk-boot.json index 04016fe9f..e552ac47e 100644 --- a/test/data/manifests/fedora_32-x86_64-vmdk-boot.json +++ b/test/data/manifests/fedora_32-x86_64-vmdk-boot.json @@ -8856,6 +8856,14 @@ "version": "5.6.6-300.fc32.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8915,9 +8923,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "vmdk" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;34", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9325,6 +9341,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "chrony-dnssrv@.timer", "chrony-wait.service", @@ -9392,6 +9421,23 @@ "unbound-anchor.timer", "vgauthd.service", "vmtoolsd.service" - ] + ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + } } } diff --git a/test/data/manifests/fedora_33-aarch64-ami-boot.json b/test/data/manifests/fedora_33-aarch64-ami-boot.json index 3be497876..cbf57c8b5 100644 --- a/test/data/manifests/fedora_33-aarch64-ami-boot.json +++ b/test/data/manifests/fedora_33-aarch64-ami-boot.json @@ -9795,6 +9795,94 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro no_timer_check console=ttyS0,115200n8 console=tty1 biosdevname=0 net.ifnames=0 console=ttyS0,115200" }, @@ -9811,6 +9899,14 @@ "version": "5.8.15-301.fc33.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9878,9 +9974,17 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10346,6 +10450,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10423,6 +10540,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/fedora_33-x86_64-ami-boot.json b/test/data/manifests/fedora_33-x86_64-ami-boot.json index b15255593..8d0227661 100644 --- a/test/data/manifests/fedora_33-x86_64-ami-boot.json +++ b/test/data/manifests/fedora_33-x86_64-ami-boot.json @@ -9374,6 +9374,94 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro no_timer_check console=ttyS0,115200n8 console=tty1 biosdevname=0 net.ifnames=0 console=ttyS0,115200" }, @@ -9390,6 +9478,14 @@ "version": "5.8.15-301.fc33.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9449,9 +9545,17 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9879,6 +9983,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9955,6 +10072,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/fedora_33-x86_64-fedora_iot_commit-boot.json b/test/data/manifests/fedora_33-x86_64-fedora_iot_commit-boot.json index 038ab6db5..85b41f196 100644 --- a/test/data/manifests/fedora_33-x86_64-fedora_iot_commit-boot.json +++ b/test/data/manifests/fedora_33-x86_64-fedora_iot_commit-boot.json @@ -10574,6 +10574,17 @@ ] }, "image-info": { + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -10632,6 +10643,14 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11107,6 +11126,44 @@ "systemd-timesync:x:998:996:systemd Time Synchronization:/:/sbin/nologin", "tss:x:59:59:Account used for TPM access:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/crun" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "bluetooth-mesh.service", @@ -11203,6 +11260,23 @@ "systemd-userdbd.socket", "zezere_ignition.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC", "type": "ostree/commit" } diff --git a/test/data/manifests/fedora_33-x86_64-fedora_iot_commit_debug-boot.json b/test/data/manifests/fedora_33-x86_64-fedora_iot_commit_debug-boot.json index 29eec9cbc..d0f6c02de 100644 --- a/test/data/manifests/fedora_33-x86_64-fedora_iot_commit_debug-boot.json +++ b/test/data/manifests/fedora_33-x86_64-fedora_iot_commit_debug-boot.json @@ -10580,6 +10580,17 @@ ] }, "image-info": { + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -10638,6 +10649,14 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -11113,6 +11132,44 @@ "systemd-timesync:x:998:996:systemd Time Synchronization:/:/sbin/nologin", "tss:x:59:59:Account used for TPM access:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/crun" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "bluetooth-mesh.service", @@ -11209,6 +11266,23 @@ "systemd-userdbd.socket", "zezere_ignition.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC", "type": "ostree/commit" } diff --git a/test/data/manifests/fedora_33-x86_64-openstack-boot.json b/test/data/manifests/fedora_33-x86_64-openstack-boot.json index 102cb2be1..04a657d23 100644 --- a/test/data/manifests/fedora_33-x86_64-openstack-boot.json +++ b/test/data/manifests/fedora_33-x86_64-openstack-boot.json @@ -9692,6 +9692,94 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac" }, @@ -9708,6 +9796,14 @@ "version": "5.8.15-301.fc33.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9768,10 +9864,18 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10217,6 +10321,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10294,6 +10411,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/fedora_33-x86_64-qcow2-boot.json b/test/data/manifests/fedora_33-x86_64-qcow2-boot.json index 3da9c7b60..0db2c2ac4 100644 --- a/test/data/manifests/fedora_33-x86_64-qcow2-boot.json +++ b/test/data/manifests/fedora_33-x86_64-qcow2-boot.json @@ -9318,6 +9318,94 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac" }, @@ -9334,6 +9422,14 @@ "version": "5.8.15-301.fc33.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9389,10 +9485,18 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9818,6 +9922,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9897,6 +10014,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/fedora_33-x86_64-qcow2-customize.json b/test/data/manifests/fedora_33-x86_64-qcow2-customize.json index ef15e3076..ca385ab45 100644 --- a/test/data/manifests/fedora_33-x86_64-qcow2-customize.json +++ b/test/data/manifests/fedora_33-x86_64-qcow2-customize.json @@ -9419,6 +9419,94 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac debug" }, @@ -9435,6 +9523,14 @@ "version": "5.8.15-301.fc33.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "server": [ + "time.example.com iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9492,10 +9588,23 @@ "wheel:x:10:" ], "hostname": "my-host", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "keyboard": { + "vconsole": { + "KEYMAP": "dvorak" + } + }, + "locale": { + "LANG": "el_CY.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9923,6 +10032,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10002,6 +10124,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "London" } } diff --git a/test/data/manifests/fedora_33-x86_64-vhd-boot.json b/test/data/manifests/fedora_33-x86_64-vhd-boot.json index ea73cded5..4362bddd2 100644 --- a/test/data/manifests/fedora_33-x86_64-vhd-boot.json +++ b/test/data/manifests/fedora_33-x86_64-vhd-boot.json @@ -8975,6 +8975,9 @@ ] }, "image-info": { + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac ro biosdevname=0 rootdelay=300 console=ttyS0 earlyprintk=ttyS0 net.ifnames=0" }, @@ -8991,6 +8994,14 @@ "version": "5.8.15-301.fc33.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9051,9 +9062,17 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9457,6 +9476,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9530,6 +9562,23 @@ "unbound-anchor.timer", "waagent.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/fedora_33-x86_64-vmdk-boot.json b/test/data/manifests/fedora_33-x86_64-vmdk-boot.json index 892530cdd..2288410b6 100644 --- a/test/data/manifests/fedora_33-x86_64-vmdk-boot.json +++ b/test/data/manifests/fedora_33-x86_64-vmdk-boot.json @@ -9318,6 +9318,94 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "ssh-import-id", + "locale", + "set-passwords", + "spacewalk", + "yum-add-repo", + "ntp", + "timezone", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "package-update-upgrade-install", + "puppet", + "chef", + "mcollective", + "salt-minion", + "rightscale_userdata", + "scripts-vendor", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "migrator", + "seed_random", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "disk_setup", + "mounts", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "ca-certs", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": true, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail", + "0", + "2" + ], + "preserve_hostname": false, + "resize_rootfs_tmp": "/dev", + "ssh_pwauth": 0, + "system_info": { + "default_user": { + "gecos": "fedora Cloud User", + "groups": [ + "wheel", + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "fedora", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "fedora", + "paths": { + "cloud_dir": "/var/lib/cloud/", + "templates_dir": "/etc/cloud/templates/" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "70-persistent-ipoib.rules": [] + }, "boot-environment": { "kernelopts": "root=UUID=76a22bf4-f153-4541-b6c7-0332c0dfaeac" }, @@ -9334,6 +9422,14 @@ "version": "5.8.15-301.fc33.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.fedora.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9389,9 +9485,17 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "vmdk" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;38;2;60;110;180", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9817,6 +9921,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:lost_found_t:s0", + "filename": "/lost+found" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9896,6 +10013,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-aarch64-ami-boot.json b/test/data/manifests/rhel_8-aarch64-ami-boot.json index 48783a69f..65db42fe6 100644 --- a/test/data/manifests/rhel_8-aarch64-ami-boot.json +++ b/test/data/manifests/rhel_8-aarch64-ami-boot.json @@ -8490,6 +8490,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd ro console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295 crashkernel=auto" }, @@ -8507,6 +8589,14 @@ "version": "4.18.0-240.el8.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -8569,9 +8659,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -8984,7 +9082,7 @@ "bootable": false, "fstype": "vfat", "label": "EFI\\ System", - "partuuid": "ECADF20D-9468-8E4F-A840-9FF887B57FE0", + "partuuid": "D2F96FCE-807A-3F4F-AE64-C3CAE904B6AD", "size": 498073600, "start": 1048576, "type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", @@ -8994,7 +9092,7 @@ "bootable": false, "fstype": "xfs", "label": null, - "partuuid": "A8D4A330-209B-3D45-9D7B-7D5CDB1E9ABD", + "partuuid": "3C7985BA-DD28-A74F-B47D-898AC7FCB85E", "size": 5942263296, "start": 500170752, "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", @@ -9034,6 +9132,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9049,6 +9188,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9119,6 +9264,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-aarch64-openstack-boot.json b/test/data/manifests/rhel_8-aarch64-openstack-boot.json index 91abbe77d..33c24b34b 100644 --- a/test/data/manifests/rhel_8-aarch64-openstack-boot.json +++ b/test/data/manifests/rhel_8-aarch64-openstack-boot.json @@ -9054,6 +9054,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd ro net.ifnames=0" }, @@ -9138,10 +9220,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9590,7 +9680,7 @@ "bootable": false, "fstype": "vfat", "label": "EFI\\ System", - "partuuid": "0111E432-3094-6344-B362-E72F12EBA555", + "partuuid": "F95C9717-188D-BE4F-94B2-5F6306C659D5", "size": 498073600, "start": 1048576, "type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", @@ -9600,7 +9690,7 @@ "bootable": false, "fstype": "xfs", "label": null, - "partuuid": "7E1D23D2-6880-3F43-824A-1164C2268562", + "partuuid": "817691C2-F615-E94A-8633-1A8B3C4773F3", "size": 3794779648, "start": 500170752, "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", @@ -9640,6 +9730,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9655,6 +9786,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "console-getty.service", @@ -9729,6 +9866,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-aarch64-qcow2-boot.json b/test/data/manifests/rhel_8-aarch64-qcow2-boot.json index 232b59d8c..f5acb6f1e 100644 --- a/test/data/manifests/rhel_8-aarch64-qcow2-boot.json +++ b/test/data/manifests/rhel_8-aarch64-qcow2-boot.json @@ -9508,6 +9508,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd console=ttyS0 console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" }, @@ -9525,6 +9607,14 @@ "version": "4.18.0-240.el8.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9594,10 +9684,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10076,7 +10174,7 @@ "bootable": false, "fstype": "vfat", "label": "EFI\\ System", - "partuuid": "848A0E81-8E27-3441-85F7-7E5FAF20422D", + "partuuid": "DFE3F6BA-B0BD-9A4B-80AD-A2E34C100427", "size": 498073600, "start": 1048576, "type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", @@ -10086,7 +10184,7 @@ "bootable": false, "fstype": "xfs", "label": null, - "partuuid": "81D03690-D42A-304B-B182-C6A325DDE031", + "partuuid": "87A2D6D1-31BB-6040-9CBA-A3278386C808", "size": 3794779648, "start": 500170752, "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", @@ -10133,6 +10231,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10150,6 +10289,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10230,6 +10375,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-aarch64-rhel_edge_commit-boot.json b/test/data/manifests/rhel_8-aarch64-rhel_edge_commit-boot.json index fbb989220..05ebef2ac 100644 --- a/test/data/manifests/rhel_8-aarch64-rhel_edge_commit-boot.json +++ b/test/data/manifests/rhel_8-aarch64-rhel_edge_commit-boot.json @@ -8229,6 +8229,14 @@ ] }, "image-info": { + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8281,6 +8289,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -8696,6 +8712,9949 @@ "systemd-resolve:x:193:193:systemd Resolver:/:/sbin/nologin", "tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:chronyd_keys_t:s0", + "filename": "/etc/chrony.keys" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/ssl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/ssl/certs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dnsmasq_etc_t:s0", + "filename": "/etc/dnsmasq.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/rc.d/init.d/functions" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:initrc_exec_t:s0", + "filename": "/etc/rc.d/init.d/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:initrc_exec_t:s0", + "filename": "/etc/rc.d/rc.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/security/opasswd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:namespace_init_exec_t:s0", + "filename": "/etc/security/namespace.init" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:userhelper_conf_t:s0", + "filename": "/etc/security/console.apps" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_aliases_t:s0", + "filename": "/etc/aliases" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/shadow" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/group" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:modules_conf_t:s0", + "filename": "/etc/modprobe.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:modules_conf_t:s0", + "filename": "/etc/modprobe.d/firewalld-sysctls.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/ipsets" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/icmptypes" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/helpers" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/lockdown-whitelist.xml" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/firewalld.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/zones" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/services" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:slapd_cert_t:s0", + "filename": "/etc/openldap/certs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/default_type" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/initrc_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/failsafe_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/dbus_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/default_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/x_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/sysadm_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/root" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/unconfined_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/user_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/staff_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/guest_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/xguest_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.subs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/media" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.homedirs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.subs_dist" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.homedirs.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/removable_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/virtual_domain_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/userhelper_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/sepgsql_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/openssh_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/systemd_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/lxc_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/virtual_image_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/securetty_types" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/snapperd_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/customizable_types" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/booleans.subs_dist" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_login_config_t:s0", + "filename": "/etc/selinux/targeted/logins" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/homedir_template" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/file_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/policy.kern" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/users_extra.linked" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/users_extra" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/policy.linked" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/booleans.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/commit_num" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/seusers.linked" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/permissivedomains" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/permissivedomains/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/permissivedomains/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipa" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipa/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipa/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipa/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/disabled" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/seusers" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/file_contexts.homedirs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/policy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/policy/policy.31" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/setrans.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/seusers" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/.policy.sha512" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/semanage.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/gshadow" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:pkcs11_modules_conf_t:s0", + "filename": "/etc/pkcs11/modules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:udev_rules_t:s0", + "filename": "/etc/udev/rules.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_hwdb_etc_t:s0", + "filename": "/etc/udev/hwdb.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cupsd_rw_etc_t:s0", + "filename": "/etc/printcap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:krb5_conf_t:s0", + "filename": "/etc/krb5.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/etc/locale.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/ostree/remotes.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:net_conf_t:s0", + "filename": "/etc/hosts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:exports_t:s0", + "filename": "/etc/exports" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dnsmasq_etc_t:s0", + "filename": "/etc/dnsmasq.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/lvmlocal.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_metadata_t:s0", + "filename": "/etc/lvm/cache" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_metadata_t:s0", + "filename": "/etc/lvm/archive" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_metadata_t:s0", + "filename": "/etc/lvm/backup" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/vdo-small.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/lvmdbusd.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/cache-mq.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/thin-generic.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/command_profile_template.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/metadata_profile_template.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/cache-smq.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/thin-performance.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/lvm.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/pm/sleep.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/pm/power.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysctl.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/lang.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/csh.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorxzgrep.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/which2.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/less.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/which2.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/lang.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorxzgrep.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/gawk.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/gawk.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorls.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorzgrep.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorgrep.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorgrep.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/sh.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorzgrep.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/bash_completion.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorls.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/less.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager/dnsmasq.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/pre-up.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/pre-down.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/20-chrony" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/11-dhclient" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/no-wait.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager/conf.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager/dnsmasq-shared.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_rw_t:s0", + "filename": "/etc/NetworkManager/system-connections" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_rw_t:s0", + "filename": "/etc/NetworkManager/NetworkManager.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:ld_so_cache_t:s0", + "filename": "/etc/ld.so.cache" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dhcp_etc_t:s0", + "filename": "/etc/dhcp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dhcp_etc_t:s0", + "filename": "/etc/dhcp/dhclient.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/dhcp/dhclient.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/dhcp/dhclient.d/chrony.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/yum.repos.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:machineid_t:s0", + "filename": "/etc/machine-id" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/passwd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit/xinitrc.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit/xinitrc.d/50-systemd-user.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:xserver_etc_t:s0", + "filename": "/etc/X11/xorg.conf.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/etc/localtime" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/local-fs.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/local-fs.target.wants/ostree-remount.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/greenboot-healthcheck.service.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/greenboot-healthcheck.service.requires/greenboot-rpm-ostree-grub2-check-fallback.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/getty.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/getty.target.wants/getty@tty1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/systemd-timedated.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.wants/redboot-auto-reboot.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/loadmodules.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/nis-domainname.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/rngd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/import-state.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sockets.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sockets.target.wants/dm-event.socket" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.freedesktop.timedate1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.requires/greenboot-grub2-set-success.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/boot-complete.target.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/boot-complete.target.requires/greenboot-healthcheck.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/syslog.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/ostree-finalize-staged.service.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/ostree-finalize-staged.service.requires/greenboot-grub2-set-counter.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.requires/redboot-task-runner.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/network-online.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/auditd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/sshd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/greenboot-task-runner.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/greenboot-status.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/NetworkManager.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/remote-fs.target" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/greenboot-healthcheck.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/firewalld.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/ModemManager.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/chronyd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/plugins.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/plugins.d/af_unix.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/rules.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/rules.d/audit.rules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/audit-stop.rules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/auditd.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/session.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/session.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/nm-dispatcher.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.selinux.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/dnsmasq.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/nm-ifcfg-rh.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/wpa_supplicant.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_conf_t:s0", + "filename": "/etc/usbguard" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_rules_t:s0", + "filename": "/etc/usbguard/rules.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_rules_t:s0", + "filename": "/etc/usbguard/rules.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_conf_t:s0", + "filename": "/etc/usbguard/usbguard-daemon.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_conf_t:s0", + "filename": "/etc/usbguard/IPCAccessControl.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysconfig/ip6tables-config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:net_conf_t:s0", + "filename": "/etc/sysconfig/network-scripts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysconfig/iptables-config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysconfig/ebtables-config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/anchors" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/ca-bundle.legacy.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/blacklist" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/ca-legacy.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java/cacerts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2/cacerts.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/java" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/java/cacerts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata/LVFS-CA.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/GPG-KEY-Hughski-Limited" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/LVFS-CA.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA/redhat.com" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA/redhat.com/redhatcodesignca.cert" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/misc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/ct_log_list.cnf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/cert.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs/ca-bundle.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs/ca-bundle.trust.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/private" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/openssl.cnf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/product-default" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/product-default/419.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:adjtime_t:s0", + "filename": "/etc/adjtime" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + }, + { + "actual": "unconfined_u:object_r:usr_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/rpm/.dbenv.lock" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "chrony-dnssrv@.timer", @@ -8770,6 +18729,23 @@ "sshd.service", "timedatex.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC", "type": "ostree/commit" } diff --git a/test/data/manifests/rhel_8-aarch64-tar-boot.json b/test/data/manifests/rhel_8-aarch64-tar-boot.json index 416c78db0..8d8842f61 100644 --- a/test/data/manifests/rhel_8-aarch64-tar-boot.json +++ b/test/data/manifests/rhel_8-aarch64-tar-boot.json @@ -66,6 +66,9 @@ "sha256:0c8cb8bea7056cdf08db76c53e0f9932063603c5b1764c25392dcfb9e92ce7dd": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/python3-pip-wheel-9.0.3-18.el8.noarch.rpm" }, + "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm" + }, "sha256:0f1a02850c102e2a186787504f965c0c10d6432b9f600c18bc2f520e55f04a8c": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/libassuan-2.5.1-3.el8.aarch64.rpm" }, @@ -144,6 +147,9 @@ "sha256:290c83afcd2b0a2b17aab95cf72a85da5f8b9f9a9862857c919a0f43e3fce70e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/openssl-pkcs11-0.4.10-2.el8.aarch64.rpm" }, + "sha256:2abc51d801696b0d3e6a260cded77bc328da11f27429f348d7313de8da3fd7b2": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.aarch64.rpm" + }, "sha256:2cddadff38ccef2364a7e40af0e1d9b3bf9c06869c15ceeb655f3cfa431c2083": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/libcap-2.26-4.el8.aarch64.rpm" }, @@ -282,6 +288,9 @@ "sha256:621e96e91103f2f701e4ac3b8b8b6ef9aab4db5ab8fb3e141eb02e3f328aed79": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/libdb-utils-5.3.28-39.el8.aarch64.rpm" }, + "sha256:626e169a6730b6835cb067db8b292c4437ab33fc4c4ccb7b37f37c90c84fe4f0": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.aarch64.rpm" + }, "sha256:62a2878605ca0415fd60adcff4c7068d855d20737498a968fabc646610ccbe5c": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/libcap-ng-0.7.9-5.el8.aarch64.rpm" }, @@ -414,6 +423,9 @@ "sha256:a07f96031fbe9507a8d6bb0e14cf0783bc615552e4cfb75131672072f5729de8": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.3.0.r-20210120/Packages/libxkbcommon-0.9.1-1.el8.aarch64.rpm" }, + "sha256:a31b730980c8349334ab30eee7d87fc5df16bc6b54ae412e55acb994e245c953": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.aarch64.rpm" + }, "sha256:a3d6ab413ed56c64f62ff28ca1f5fbfa6e6acc11faedc601a1d5268cc618b2cf": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/memstrack-0.1.11-1.el8.aarch64.rpm" }, @@ -1543,6 +1555,15 @@ { "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "checksum": "sha256:626e169a6730b6835cb067db8b292c4437ab33fc4c4ccb7b37f37c90c84fe4f0" + }, + { + "checksum": "sha256:a31b730980c8349334ab30eee7d87fc5df16bc6b54ae412e55acb994e245c953" + }, + { + "checksum": "sha256:2abc51d801696b0d3e6a260cded77bc328da11f27429f348d7313de8da3fd7b2" + }, { "checksum": "sha256:e4ec1966f9bc7cbc898fe7550600ae3e9e4f8afbcdd3f6e74afe1965247653ba" }, @@ -1696,6 +1717,9 @@ { "checksum": "sha256:19d1de27d2f62b4a55735233807f70a1e8ff7551fed97ee8650dbd09c1ef50ea" }, + { + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "checksum": "sha256:bc0f9bd34ac6a01dd7272b87e1b7a33045ff8c6793cac02fa639dfc9341e8215" }, @@ -4370,6 +4394,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm", "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.aarch64.rpm", + "checksum": "sha256:626e169a6730b6835cb067db8b292c4437ab33fc4c4ccb7b37f37c90c84fe4f0" + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.aarch64.rpm", + "checksum": "sha256:a31b730980c8349334ab30eee7d87fc5df16bc6b54ae412e55acb994e245c953" + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.aarch64.rpm", + "checksum": "sha256:2abc51d801696b0d3e6a260cded77bc328da11f27429f348d7313de8da3fd7b2" + }, { "name": "keyutils-libs", "epoch": 0, @@ -4829,6 +4880,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/libzstd-1.4.4-1.el8.aarch64.rpm", "checksum": "sha256:19d1de27d2f62b4a55735233807f70a1e8ff7551fed97ee8650dbd09c1ef50ea" }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20200619", + "release": "99.git3890db36.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm", + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "name": "lua-libs", "epoch": 0, @@ -5354,7 +5414,19 @@ ] }, "image-info": { - "bootmenu": [], + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20200923092048-4.18.0-240.el8.aarch64", + "initrd": "/boot/initramfs-4.18.0-240.el8.aarch64.img", + "linux": "/boot/vmlinuz-4.18.0-240.el8.aarch64", + "options": "$kernelopts", + "title": "Red Hat Enterprise Linux (4.18.0-240.el8.aarch64) 8.3 (Ootpa)", + "version": "4.18.0-240.el8.aarch64" + } + ], "default-target": "graphical.target", "groups": [ "adm:x:4:", @@ -5395,6 +5467,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -5475,6 +5555,9 @@ "kbd-2.0.4-10.el8.aarch64", "kbd-legacy-2.0.4-10.el8.noarch", "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-240.el8.aarch64", + "kernel-core-4.18.0-240.el8.aarch64", + "kernel-modules-4.18.0-240.el8.aarch64", "keyutils-libs-1.5.10-6.el8.aarch64", "kmod-25-16.el8.aarch64", "kmod-libs-25-16.el8.aarch64", @@ -5527,6 +5610,7 @@ "libxkbcommon-0.9.1-1.el8.aarch64", "libxml2-2.9.7-8.el8.aarch64", "libzstd-1.4.4-1.el8.aarch64", + "linux-firmware-20200619-99.git3890db36.el8.noarch", "lua-libs-5.3.4-11.el8.aarch64", "lz4-libs-1.8.3-2.el8.aarch64", "memstrack-0.1.11-1.el8.aarch64", @@ -5618,6 +5702,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/rhel_8-ppc64le-qcow2-boot.json b/test/data/manifests/rhel_8-ppc64le-qcow2-boot.json index 5e9b7820c..f163325c2 100644 --- a/test/data/manifests/rhel_8-ppc64le-qcow2-boot.json +++ b/test/data/manifests/rhel_8-ppc64le-qcow2-boot.json @@ -10245,6 +10245,114 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "90-vpdupdate.rules": [ + "DEVPATH!=\"/devices/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/virtual/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/system/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/cpu/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/breakpoint/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/tracepoint/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/software/*\", GOTO=\"vpd_end\"", + "ENV{DEVTYPE}==\"scsi_target\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"enclosure\", GOTO=\"vpd_end\"", + "ENV{DEVTYPE}==\"partition\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/uprobe/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/kprobe/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/rbd/*\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"scsi_device\", GOTO=\"vpd_update\"", + "SUBSYSTEM==\"scsi_host\", GOTO=\"vpd_update\"", + "SUBSYSTEMS==\"scsi*\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"nvme\", GOTO=\"vpd_update\"", + "SUBSYSTEM==\"nvme-subsystem\", GOTO=\"vpd_update\"", + "SUBSYSTEMS==\"nvme*\", GOTO=\"vpd_end\"", + "LABEL=\"vpd_update\"", + "RUN+=\"/bin/touch /run/run.vpdupdate\"", + "LABEL=\"vpd_end\"" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd console=ttyS0 console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" }, @@ -10262,6 +10370,14 @@ "version": "4.18.0-240.el8.ppc64le" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -10324,10 +10440,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10908,6 +11032,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10924,6 +11089,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -11006,6 +11177,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-ppc64le-tar-boot.json b/test/data/manifests/rhel_8-ppc64le-tar-boot.json index 46eb314dc..a2452f590 100644 --- a/test/data/manifests/rhel_8-ppc64le-tar-boot.json +++ b/test/data/manifests/rhel_8-ppc64le-tar-boot.json @@ -75,6 +75,9 @@ "sha256:0cb4ea44c720913b084b0a5953c86e3f1ed56096ea2b408fd8be9aad0fcd2445": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/grub2-tools-minimal-2.02-90.el8.ppc64le.rpm" }, + "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm" + }, "sha256:0e241b69a29968c3d11c2223b1a5e711cbe9015319b8c73bedf92513f282f9cd": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/librepo-1.12.0-2.el8.ppc64le.rpm" }, @@ -237,6 +240,9 @@ "sha256:4f2725db0dc03a8bb729ccf6ced8fc4e8eae995afa7029decb7a7aa81e6eb417": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/libgcrypt-1.8.5-4.el8.ppc64le.rpm" }, + "sha256:4f72a0902d4fa90820faa000c46562bd1db2da38b5a201b623ac1de657719441": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.ppc64le.rpm" + }, "sha256:5009afc9241f592691ce9097fb74dabba84b1d2eaf267a7bea71b33bc7ac3795": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/gmp-6.1.2-10.el8.ppc64le.rpm" }, @@ -444,6 +450,9 @@ "sha256:97ffad7f79927ee908510ae381ada704827d369b5a0b8715214f51270a0984d3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/libtasn1-4.13-3.el8.ppc64le.rpm" }, + "sha256:986afe87b189246093a6c5e274ad7112295de4f8a5fb7fb3cfa01baeab2d5a1a": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.ppc64le.rpm" + }, "sha256:9a1782b0ff33ad11979c039999990819c66145010e17c4af41550daf4d9d15ae": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/libcroco-0.6.12-4.el8_2.1.ppc64le.rpm" }, @@ -696,6 +705,9 @@ "sha256:fd5c2530f60be39592a9b1b7a65569d44f5bbb826db5e721d17e3cb9d6ffe41d": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-appstream-8.3.0.r-20210120/Packages/python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.ppc64le.rpm" }, + "sha256:fd7e2de42ebc5b333e7ee3250be4c1a6cc436c09d72be84ef27ddca8cdd6ff74": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.ppc64le.rpm" + }, "sha256:fdc0417e40a22216c0ccc0bb766438871249dd09442703bf612aeff4446b78ba": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/grub2-ppc64le-modules-2.02-90.el8.noarch.rpm" }, @@ -1579,6 +1591,15 @@ { "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "checksum": "sha256:4f72a0902d4fa90820faa000c46562bd1db2da38b5a201b623ac1de657719441" + }, + { + "checksum": "sha256:986afe87b189246093a6c5e274ad7112295de4f8a5fb7fb3cfa01baeab2d5a1a" + }, + { + "checksum": "sha256:fd7e2de42ebc5b333e7ee3250be4c1a6cc436c09d72be84ef27ddca8cdd6ff74" + }, { "checksum": "sha256:76ed4d1820916e1d4d5ba12a9200b790fc75f2801937d63753fca7e12b6c9d6e" }, @@ -1735,6 +1756,9 @@ { "checksum": "sha256:0143da5903a3053bbd62714904db5a7c1aba3b9ff77c97d9126a4479d3047c58" }, + { + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "checksum": "sha256:756fe3065871f2c7c1f9635ae75119d1755dbb6a5ea62fae7660b410d9392e34" }, @@ -4463,6 +4487,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm", "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "ppc64le", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.ppc64le.rpm", + "checksum": "sha256:4f72a0902d4fa90820faa000c46562bd1db2da38b5a201b623ac1de657719441" + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "ppc64le", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.ppc64le.rpm", + "checksum": "sha256:986afe87b189246093a6c5e274ad7112295de4f8a5fb7fb3cfa01baeab2d5a1a" + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "ppc64le", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.ppc64le.rpm", + "checksum": "sha256:fd7e2de42ebc5b333e7ee3250be4c1a6cc436c09d72be84ef27ddca8cdd6ff74" + }, { "name": "keyutils-libs", "epoch": 0, @@ -4931,6 +4982,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/libzstd-1.4.4-1.el8.ppc64le.rpm", "checksum": "sha256:0143da5903a3053bbd62714904db5a7c1aba3b9ff77c97d9126a4479d3047c58" }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20200619", + "release": "99.git3890db36.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm", + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "name": "lua-libs", "epoch": 0, @@ -5456,7 +5516,19 @@ ] }, "image-info": { - "bootmenu": [], + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20200923091536-4.18.0-240.el8.ppc64le", + "initrd": "/boot/initramfs-4.18.0-240.el8.ppc64le.img", + "linux": "/boot/vmlinuz-4.18.0-240.el8.ppc64le", + "options": "$kernelopts", + "title": "Red Hat Enterprise Linux (4.18.0-240.el8.ppc64le) 8.3 (Ootpa)", + "version": "4.18.0-240.el8.ppc64le" + } + ], "default-target": "graphical.target", "groups": [ "adm:x:4:", @@ -5497,6 +5569,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -5577,6 +5657,9 @@ "kbd-2.0.4-10.el8.ppc64le", "kbd-legacy-2.0.4-10.el8.noarch", "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-240.el8.ppc64le", + "kernel-core-4.18.0-240.el8.ppc64le", + "kernel-modules-4.18.0-240.el8.ppc64le", "keyutils-libs-1.5.10-6.el8.ppc64le", "kmod-25-16.el8.ppc64le", "kmod-libs-25-16.el8.ppc64le", @@ -5630,6 +5713,7 @@ "libxkbcommon-0.9.1-1.el8.ppc64le", "libxml2-2.9.7-8.el8.ppc64le", "libzstd-1.4.4-1.el8.ppc64le", + "linux-firmware-20200619-99.git3890db36.el8.noarch", "lua-libs-5.3.4-11.el8.ppc64le", "lz4-libs-1.8.3-2.el8.ppc64le", "memstrack-0.1.11-1.el8.ppc64le", @@ -5721,6 +5805,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/rhel_8-s390x-qcow2-boot.json b/test/data/manifests/rhel_8-s390x-qcow2-boot.json index 376c9ed81..77ba7d6b5 100644 --- a/test/data/manifests/rhel_8-s390x-qcow2-boot.json +++ b/test/data/manifests/rhel_8-s390x-qcow2-boot.json @@ -10128,6 +10128,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "bootloader": "unknown", "bootmenu": [ { @@ -10142,6 +10224,14 @@ "version": "4.18.0-240.el8.s390x" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -10204,10 +10294,18 @@ "wheel:x:10:", "zkeyadm:x:996:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10756,6 +10854,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10772,6 +10911,19 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:boot_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/bootmap" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10852,6 +11004,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-s390x-tar-boot.json b/test/data/manifests/rhel_8-s390x-tar-boot.json index 042a45e53..15b738c71 100644 --- a/test/data/manifests/rhel_8-s390x-tar-boot.json +++ b/test/data/manifests/rhel_8-s390x-tar-boot.json @@ -84,6 +84,9 @@ "sha256:0ca390faac45ebec8f5b9767e9f0d1903654e0c4ee9a2d820ec7b7eb34177fb3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/bash-4.4.19-12.el8.s390x.rpm" }, + "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm" + }, "sha256:0e14f266924426a8ed6fecfa0f7bdf6b45fae012bc602c4d26494420cf0bbe37": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/cyrus-sasl-lib-2.1.27-5.el8.s390x.rpm" }, @@ -120,6 +123,9 @@ "sha256:19b1a17e9bb9ff9c4908b5381a897e41d8d5daf3d2fa383356fe7f99dd94e85c": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/glibc-common-2.28-127.el8.s390x.rpm" }, + "sha256:1a76801e7bff45ded5e26e401ad924a90ea0aedca86ed0af6441568fe231c045": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.s390x.rpm" + }, "sha256:1cc3e427d85ddd7caeda2c9a5063af110987ef0009b19a3924757e76e0f7ac8a": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/gmp-6.1.2-10.el8.s390x.rpm" }, @@ -240,6 +246,9 @@ "sha256:46a118e7dd4c5a3b20eb8bee70fedec31260f59598f7b9e3e2a2fb26050dbb30": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/rpm-plugin-selinux-4.14.3-4.el8.s390x.rpm" }, + "sha256:46ab235fa85da3becb3ec6c72d4961e1540a6c4daed9de220ae91e1c2efe001d": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/dracut-049-95.git20200804.el8.s390x.rpm" + }, "sha256:46b6201ad0478a4546d22edd47f96f8e28db34d51fca9cda9cb07da3c57518d2": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/shadow-utils-4.6-11.el8.s390x.rpm" }, @@ -255,6 +264,9 @@ "sha256:4811ab95c1d50ef7380e2c5937ae4490f8e28f56cf787c189437d1709e4423fb": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-podlators-4.11-1.el8.noarch.rpm" }, + "sha256:48a21862acb40132ae88b511e00d50bd53600433c930b084bd8f903b04f3608d": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kbd-2.0.4-10.el8.s390x.rpm" + }, "sha256:49d92784895f84d5526661e685cd38d5df00d610d12b6850061199d672997348": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-Errno-1.28-416.el8.s390x.rpm" }, @@ -273,6 +285,12 @@ "sha256:4cc7df5bb4b441f031309c30264551fa372dfee8571b54d2333aa81a44995194": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libsysfs-2.1.0-24.el8.s390x.rpm" }, + "sha256:505dbc684f2d9b488a44cd587bcf50d453def83da568fca351ae78ff0a7cd9bd": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.s390x.rpm" + }, + "sha256:50f706979baa13d13c3486964f129ad824e90e5fa55576afa2c1074c9a19ab6d": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/memstrack-0.1.11-1.el8.s390x.rpm" + }, "sha256:51436452d89b01024c397555cc58b32ab3ac10055bd03043663b5debd089380b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libattr-2.4.48-3.el8.s390x.rpm" }, @@ -339,6 +357,9 @@ "sha256:6745b40a87d7633509401de65b8690fcb4aba78827476cfb7323454e7c097c33": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/crypto-policies-scripts-20200713-1.git51d1222.el8.noarch.rpm" }, + "sha256:677ea3b043f29110c06c6759be1a5afafa66b56bad6d7af6777d86cf7baefcb8": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/hardlink-1.3-6.el8.s390x.rpm" + }, "sha256:684d8438fec907d780ad69dd6f7571f84d73fecefc66026b751935d463973bd8": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-Data-Dumper-2.167-399.el8.s390x.rpm" }, @@ -381,6 +402,9 @@ "sha256:7a700253612da6c15213925740396023d984b38a9783fe1c12cc22523f41725c": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libusbx-1.0.23-4.el8.s390x.rpm" }, + "sha256:7af192dd97d723343c5142e2fb1053744b3d1e77b90e041ad5e0222b0258a001": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kmod-25-16.el8.s390x.rpm" + }, "sha256:7b6a754b55749e5f11ffec19cbb711f570607c2230e5750e5b2aaa915aa765c7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-appstream-8.3.0.r-20210120/Packages/perl-Digest-MD5-2.55-396.el8.s390x.rpm" }, @@ -471,6 +495,9 @@ "sha256:957f0ffdff9579966c5c0b8cccbd8d41bec7520aa48f7704b01f7ea62dee52e2": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/coreutils-8.30-8.el8.s390x.rpm" }, + "sha256:9761722b401cfb5386d8009b797a1a162f1deed04fef32815535703c9bb4b6a6": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/cpio-2.12-8.el8.s390x.rpm" + }, "sha256:97dd8188ad9cad88b4a7245de58a8004f00da99b92f58e85a5379c3889841c3e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/gnupg2-smime-2.2.20-2.el8.s390x.rpm" }, @@ -501,9 +528,15 @@ "sha256:9ee041eadd639ab6d9187f164c7f7b7954bdb4bf5f228555176207528e84fb1f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-Socket-2.027-3.el8.s390x.rpm" }, + "sha256:a1cfffafda842e79f900745f26753a210cfc58f4e93576fde25273ac18710837": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/systemd-udev-239-40.el8.s390x.rpm" + }, "sha256:a3fcbed3933ddfc8d46fff4195cbb7a3972400505980c3dda84480adbb9f1b8c": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/librepo-1.12.0-2.el8.s390x.rpm" }, + "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm" + }, "sha256:a4323036608c3e7708d688843b869177d58a17b3b39dd9baf69e53c6542c0ff6": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/python3-hawkey-0.48.0-5.el8.s390x.rpm" }, @@ -555,6 +588,9 @@ "sha256:af53fe5838e16824b50a6f16a4cc5850d2406f054d7c961c813673fc27698042": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libtasn1-4.13-3.el8.s390x.rpm" }, + "sha256:afff2aed4fc4d40aa67f9a4a974454e5e615df0bc5d730f869613ac9d61af262": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libkcapi-hmaccalc-1.2.0-2.el8.s390x.rpm" + }, "sha256:b03a3caa80a9abbc66109b0525b48d246080afcd4c712252cc3290f54211f81f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/platform-python-3.6.8-31.el8.s390x.rpm" }, @@ -603,6 +639,9 @@ "sha256:be12f50867e433b63941b878451483f97f7eb544f4a1f9688931df07a4357321": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/iptables-libs-1.8.4-15.el8.s390x.rpm" }, + "sha256:c0e26d7c9ba9d6a9f282d5d491e984fcdb4d90a2060f7b8327602a0dd0d80fff": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kpartx-0.8.4-5.el8.s390x.rpm" + }, "sha256:c1dd96e4e9779d699e85595e0c182d93f179f68981e6845f0af39b7c57b5ce2a": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/dbus-libs-1.12.8-11.el8.s390x.rpm" }, @@ -636,12 +675,18 @@ "sha256:d05b84d3b2126b91834bd388af680b10a73595363d138cd05920eb4ca8c0f03e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/xz-5.2.4-3.el8.s390x.rpm" }, + "sha256:d0823052db72e88fff242bcf14ab845078f35465e8edaca3749a5081d05c9ed0": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.s390x.rpm" + }, "sha256:d2593772ce32d37483f61d254990c31e3548ab504c793b95e8f4603a5040032b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-appstream-8.3.0.r-20210120/Packages/perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch.rpm" }, "sha256:d2c97f8d96d6f82e34975bfcf8c25606e0370a3def4da27d6aabc85a86f589ca": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-Encode-2.97-3.el8.s390x.rpm" }, + "sha256:d2e6011ba53f77f5950d86dc53982472b98dc239839530847ce8f96d56f6955d": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/procps-ng-3.3.15-3.el8.s390x.rpm" + }, "sha256:d4316202e68eca1bdb71553799e2e416db473b2a9476b3230a8bbf8896adbb9b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/lz4-libs-1.8.3-2.el8.s390x.rpm" }, @@ -651,9 +696,15 @@ "sha256:d8269e433825ef6eb1203b56b5ddc85c1160c24ac0da57a2a589bc50af505756": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/dbus-1.12.8-11.el8.s390x.rpm" }, + "sha256:d8e9066adc54e9d972ea126fd7e712b8dff951851608afab130a66661f796d4f": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libkcapi-1.2.0-2.el8.s390x.rpm" + }, "sha256:d906b13d5dd7a5595133e2a1af83ae17a1aae0c107579db723d21ec4371f3570": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-File-Path-2.15-2.el8.noarch.rpm" }, + "sha256:d97d6ef57cdd8731dc3cef774bb2bbdc0a506abf0e32cd58c49619bdf983733c": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/pigz-2.4-4.el8.s390x.rpm" + }, "sha256:dbb28005c8f68d794af2d9b35a3fcc3294190678b8cc9475acbad8a25a8837d3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-IO-1.38-416.el8.s390x.rpm" }, @@ -717,6 +768,9 @@ "sha256:f096312848673cfea1e1e448083321fe4599b3339a79dc2b9e3998fd2ea1bdf3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/p11-kit-trust-0.23.14-5.el8_0.s390x.rpm" }, + "sha256:f0cb56a04fa3b27c1a3bb8896372077234123b36fe3461aca8ddc7b912030ce8": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kbd-legacy-2.0.4-10.el8.noarch.rpm" + }, "sha256:f0f8b7ec4ec783f4e6310208926f54b0bceed5476b6cebb5be9b336faaeaab0a": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/diffutils-3.6-6.el8.s390x.rpm" }, @@ -1544,6 +1598,9 @@ { "checksum": "sha256:553631cd340e9d99f3c7cd6f98b49c444677b7f693499a39df3df656c9b72ccc" }, + { + "checksum": "sha256:9761722b401cfb5386d8009b797a1a162f1deed04fef32815535703c9bb4b6a6" + }, { "checksum": "sha256:2020a1fe4a1643ebdd76f6ae3a0942f115e80279625d54a783f804711915e5a3" }, @@ -1589,6 +1646,9 @@ { "checksum": "sha256:f0f8b7ec4ec783f4e6310208926f54b0bceed5476b6cebb5be9b336faaeaab0a" }, + { + "checksum": "sha256:46ab235fa85da3becb3ec6c72d4961e1540a6c4daed9de220ae91e1c2efe001d" + }, { "checksum": "sha256:f46664e3ff86f62df3823193b510abdb32861d3aeef0dd9b380921e79c5c3c8f" }, @@ -1655,6 +1715,9 @@ { "checksum": "sha256:bb55b46b0849b445cbb7c38749b79affcbf4ae4e43c86a39ba28a64dff1ad0ec" }, + { + "checksum": "sha256:677ea3b043f29110c06c6759be1a5afafa66b56bad6d7af6777d86cf7baefcb8" + }, { "checksum": "sha256:9df26f1ca53725cb1091fe8858747bb8c841eee29b604f96031d92880c283238" }, @@ -1664,12 +1727,36 @@ { "checksum": "sha256:42f4cfc52a662e95002a2a35c0edfe8b855162ce84f813f7110394dbf8ff2596" }, + { + "checksum": "sha256:48a21862acb40132ae88b511e00d50bd53600433c930b084bd8f903b04f3608d" + }, + { + "checksum": "sha256:f0cb56a04fa3b27c1a3bb8896372077234123b36fe3461aca8ddc7b912030ce8" + }, + { + "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" + }, + { + "checksum": "sha256:d0823052db72e88fff242bcf14ab845078f35465e8edaca3749a5081d05c9ed0" + }, + { + "checksum": "sha256:1a76801e7bff45ded5e26e401ad924a90ea0aedca86ed0af6441568fe231c045" + }, + { + "checksum": "sha256:505dbc684f2d9b488a44cd587bcf50d453def83da568fca351ae78ff0a7cd9bd" + }, { "checksum": "sha256:9b88cba46414a21b780f2fc25f8e76a0cc144aabf1bec1eb9873e10369cd27c3" }, + { + "checksum": "sha256:7af192dd97d723343c5142e2fb1053744b3d1e77b90e041ad5e0222b0258a001" + }, { "checksum": "sha256:e81af37e55bca721e41de93cbffedac3959256dd44bc67605908ac0298a1b74f" }, + { + "checksum": "sha256:c0e26d7c9ba9d6a9f282d5d491e984fcdb4d90a2060f7b8327602a0dd0d80fff" + }, { "checksum": "sha256:62e945e42597037b86b88c17cbd769abeab7e1f2fb816168967e17abf5a24619" }, @@ -1721,6 +1808,12 @@ { "checksum": "sha256:0af540f9af46e2ed891119dab6189e425323ac0742e0dd0f08b6df4e3ecb7092" }, + { + "checksum": "sha256:d8e9066adc54e9d972ea126fd7e712b8dff951851608afab130a66661f796d4f" + }, + { + "checksum": "sha256:afff2aed4fc4d40aa67f9a4a974454e5e615df0bc5d730f869613ac9d61af262" + }, { "checksum": "sha256:65bef4240948e0b9400b0d50c37420511ef2dbd0c0130bdb4413c3e60d60f2f1" }, @@ -1802,12 +1895,18 @@ { "checksum": "sha256:7cb3803b569daf0b47be6f13b1844690a8969c9114632d61ac67fe8d5fc22f84" }, + { + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "checksum": "sha256:fd05bb7abdb6087d9c0eaaf321d30bc11399dc74881374952c4a5215ea2c86e8" }, { "checksum": "sha256:d4316202e68eca1bdb71553799e2e416db473b2a9476b3230a8bbf8896adbb9b" }, + { + "checksum": "sha256:50f706979baa13d13c3486964f129ad824e90e5fa55576afa2c1074c9a19ab6d" + }, { "checksum": "sha256:0a3f52922caaa3b8213d350c3c955558d77fe31fe74f27fe58f178f93f381d56" }, @@ -1955,6 +2054,9 @@ { "checksum": "sha256:2cd240f59d6570295931d54dfb392604f524572cfe252b1b1c8cec7793736e4d" }, + { + "checksum": "sha256:d97d6ef57cdd8731dc3cef774bb2bbdc0a506abf0e32cd58c49619bdf983733c" + }, { "checksum": "sha256:b03a3caa80a9abbc66109b0525b48d246080afcd4c712252cc3290f54211f81f" }, @@ -1970,6 +2072,9 @@ { "checksum": "sha256:07f8f24c26ec3b1716c37c9b212f4f3397dcb3eb349ef5fe09bb444654fe0033" }, + { + "checksum": "sha256:d2e6011ba53f77f5950d86dc53982472b98dc239839530847ce8f96d56f6955d" + }, { "checksum": "sha256:f8c191d8b952621d10a1055be960bbe07be66f557c5a9d007f8908abcde1b9af" }, @@ -2042,6 +2147,9 @@ { "checksum": "sha256:ede55451447a43b705b6ce8f46cd50bb88eb04bd78f1ac4ebb141fe246be84a9" }, + { + "checksum": "sha256:a1cfffafda842e79f900745f26753a210cfc58f4e93576fde25273ac18710837" + }, { "checksum": "sha256:4c7e176a4024f519401c2b03fd69c23375714f80b5870894fccbb2abe4d0c724" }, @@ -2054,6 +2162,9 @@ { "checksum": "sha256:c8137c171006c5bc08a90432187c9af64d065b893dea90eeb90cb6cd41a1e7b5" }, + { + "checksum": "sha256:d05b84d3b2126b91834bd388af680b10a73595363d138cd05920eb4ca8c0f03e" + }, { "checksum": "sha256:2a45920a9540e5057920f7c987d3daf910240a6d1ee63d1fa80fcdf3cee4fd71" }, @@ -4360,6 +4471,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/coreutils-common-8.30-8.el8.s390x.rpm", "checksum": "sha256:553631cd340e9d99f3c7cd6f98b49c444677b7f693499a39df3df656c9b72ccc" }, + { + "name": "cpio", + "epoch": 0, + "version": "2.12", + "release": "8.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/cpio-2.12-8.el8.s390x.rpm", + "checksum": "sha256:9761722b401cfb5386d8009b797a1a162f1deed04fef32815535703c9bb4b6a6" + }, { "name": "cracklib", "epoch": 0, @@ -4495,6 +4615,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/diffutils-3.6-6.el8.s390x.rpm", "checksum": "sha256:f0f8b7ec4ec783f4e6310208926f54b0bceed5476b6cebb5be9b336faaeaab0a" }, + { + "name": "dracut", + "epoch": 0, + "version": "049", + "release": "95.git20200804.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/dracut-049-95.git20200804.el8.s390x.rpm", + "checksum": "sha256:46ab235fa85da3becb3ec6c72d4961e1540a6c4daed9de220ae91e1c2efe001d" + }, { "name": "elfutils-debuginfod-client", "epoch": 0, @@ -4693,6 +4822,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/gzip-1.9-9.el8.s390x.rpm", "checksum": "sha256:bb55b46b0849b445cbb7c38749b79affcbf4ae4e43c86a39ba28a64dff1ad0ec" }, + { + "name": "hardlink", + "epoch": 1, + "version": "1.3", + "release": "6.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/hardlink-1.3-6.el8.s390x.rpm", + "checksum": "sha256:677ea3b043f29110c06c6759be1a5afafa66b56bad6d7af6777d86cf7baefcb8" + }, { "name": "info", "epoch": 0, @@ -4720,6 +4858,60 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/json-c-0.13.1-0.2.el8.s390x.rpm", "checksum": "sha256:42f4cfc52a662e95002a2a35c0edfe8b855162ce84f813f7110394dbf8ff2596" }, + { + "name": "kbd", + "epoch": 0, + "version": "2.0.4", + "release": "10.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kbd-2.0.4-10.el8.s390x.rpm", + "checksum": "sha256:48a21862acb40132ae88b511e00d50bd53600433c930b084bd8f903b04f3608d" + }, + { + "name": "kbd-legacy", + "epoch": 0, + "version": "2.0.4", + "release": "10.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kbd-legacy-2.0.4-10.el8.noarch.rpm", + "checksum": "sha256:f0cb56a04fa3b27c1a3bb8896372077234123b36fe3461aca8ddc7b912030ce8" + }, + { + "name": "kbd-misc", + "epoch": 0, + "version": "2.0.4", + "release": "10.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm", + "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" + }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.s390x.rpm", + "checksum": "sha256:d0823052db72e88fff242bcf14ab845078f35465e8edaca3749a5081d05c9ed0" + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.s390x.rpm", + "checksum": "sha256:1a76801e7bff45ded5e26e401ad924a90ea0aedca86ed0af6441568fe231c045" + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.s390x.rpm", + "checksum": "sha256:505dbc684f2d9b488a44cd587bcf50d453def83da568fca351ae78ff0a7cd9bd" + }, { "name": "keyutils-libs", "epoch": 0, @@ -4729,6 +4921,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/keyutils-libs-1.5.10-6.el8.s390x.rpm", "checksum": "sha256:9b88cba46414a21b780f2fc25f8e76a0cc144aabf1bec1eb9873e10369cd27c3" }, + { + "name": "kmod", + "epoch": 0, + "version": "25", + "release": "16.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kmod-25-16.el8.s390x.rpm", + "checksum": "sha256:7af192dd97d723343c5142e2fb1053744b3d1e77b90e041ad5e0222b0258a001" + }, { "name": "kmod-libs", "epoch": 0, @@ -4738,6 +4939,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kmod-libs-25-16.el8.s390x.rpm", "checksum": "sha256:e81af37e55bca721e41de93cbffedac3959256dd44bc67605908ac0298a1b74f" }, + { + "name": "kpartx", + "epoch": 0, + "version": "0.8.4", + "release": "5.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/kpartx-0.8.4-5.el8.s390x.rpm", + "checksum": "sha256:c0e26d7c9ba9d6a9f282d5d491e984fcdb4d90a2060f7b8327602a0dd0d80fff" + }, { "name": "krb5-libs", "epoch": 0, @@ -4891,6 +5101,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libidn2-2.2.0-1.el8.s390x.rpm", "checksum": "sha256:0af540f9af46e2ed891119dab6189e425323ac0742e0dd0f08b6df4e3ecb7092" }, + { + "name": "libkcapi", + "epoch": 0, + "version": "1.2.0", + "release": "2.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libkcapi-1.2.0-2.el8.s390x.rpm", + "checksum": "sha256:d8e9066adc54e9d972ea126fd7e712b8dff951851608afab130a66661f796d4f" + }, + { + "name": "libkcapi-hmaccalc", + "epoch": 0, + "version": "1.2.0", + "release": "2.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libkcapi-hmaccalc-1.2.0-2.el8.s390x.rpm", + "checksum": "sha256:afff2aed4fc4d40aa67f9a4a974454e5e615df0bc5d730f869613ac9d61af262" + }, { "name": "libmetalink", "epoch": 0, @@ -5134,6 +5362,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/libzstd-1.4.4-1.el8.s390x.rpm", "checksum": "sha256:7cb3803b569daf0b47be6f13b1844690a8969c9114632d61ac67fe8d5fc22f84" }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20200619", + "release": "99.git3890db36.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm", + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "name": "lua-libs", "epoch": 0, @@ -5152,6 +5389,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/lz4-libs-1.8.3-2.el8.s390x.rpm", "checksum": "sha256:d4316202e68eca1bdb71553799e2e416db473b2a9476b3230a8bbf8896adbb9b" }, + { + "name": "memstrack", + "epoch": 0, + "version": "0.1.11", + "release": "1.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/memstrack-0.1.11-1.el8.s390x.rpm", + "checksum": "sha256:50f706979baa13d13c3486964f129ad824e90e5fa55576afa2c1074c9a19ab6d" + }, { "name": "mpfr", "epoch": 0, @@ -5593,6 +5839,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/perl-threads-shared-1.58-2.el8.s390x.rpm", "checksum": "sha256:2cd240f59d6570295931d54dfb392604f524572cfe252b1b1c8cec7793736e4d" }, + { + "name": "pigz", + "epoch": 0, + "version": "2.4", + "release": "4.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/pigz-2.4-4.el8.s390x.rpm", + "checksum": "sha256:d97d6ef57cdd8731dc3cef774bb2bbdc0a506abf0e32cd58c49619bdf983733c" + }, { "name": "platform-python", "epoch": 0, @@ -5638,6 +5893,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/popt-1.16-14.el8.s390x.rpm", "checksum": "sha256:07f8f24c26ec3b1716c37c9b212f4f3397dcb3eb349ef5fe09bb444654fe0033" }, + { + "name": "procps-ng", + "epoch": 0, + "version": "3.3.15", + "release": "3.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/procps-ng-3.3.15-3.el8.s390x.rpm", + "checksum": "sha256:d2e6011ba53f77f5950d86dc53982472b98dc239839530847ce8f96d56f6955d" + }, { "name": "publicsuffix-list-dafsa", "epoch": 0, @@ -5854,6 +6118,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/systemd-pam-239-40.el8.s390x.rpm", "checksum": "sha256:ede55451447a43b705b6ce8f46cd50bb88eb04bd78f1ac4ebb141fe246be84a9" }, + { + "name": "systemd-udev", + "epoch": 0, + "version": "239", + "release": "40.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/systemd-udev-239-40.el8.s390x.rpm", + "checksum": "sha256:a1cfffafda842e79f900745f26753a210cfc58f4e93576fde25273ac18710837" + }, { "name": "trousers", "epoch": 0, @@ -5890,6 +6163,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/util-linux-2.32.1-24.el8.s390x.rpm", "checksum": "sha256:c8137c171006c5bc08a90432187c9af64d065b893dea90eeb90cb6cd41a1e7b5" }, + { + "name": "xz", + "epoch": 0, + "version": "5.2.4", + "release": "3.el8", + "arch": "s390x", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-s390x-baseos-8.3.0.r-20210120/Packages/xz-5.2.4-3.el8.s390x.rpm", + "checksum": "sha256:d05b84d3b2126b91834bd388af680b10a73595363d138cd05920eb4ca8c0f03e" + }, { "name": "xz-libs", "epoch": 0, @@ -6001,7 +6283,19 @@ ] }, "image-info": { - "bootmenu": [], + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20200923092450-4.18.0-240.el8.s390x", + "initrd": "/boot/initramfs-4.18.0-240.el8.s390x.img", + "linux": "/boot/vmlinuz-4.18.0-240.el8.s390x", + "options": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd net.ifnames=0 crashkernel=auto", + "title": "Red Hat Enterprise Linux (4.18.0-240.el8.s390x) 8.3 (Ootpa)", + "version": "4.18.0-240.el8.s390x" + } + ], "default-target": "graphical.target", "groups": [ "adm:x:4:", @@ -6043,6 +6337,14 @@ "wheel:x:10:", "zkeyadm:x:996:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -6071,6 +6373,7 @@ "chkconfig-1.13-2.el8.s390x", "coreutils-8.30-8.el8.s390x", "coreutils-common-8.30-8.el8.s390x", + "cpio-2.12-8.el8.s390x", "cracklib-2.9.6-15.el8.s390x", "cracklib-dicts-2.9.6-15.el8.s390x", "crypto-policies-20200713-1.git51d1222.el8.noarch", @@ -6086,6 +6389,7 @@ "device-mapper-1.02.171-5.el8.s390x", "device-mapper-libs-1.02.171-5.el8.s390x", "diffutils-3.6-6.el8.s390x", + "dracut-049-95.git20200804.el8.s390x", "elfutils-debuginfod-client-0.180-1.el8.s390x", "elfutils-default-yama-scope-0.180-1.el8.noarch", "elfutils-libelf-0.180-1.el8.s390x", @@ -6110,11 +6414,20 @@ "groff-base-1.22.3-18.el8.s390x", "grubby-8.40-41.el8.s390x", "gzip-1.9-9.el8.s390x", + "hardlink-1.3-6.el8.s390x", "info-6.5-6.el8.s390x", "iptables-libs-1.8.4-15.el8.s390x", "json-c-0.13.1-0.2.el8.s390x", + "kbd-2.0.4-10.el8.s390x", + "kbd-legacy-2.0.4-10.el8.noarch", + "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-240.el8.s390x", + "kernel-core-4.18.0-240.el8.s390x", + "kernel-modules-4.18.0-240.el8.s390x", "keyutils-libs-1.5.10-6.el8.s390x", + "kmod-25-16.el8.s390x", "kmod-libs-25-16.el8.s390x", + "kpartx-0.8.4-5.el8.s390x", "krb5-libs-1.18.2-5.el8.s390x", "libacl-2.2.53-1.el8.s390x", "libarchive-3.3.2-9.el8.s390x", @@ -6132,6 +6445,8 @@ "libgcrypt-1.8.5-4.el8.s390x", "libgpg-error-1.31-1.el8.s390x", "libidn2-2.2.0-1.el8.s390x", + "libkcapi-1.2.0-2.el8.s390x", + "libkcapi-hmaccalc-1.2.0-2.el8.s390x", "libmetalink-0.1.3-7.el8.s390x", "libmount-2.32.1-24.el8.s390x", "libnghttp2-1.33.0-3.el8_2.1.s390x", @@ -6160,8 +6475,10 @@ "libxkbcommon-0.9.1-1.el8.s390x", "libxml2-2.9.7-8.el8.s390x", "libzstd-1.4.4-1.el8.s390x", + "linux-firmware-20200619-99.git3890db36.el8.noarch", "lua-libs-5.3.4-11.el8.s390x", "lz4-libs-1.8.3-2.el8.s390x", + "memstrack-0.1.11-1.el8.s390x", "mpfr-3.1.6-1.el8.s390x", "ncurses-6.1-7.20180224.el8.s390x", "ncurses-base-6.1-7.20180224.el8.noarch", @@ -6219,11 +6536,13 @@ "perl-podlators-4.11-1.el8.noarch", "perl-threads-2.21-2.el8.s390x", "perl-threads-shared-1.58-2.el8.s390x", + "pigz-2.4-4.el8.s390x", "platform-python-3.6.8-31.el8.s390x", "platform-python-pip-9.0.3-18.el8.noarch", "platform-python-setuptools-39.2.0-6.el8.noarch", "policycoreutils-2.9-9.el8.s390x", "popt-1.16-14.el8.s390x", + "procps-ng-3.3.15-3.el8.s390x", "publicsuffix-list-dafsa-20180723-1.el8.noarch", "python3-libs-3.6.8-31.el8.s390x", "python3-pip-wheel-9.0.3-18.el8.noarch", @@ -6248,11 +6567,13 @@ "systemd-239-40.el8.s390x", "systemd-libs-239-40.el8.s390x", "systemd-pam-239-40.el8.s390x", + "systemd-udev-239-40.el8.s390x", "trousers-0.3.14-4.el8.s390x", "trousers-lib-0.3.14-4.el8.s390x", "tzdata-2020a-1.el8.noarch", "util-linux-2.32.1-24.el8.s390x", "xkeyboard-config-2.28-1.el8.noarch", + "xz-5.2.4-3.el8.s390x", "xz-libs-5.2.4-3.el8.s390x", "zlib-1.2.11-16.el8_2.s390x" ], @@ -6291,6 +6612,124644 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:root_t:s0", + "filename": "" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/opt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mnt_t:s0", + "filename": "/mnt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/tape0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/config-4.18.0-240.el8.s390x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/vmlinuz-4.18.0-240.el8.s390x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/loader" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/loader/entries" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/loader/entries/ffffffffffffffffffffffffffffffff-4.18.0-240.el8.s390x.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/.vmlinuz-4.18.0-240.el8.s390x.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/initramfs-4.18.0-240.el8.s390x.img" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:system_map_t:s0", + "filename": "/boot/System.map-4.18.0-240.el8.s390x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/include" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/include/python3.6m" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/include/python3.6m/pyconfig-64.h" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_journalctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd-tmpfiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_busctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_coredumpctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_sd_unit_files" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_localectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_sd_machines" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_udevadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_sd_outputmodes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_kernel-install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd-run" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd-resolve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_timedatectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_curl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_bootctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_loginctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd-inhibit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_sd_hosts_or_user_at_host" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_hostnamectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd-analyze" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/zsh/site-functions/_systemd-delta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pixmaps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/tabset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/tabset/vt100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/tabset/stdcrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/tabset/vt300" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/tabset/std" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/wayland-sessions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.resolve1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.portable1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.locale1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/polkit-1/actions/org.freedesktop.login1.policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pki/ca-trust-legacy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pki/ca-trust-legacy/ca-bundle.legacy.disable.crt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/usr/share/pki/ca-trust-source" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/usr/share/pki/ca-trust-source/anchors" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/usr/share/pki/ca-trust-source/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/usr/share/pki/ca-trust-source/blacklist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/p" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/p/putty-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/p/putty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/p/pcansi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/j" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/j/jfbterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-noapp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-x10mouse" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-vt220" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-24" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-hp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-r5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-16color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-utf8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xf86-v32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-1002" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-1005" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-direct" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-direct2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-88color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xf86-v33" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-pcolor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-1006" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-basic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xf86-v44" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-8bit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xf86-v40" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-r6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xf86-v43" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xfree86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-sco" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-vt52" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-x11hilite" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-nic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-xf86-v333" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-1003" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-old" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-bold" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-x11mouse" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xterm-new" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/x/xfce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/A" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/A/Apple_Terminal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/a/ansi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/a/ansis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/a/aterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/l" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/l/linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/w" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/w/wsvt25" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/w/wsvt25m" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vt100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vte-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vte" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vt220" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vwmterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vt100-nav" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vt52" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/v/vt102" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mach" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mach-bold" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mach-gnu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mlterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mach-color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mrxvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/m/mach-gnu-color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/g" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/g/gnome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/g/gnome-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/t" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/t/teraterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/t/tmux-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/t/teraterm2.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/t/tmux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/b/bterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/h" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/h/hurd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-basic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-16color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-88color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-cygwin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-xpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-cygwin-native" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/r/rxvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/n" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/k" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/k/konsole" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/k/konsole-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/c/cygwin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/d/dumb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/e/eterm-color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/e/eterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/E" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/E/Eterm-88color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/E/Eterm-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/E/Eterm-color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.putty-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.xterm-new" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.mlterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.xterm-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.vte-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.vte" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.mrxvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.konsole-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/st" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.Eterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/st-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.gnome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.mlterm-256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen-16color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.konsole" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.rxvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.putty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/st-16color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.teraterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/terminfo/s/screen.xterm-r6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/augeas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/augeas/lenses" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/python3-wheels" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/python3-wheels/setuptools-39.2.0-py2.py3-none-any.whl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/python3-wheels/pip-9.0.3-py2.py3-none-any.whl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/globs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/treemagic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/ief.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-lws.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-kodak-k25.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-gimp-pat.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-jp2-codestream.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/fits.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/g3fax.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-kodak-dcr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-minolta-mrw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-ilbm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/png.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/cgm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/fax-g3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-niff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/bmp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-pict.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/svg+xml-compressed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-sgi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-portable-pixmap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-xpixmap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-sony-sr2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-quicktime.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-fuji-raf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-jng.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/ktx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.dwg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-cmu-raster.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/jpm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-skencil.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-sigma-x3f.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-xfig.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-tiff-multipage.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-canon-crw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-gimp-gbr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/jpeg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-portable-bitmap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-eps.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/emf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.dxf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/wmf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.microsoft.icon.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.rn-realpix.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-win-bitmap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-kodak-kdc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.adobe.photoshop.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-exr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/gif.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-xbitmap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-gzeps.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-sony-srf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-dds.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-compressed-xcf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-xcf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.djvu.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-applix-graphics.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-panasonic-rw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-gimp-gih.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/tiff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-lwo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-xcursor.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-panasonic-rw2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/dpx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-icns.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-adobe-dng.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/webp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-sony-arw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.ms-modi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/rle.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/svg+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-fpx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-macpaint.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-bzeps.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-msod.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/jp2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-pentax-pef.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-tga.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-dcraw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-photo-cd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-3ds.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-olympus-orf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-nikon-nef.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-dib.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-rgb.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.djvu+multipage.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-sun-raster.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-portable-graymap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-portable-anymap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.zbrush.pcx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/openraster.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/jpx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/vnd.wap.wbmp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-canon-cr2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/image/x-xwindowdump.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/aliases" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/font" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/font/ttf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/font/collection.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/font/woff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/font/otf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/mime.cache" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/magic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/types" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/subclasses" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/packages" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/packages/freedesktop.org.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/globs2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/symlink.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/chardevice.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/directory.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/blockdevice.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/fifo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/mount-point.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/inode/socket.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/icons" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/version" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-epoc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-epoc/x-sisx-app.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/video-svcd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/audio-dvd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/unix-software.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/blank-cd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/blank-hddvd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/video-vcd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/image-dcf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/image-picturecd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/blank-dvd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/video-hddvd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/audio-player.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/ebook-reader.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/video-dvd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/software.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/win32-software.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/blank-bd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/video-bluray.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/x-content/audio-cdda.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-mof.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-qml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vnd.graphviz.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/html.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-vhdl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-tex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-iptables.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-troff-me.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-genie.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-xslfo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-cmake.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/htmlh.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-vala.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-mpsub.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-install.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-c++src.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/xmcd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-subviewer.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/troff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-dcl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-ocl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/css.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-pascal.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-credits.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-texinfo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/tab-separated-values.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-gettext-translation-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-literate-haskell.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-txt2tags.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-reject.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-troff-ms.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-moc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/plain.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/cache-manifest.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/markdown.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x.gcode.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-setext.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-lua.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-svsrc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/csv.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-authors.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vcard.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-ocaml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-python.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-java.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-opml+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/calendar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-dsl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-troff-mm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-xmi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-ooc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-nfo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-changelog.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-tcl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-readme.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-gherkin.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-ms-regedit.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-uri.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-sass.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-uil.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/csv-schema.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-rpm-spec.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-mup.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-svhdr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-mrml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-idl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-lilypond.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-erlang.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-matlab.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-patch.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-ssa.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-google-video-pointer.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-scss.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-c++hdr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-imelody.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/enriched.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-eiffel.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-copying.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-gettext-translation.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vnd.rn-realtext.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-emacs-lisp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/richtext.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-modelica.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/rust.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vnd.trolltech.linguist.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-verilog.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vnd.wap.wml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-cobol.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-haskell.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-objcsrc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-adasrc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/turtle.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-go.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-uuencode.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-twig.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-chdr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-fortran.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-makefile.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-microdvd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/sgml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/rfc822-headers.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-python3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-scheme.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vtt.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-log.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-csrc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-dsrc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vnd.wap.wmlscript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-dbus-service.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-ldif.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-bibtex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-scala.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-systemd-unit.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-csharp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-meson.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/vnd.sun.j2me.app-descriptor.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-opencl-src.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/spreadsheet.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/text/x-scons.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-powerpoint.slideshow.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-planperfect.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wii-wad.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sg1000-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-tgif.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-atari-lynx-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-dvi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-jbuilder-project.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-applix-word.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.palm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-archive.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gedcom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.document.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-theme.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-python-bytecode.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-hfe-floppy-image.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkcs7-signature.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-msx-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-awk.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/owl+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-java-jnlp-file.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openofficeorg.extension.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/gpx+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pkcs7-certificates.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkcs10.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-java-archive.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-macbinary.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/msword.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/relax-ng-compact-syntax.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-dos.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-java-keystore.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slideshow.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-nintendo-ds-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ms-wim.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-asf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ms-dos-executable.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gamegear-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lzip-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/zlib.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kspread-crypt.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-pcf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sms-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-virtual-boy-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.draw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-neo-geo-pocket-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.coffeescript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/geo+json.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/oda.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-fluid.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sv4crc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-nzb.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.writer.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-blender.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/gzip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-mozilla-bookmarks.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-toutdoux.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-qw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sami.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/mathematica.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-troff-man.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/raml+yaml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-zerosize.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.android.package-archive.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-amiga-disk-format.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-genesis-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-shared-library-la.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-nautilus-link.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/xspf+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-ttx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-word.document.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gtk-builder.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.rn-realmedia.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/octet-stream.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-hwt.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-hdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cisco-vpn-settings.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-windows-themepack.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pc-engine-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-iwork-keynote-sffkey.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kontour.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/mxf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-shorten.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ipynb+json.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-graphite.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-libgrx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/zip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/mac-binhex40.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.impress.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cdrdao-toc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/rdf+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bzdvi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-compress.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.presentation-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/annodex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wonderswan-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/metalink4+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/postscript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.formula.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/metalink+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.visio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kspread.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lz4.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lrzip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/sql.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-alz.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-atari-7800-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bcpio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-wpl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-x509-ca-cert.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-excel.sheet.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.chess-pgn.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/jrd+json.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-perl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ksysv-package.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-desktop.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/mbox.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ole-storage.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-csh.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gnuplot.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.presentation-flat-xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-php.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.apple.mpegurl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkix-pkipath.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kexiproject-shortcut.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.calc.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-genesis-32x-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kivio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-type1.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-fictionbook+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gnumeric.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.graphics.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-designer.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-markaby.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.writer.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gba-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.math.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/ld+json.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-t602.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.presentation.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lzpdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-source-rpm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/gnunet-directory.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pocket-word.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.flatpak.ref.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.draw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wpg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-amipro.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-tex-tfm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-visio.drawing.macroenabled.main+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-speedo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkix-crl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-cab-compressed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-partial-download.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-doom-wad.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-subrip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-n64-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/sieve.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pgp-keys.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-profile.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.math.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-mimearchive.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/trig.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pgp-encrypted.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-zoo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-java-pack200.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ustar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-m4.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.symbian.install.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cpio-compressed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gnucash.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-executable.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.database.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wais-source.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bzip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lzma-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kexi-connectiondata.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-java.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ipod-firmware.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.squashfs.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-visio.stencil.macroenabled.main+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kugar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/json-patch+json.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-iso9660-appimage.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-afm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-dbf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-hwp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xpinstall.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bittorrent.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-applix-spreadsheet.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-raw-disk-image-xz-compressed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.lotus-1-2-3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sega-pico-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/andrew-inset.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lz4-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-krita.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ace.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-yaml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/xml-external-parsed-entity.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gtktalog.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wwf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-excel.template.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sega-cd-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.text-flat-xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/javascript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-powerpoint.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-mif.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-visio.stencil.main+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.chart.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-siag.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.calc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gzdvi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.flatpak.repo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.flatpak.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xz.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gzpdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wii-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-object.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gdbm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kpresenter.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-dia-diagram.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-fds-disk.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.comicbook+zip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-tarz.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/sdp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-quicktime-media-link.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gamecube-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.image.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-powerpoint.presentation.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kformula.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-apple-diskimage.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/xslt+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-arc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-arj.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-troff-man-compressed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/ecmascript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-smaf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-word.template.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kchart.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cbr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-magicpoint.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lrzip-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-access.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-atari-2600-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/winhlp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-excel.addin.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-stuffit.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.framemaker.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/json.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-flat-xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/mathml+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-zip-compressed-fb2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pgp-signature.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.corel-draw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.snap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.graphics-flat-xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ufraw.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.emusic-emusic_package.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.graphics-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-tex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gameboy-color-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-tzo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bzpdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-msi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cpio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.wordperfect.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kpovmodeler.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkix-cert.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.impress.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kexiproject-sqlite2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/oxps.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.chart-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lhz.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-asp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.hp-pcl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-mobipocket-ebook.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-spss-por.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-vfont.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/rtf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-it87.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/illustrator.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-iff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-killustrator.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-tex-gf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sqlite3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ccmx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gettext-translation.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-karbon.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.writer.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-egon.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ica.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-abiword.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cd-image.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkcs12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lzma.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.chart.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/xml-dtd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.tcpdump.pcap.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/smil+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.google-earth.kmz.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.formula-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/rss+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-dc-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-aportisdoc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-wonderswan-color-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-visio.template.main+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bzip-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-powerpoint.slide.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-ruby.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-excel.sheet.binary.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-tex-pk.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-tnef.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-spss-sav.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.text.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.stardivision.mail.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.nintendo.snes.rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sqlite2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.calc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-visio.drawing.main+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.google-earth.kml+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-bdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-par2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.text-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-mswinurl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-slp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-netshow-channel.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-nes-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kexiproject-sqlite3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkcs7-mime.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pak.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-thomson-cassette.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-trash.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gameboy-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slide.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kword.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-htmlhelp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-oleo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.debian.binary-package.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-sunos-news.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xbel.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-riff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-publisher.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lyx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lzip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gzpostscript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-quattropro.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.text-master.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/xhtml+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.rar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-go-sgf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-dia-shape.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-raw-disk-image.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/atom+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/msword-template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xzpdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.mozilla.xul+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-shellscript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-netcdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.iccprofile.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bsdiff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sharedlib.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pdf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.adobe.flash.movie.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.presentation.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-saturn-rom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cb7.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.oasis.opendocument.text-web.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.impress.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cue.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-matroska.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-bzpostscript.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-framemaker.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-rpm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-cbt.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lha.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.writer.global.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/pkcs8.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/gml+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.hp-hpgl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pef-executable.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.appimage.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/ram.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-font-linux-psf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-powerpoint.addin.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.sun.xml.draw.template.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-thomson-sap-image.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-7z-compressed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.lotus-wordpro.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-e-theme.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-navi-animation.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-gz-font-linux-psf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-works.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/dicom.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-sv4cpio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xz-compressed-tar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-java-jce-keystore.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-excel.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-kword-crypt.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-glade.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-visio.template.macroenabled.main+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-pagemaker.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-docbook+xml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-shar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/vnd.ms-powerpoint.template.macroenabled.12.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-class-file.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/prs.plucker.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-dar.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-thomson-cartridge-memo7.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-qtiplot.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-core.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/epub+zip.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-qpress.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-mswrite.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-lzop.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/application/x-xliff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/wavelet.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/3gpp2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/mp2t.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-msvideo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-flic.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-anim.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/annodex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/dv.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-matroska-3d.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/mpeg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/mp4.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/isivideo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-javafx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/mj2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-theora+ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/webm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-sgi-movie.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/vnd.rn-realvideo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-ms-wmv.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-ogm+ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/vnd.vivo.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/quicktime.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-nsv.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/3gpp.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-mng.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-matroska.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/x-flv.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/video/vnd.mpegurl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/partial.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/news.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/disposition-notification.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/x-gnu-rmail.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/rfc822.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/external-body.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/message/delivery-status.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/model" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/model/x.stl-binary.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/model/x.stl-ascii.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/model/iges.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/model/vrml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/report.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/digest.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/encrypted.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/signed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/x-mixed-replace.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/alternative.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/mixed.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/related.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/multipart/appledouble.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/XMLnamespaces" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-opus+ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-ms-asx.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-xi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-s3m.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/vnd.rn-realaudio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-musepack.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/aac.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/flac.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-amzxml.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-it.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/mp2.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-vorbis+ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/vnd.dts.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-wavpack-correction.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/annodex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/mpeg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/amr-wb.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-aifc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-mpegurl.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/amr.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-wavpack.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-voc.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/mp4.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-iriver-pla.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/prs.sid.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-ape.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-xm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-aiff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-scpls.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-adpcm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-pn-audibleaudio.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-tta.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-flac+ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/webm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-ms-wma.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/ac3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-mod.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-gsm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-xmf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-speex+ogg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-psf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-wav.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-minipsf.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-psflib.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-stm.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-speex.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-riff.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-m4b.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-mo3.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/basic.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/x-matroska.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/midi.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/audio/vnd.dts.hd.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime/generic-icons" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/grep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/grep/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/grep/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/grep/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/grep/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/grep/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Data-Dumper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Data-Dumper/Todo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Data-Dumper/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/Linux-PAM_SAG.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_umask.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-configuration.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_deny.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-author.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_keyinit.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_time.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_rootok.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_group.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-security-issues.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_permit.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-copyright.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_cracklib.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_motd.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_selinux.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-see-also.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_securetty.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-overview.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_pwhistory.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/Linux-PAM_SAG.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_mail.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_limits.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_timestamp.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_access.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_userdb.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_unix.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-module-reference.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_nologin.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_env.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-security-issues-wrong.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_xauth.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_issue.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-text-conventions.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_listfile.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_faildelay.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_ftp.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-configuration-example.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_rhosts.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_filter.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_lastlog.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-configuration-file.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_exec.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_succeed_if.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_localuser.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_mkhomedir.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_shells.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_loginuid.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-configuration-directory.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-security-issues-other.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-introduction.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_debug.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_namespace.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_warn.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_echo.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/html/sag-pam_wheel.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_console" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_mkhomedir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_nologin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_namespace" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_filter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_mail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_keyinit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_debug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_wheel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_deny" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_env" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_ftp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_sepermit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_access" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_tty_audit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_echo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_unix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_userdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_pwhistory" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_securetty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_group" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_loginuid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_timestamp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_rootok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_lastlog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_localuser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_issue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_motd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_faildelay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_permit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_usertype" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_time" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_chroot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_rhosts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_warn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_faillock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_umask" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_limits" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_succeed_if" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_cracklib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_shells" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_listfile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_xauth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_postgresok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_exec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pam/txts/README.pam_stress" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gmp/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gmp/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/README.sg_start" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/COVERAGE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils/BSD_LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-Cap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-Cap/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-Cap/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux/getopt-parse.tcsh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux/deprecated.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/util-linux/getopt-parse.bash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gnutls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gnutls/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gnutls/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gnutls/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gnutls/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgcrypt/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgcrypt/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgcrypt/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-pip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-pip/README.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL.agent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/OVERVIEW" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL.chacha20poly1305" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/README.tun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL.mux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/README.privsep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/README.platform" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/INSTALL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL.krl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL.key" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/README.dns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssh/PROTOCOL.certkeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libnet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libnet/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libnet/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gzip/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Unicode-Normalize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Unicode-Normalize/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Unicode-Normalize/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/trousers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/trousers/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/trousers/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxml2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxml2/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxml2/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxml2/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxml2/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/policycoreutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest-MD5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest-MD5/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest-MD5/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libblkid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libblkid/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed/sedfaq.txt.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sed/BUGS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/memstrack" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/memstrack/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/s390utils-base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/s390utils-base/lszdev_usage.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/s390utils-base/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/s390utils-base/chzdev_usage.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/s390utils-base/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtirpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtirpc/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtirpc/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtirpc/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtirpc/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl-pkcs11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl-pkcs11/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Scalar-List-Utils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Scalar-List-Utils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Scalar-List-Utils/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libssh/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libssh/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libssh/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libssh/BSD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/multiplebuilds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/tsort" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/spec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/relocatable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/dependencies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/buildroot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/queryformat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/builddependencies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/format" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/hregions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/signatures" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/conditionalbuilds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/rpm/triggers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads/examples" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads/examples/pool.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads/examples/pool_reuse.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libkcapi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libkcapi/README.redhat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libkcapi/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-constant" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-constant/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-constant/eg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-constant/eg/synopsis.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-constant/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Path/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Path/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/bugs.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/README.top" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/FAQ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/procps-ng/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/test-ca.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-cert.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-key.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-cert.der" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-key.der" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-ecc-cert.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/client-key.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server2-key.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/create-certs.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server2-cert.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/proxyca.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/client-cert.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-wildcard.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server.p12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-ecc-key.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/test-subca.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server_enc.p12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/server-key.enc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/client-key.enc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/certs/sub-server.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/docs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/docs/debugging.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example/async_https_server.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example/lwp-with-verifycn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example/ssl_mitm.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example/ssl_client.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example/ssl_server.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/example/simulate_proxy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-SSL/BUGS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/expat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/expat/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/expat/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Mozilla-CA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Mozilla-CA/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Mozilla-CA/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/redhat-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/redhat-release/GPL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/redhat-release/GPL-source-offer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/diffutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/diffutils/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/diffutils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gdbm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gdbm/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gdbm/NOTE-WARNING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gdbm/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gdbm/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gdbm/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kernel-keys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kernel-keys/4.18.0-240.el8.s390x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kernel-keys/4.18.0-240.el8.s390x/kernel-signing-s390.cer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kernel-keys/4.18.0-240.el8.s390x/kernel-signing-ca.cer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/python3-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/python3-libs/README.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/CHANGES.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/history.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/setuptools.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/roadmap.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/python3.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/formats.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/index.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/developer-guide.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/pkg_resources.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/releases.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/easy_install.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/development.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/README.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python-setuptools/requirements.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Usage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Usage/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Usage/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shadow-utils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shadow-utils/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shadow-utils/HOWTO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shadow-utils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Encode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Encode/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Encode/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Encode/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgpg-error" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgpg-error/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgpg-error/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgpg-error/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libgpg-error/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libverto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libverto/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libverto/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libverto/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libverto/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpwquality" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpwquality/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpwquality/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpwquality/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/TRANSIENT-SETTINGS.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/UIDS-GIDS.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/20-yama-ptrace.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/GVARIANT-SERIALIZATION" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/HACKING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/CODING_STYLE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/DISTRO_PORTING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/ENVIRONMENT.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/systemd/TRANSLATORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp/misc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp/misc/results.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp/misc/benchmark.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-File-Temp/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples/skel3.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples/skel1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples/skel4.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples/skel2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/examples/parsetime.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Getopt-Long/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/HOWTO.testing" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/README.symbols" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/HOWTO.transition" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/README.enhancing" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xkeyboard-config/README.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/tzdata" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/tzdata/theory.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/tzdata/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/tzdata/tz-art.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/tzdata/tz-link.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/p11-kit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/p11-kit/pkcs11.conf.example" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/p11-kit/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/p11-kit/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/p11-kit/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/json-c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Time-Local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Time-Local/CONTRIBUTING.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Time-Local/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Time-Local/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glib2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glib2/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glib2/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glib2/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtasn1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtasn1/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtasn1/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtasn1/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libtasn1/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest/digest-bench" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Digest/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash/bash.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash/RBASH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash/FAQ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash/INTRO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/bash/bashref.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses-base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses-base/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kpartx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kpartx/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ethtool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ethtool/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ethtool/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ethtool/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ethtool/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre2/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre2/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pcre2/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpcap/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpcap/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libpcap/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dbus-daemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dbus-daemon/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dbus-daemon/HACKING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dbus-daemon/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dbus-daemon/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dbus-daemon/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/makecert.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/get_page.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/minicli.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/sslecho.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/bio.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/get_authenticated_page.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/ssl_diff.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/bulk.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/sslcat.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/https-proxy-snif.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/ephemeral.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/tcpecho.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/passwd-cb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/ssl-inetd-serv.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/cb-testi.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/cli-cert.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/x509_cert_details.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/get_page_cert.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/stdio_bulk.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/req.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/tcpcat.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/server_key.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/examples/callback.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/CONTRIBUTING.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/QuickRef" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Net-SSLeay/Credits" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Text-Tabs+Wrap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Text-Tabs+Wrap/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Text-Tabs+Wrap/CHANGELOG" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shared-mime-info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shared-mime-info/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shared-mime-info/shared-mime-info-spec.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shared-mime-info/HACKING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/shared-mime-info/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gawk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gawk/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gawk/README.multibyte" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gawk/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/gawk/POSIX.STD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libarchive" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libarchive/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libarchive/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/dracut.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/dracut.svg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/HACKING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/dracut/dracut.png" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cpio/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Storable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Storable/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Storable/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/libsysfs.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsysfs/LGPL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-PathTools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-PathTools/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kmod/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kmod/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kmod/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads-shared" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads-shared/examples" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads-shared/examples/class.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads-shared/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-threads-shared/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils-libs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sg3_utils-libs/BSD_LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Escapes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Escapes/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Escapes/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Carp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Carp/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Carp/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/zlib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/zlib/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/zlib/FAQ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc-common" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc-common/gai.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc-common/README.timezone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/coreutils-common" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/coreutils-common/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/coreutils-common/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/coreutils-common/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/coreutils-common/ABOUT-NLS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/coreutils-common/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Perldoc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Perldoc/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Perldoc/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc/INSTALL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/glibc/rtld-debugger-interface.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libseccomp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libseccomp/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libseccomp/CHANGELOG" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libseccomp/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Simple" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Simple/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Pod-Simple/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/lz4-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/lz4-libs/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cracklib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cracklib/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cracklib/README-WORDS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cracklib/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cracklib/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cracklib/README-LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-parent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-parent/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libunistring" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libunistring/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libunistring/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libunistring/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl/Makefile.certificate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl/README.FIPS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openssl/FAQ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Text-ParseWords" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Text-ParseWords/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Text-ParseWords/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libffi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libffi/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sqlite-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sqlite-libs/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-URI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-URI/uri-test" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-URI/CONTRIBUTING.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-URI/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/platform-python/README.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/TheArtOfHttpScripting" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/FEATURES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/MANUAL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/FAQ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/RESOURCES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/curl/BUGS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libutempter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libutempter/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/nettle" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/nettle/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/nettle/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/nettle/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/nettle/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/groff-base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/groff-base/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/groff-base/BUG-REPORT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/groff-base/MORE.STUFF" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/groff-base/PROBLEMS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses/NEWS.bz2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses/TO-DO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/ncurses/ANNOUNCE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/findutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/findutils/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/findutils/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/findutils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/findutils/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/findutils/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxcrypt/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxcrypt/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libxcrypt/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libcap/capability.notes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libs/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libs/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-libs/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsigsegv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsigsegv/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsigsegv/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libsigsegv/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/device-mapper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/device-mapper/VERSION_DM" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/device-mapper/12-dm-permissions.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/device-mapper/WHATS_NEW_DM" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/device-mapper/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-IP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-IP/examples" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-IP/examples/connect.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-IP/examples/nonblocking_libasyncns.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-IP/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-IO-Socket-IP/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr/FAQ.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/mpfr/BUGS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libdb/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-3.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/dvorak.xmodmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-9.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-13.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-8.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-6.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/font-formats-1.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-18.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-23.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-16.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/font-formats.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-19.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/font-formats-5.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/dvorak.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/utfdemo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/utflist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-21.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-4.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/font-formats-3.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-1.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-20.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/ANSI-dvorak.gif" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-5.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-2.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-14.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-15.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-7.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/dvorak-l.xmodmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/font-formats-4.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-17.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-10.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/font-formats-2.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-12.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-22.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/dvorak.diffs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/dvorak-r.xmodmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/kbd/kbd.FAQ-11.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/eg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/eg/mirror.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/eg/post.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/eg/get.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-HTTP-Tiny/CONTRIBUTING.mkdn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/krb5-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/krb5-libs/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/krb5-libs/NOTICE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libidn2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libidn2/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libidn2/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libidn2/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-MIME-Base64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-MIME-Base64/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-MIME-Base64/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libmetalink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/libmetalink/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/setup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/setup/uidgid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/lzma-file-format.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/history.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/COPYING.GPLv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/xz-file-format.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/faq.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/xz/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openldap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openldap/ANNOUNCEMENT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openldap/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/openldap/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Socket/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/NEWS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/GPL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/ChangeLog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/CREDITS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/sysfsutils/libsysfs.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/index.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/developer.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/operations.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/genindex.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/download.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/packager.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/setup.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/search.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/getsasl.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/cyrus-sasl-lib/support.html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pigz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pigz/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/pigz/pigz.pdf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/popt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/popt/CHANGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-ANSIColor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-ANSIColor/examples" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-ANSIColor/examples/generate-colors" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-ANSIColor/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Term-ANSIColor/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-podlators" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-podlators/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-podlators/TODO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-podlators/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-podlators/THANKS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-podlators/NOTES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Exporter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Exporter/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/doc/perl-Exporter/Changes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pkgconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pkgconfig/udev.pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pkgconfig/systemd.pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pkgconfig/shared-mime-info.pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/pkgconfig/dracut.pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/backgrounds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devutf8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devutf8/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devutf8/R" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devutf8/I" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devutf8/DESC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devutf8/BI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/BMI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/PR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/NI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/SS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/ZD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/text.enc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/EURO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HNB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/freeeuro.pfa_" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/NBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/S" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/TR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/AR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HNI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/PI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/CR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/symbolsl.pfa_" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HNR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/AI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/NB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/prologue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/download" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/TI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/CBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/DESC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/ABI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/dingbats.map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/afmname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/symbol.sed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/Makefile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/lgreekmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/symbolchars" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/textmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/symbolsl.afm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/generate/dingbats.rmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/ZCMI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/CB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/BMB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/PBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/BMR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/TB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/zapfdr.pfa_" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/ZDR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/PB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/CI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/TBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/AB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/HNBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/NR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/freeeuro.afm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devps/BMBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/S" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/CR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/R" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/CBI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/I" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/DESC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/CB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/BI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devhtml/CI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devlatin1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devlatin1/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devlatin1/R" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devlatin1/I" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devlatin1/DESC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devlatin1/BI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devascii/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devascii/R" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devascii/I" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devascii/DESC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/font/devascii/BI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/eign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/latin9.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/ps.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/eqnrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/an-old.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/fr.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/tty.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/den.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/troffrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/psold.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/pic.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/html-end.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/de.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/andoc.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphen.den" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphenex.us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/devtag.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mdoc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mdoc/doc-syms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mdoc/doc-ditroff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mdoc/doc-nroff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mdoc/doc-common" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/latin1.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphen.sv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/latin5.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/safer.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mdoc.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/psatk.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/troffrc-end" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphen.cs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphen.fr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/sv.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/fallbacks.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/pspic.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/www.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/europs.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/trans.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/html.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/doc-old.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/man.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/papersize.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/mandoc.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphen.us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/composite.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/cs.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/ja.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphenex.cs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/tty-char.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/an-ext.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/unicode.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/latin2.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphenex.det" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/hyphen.det" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/an.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/doc.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/1.22.3/tmac/cp1047.tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/groff/current" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/publicsuffix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/publicsuffix/public_suffix_list.dafsa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/session.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.portable1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.locale1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.d/org.freedesktop.login1.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.locale1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.portable1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system-services/org.freedesktop.login1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/services" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/services/org.freedesktop.systemd1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/system.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dbus-1/interfaces" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/i18n" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/i18n/locales" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/i18n/charmaps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/empty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/sounds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/redhat-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/redhat-release/EULA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/themes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/getopt.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/inplace.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/group.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/readfile.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/quicksort.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/strtonum.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/ctime.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/processarray.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/passwd.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/cliff_rand.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/readable.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/zerofile.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/shellquote.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/ftrans.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/have_mpfr.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/walkarray.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/rewind.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/assert.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/join.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/intdiv0.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/gettime.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/noassign.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/libintl.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/bits2str.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/ord.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/awk/round.awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/netboot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/netboot/Makefile.pxelinux.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/netboot/mk-s390image" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/netboot/mk-pxelinux-ramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/netboot/Dockerfile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/netboot/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-sf-modes.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-extended-z10.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-cfvn-1.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-extended-z15.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-hw-counter.map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-extended-zEC12.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-extended-z14.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-extended-z196.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-extended-z13.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-cfvn-3.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-csvn-6.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/cpumf/cpum-cf-csvn-12345.ctr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/genprotimg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/genprotimg/stage3b_reloc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/genprotimg/check_hostkeydoc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/s390-tools/genprotimg/stage3a.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/mime-info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/metainfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man9x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_TW/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/mann" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sv/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man6x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sk/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/sk/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/groff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmodstyle.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/exit.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5144delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlplan9.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/setfacl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-prime.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-inhibit.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/neqn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tail.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_tuner.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-speed.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tabs.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlbook.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzfgrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_recover.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dirname.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pod2usage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl589delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldata.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-genrsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5223delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkey.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlreapi.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-uuidgen.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/resolvectl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldos.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zless.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-monitor.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkcs12.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-verify.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlnumber.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlreref.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkeyparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/hexdump.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gawk.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlootut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5121delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-path.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlos400.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-cat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/bind.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-socket-activate.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ocsp.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/busctl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlintro.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gapplication.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mktemp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/return.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlirix.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmacosx.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gnroff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/bashbug.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/times.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5201delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlfunc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-ec.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-machine-id-setup.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlstyle.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ionice.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/debuginfod-find.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mkfifo.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perliol.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5221delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsub.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlcygwin.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/uuidparse.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/users.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/write.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-x509.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-firstboot.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5243delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/open.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/stat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/skill.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5100delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlpod.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/continue.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nseq.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zsoelim.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mv.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ls.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_verify.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/prime.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gio-querymodules.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/wc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/timeout.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/arch.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lsipc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rsautl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/flock.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tac.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldoc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlport.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zkey.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/hardlink.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/suspend.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmacos.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gsoelim.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/scriptreplay.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5262delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/logger.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl586delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/utmpdump.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nproc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/captoinfo.1m.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sleep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ecparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlpodspec.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5101delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/portablectl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/b2sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlop.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5182delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-ecparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/last.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-ask-password.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlguts.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-ciphers.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlthrtut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/snice.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mesg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/bootctl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/realpath.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl581delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/speed.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/base64.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sdiff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsolaris.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldebguts.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/runuser.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlapio.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-cms.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/diff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhist.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlclib.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/preconv.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/verify.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-nseq.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/encguess.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/look.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-rsautl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/awk.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chvt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pwdx.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_load.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhpux.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fallocate.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/local.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mcookie.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/slabtop.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-cgtop.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/req.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5220delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pwd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl56delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_upgrade.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/groups.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-firstboot.service.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rmdir.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/secon.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_printlog.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/troff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-mount.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/basename.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlrequick.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mkdir.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/asn1parse.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lsmem.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_stat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-analyze.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlinterp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-genpkey.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pidof.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzdec.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlnewmod.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/comm.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/setmetamode.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlgit.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/head.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsource.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lsinitrd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5120delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-s_time.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nice.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/trust.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-crl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unshare.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlpacktut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/link.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlpodstyle.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tsort.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltoot.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/glib-compile-schemas.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-pkeyutl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldelta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chmod.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzcmp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlunifaq.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ulimit.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-pkcs8.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlretut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-enc.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-pkcs12.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlqnx.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/grotty.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openvt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pushd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_archive.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/expr.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/uuidgen.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gio.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unxz.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perluniprops.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-smime.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5141delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlcn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/bg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unicode_stop.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlrebackslash.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/seq.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-cgls.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5162delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/genrsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-detect-virt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/logout.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/shopt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5140delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/setleds.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlboot.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/soelim.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/localectl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-storeutl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhacktut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltrap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlunitut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pr.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pic.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl585delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zkey-cryptsetup.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltru64.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cksum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cpio.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/script.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/procps.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ul.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/builtin.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cmp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5004delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/runcon.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dump2tar.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-update-activation-environment.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5123delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/help.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/geqn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gdbmtool.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/shuf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dirs.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlipc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sslpasswd.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlreftut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zmore.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/date.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-ts.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/vdir.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-ca.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/taskset.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/init.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cms.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rev.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhaiku.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/psfxtable.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/who.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/set.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ca.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlunicode.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5260delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/install.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-c_rehash.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlfreebsd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zforce.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ipcrm.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlobj.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmodinstall.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_deadlock.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/popd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5180delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-req.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlos2.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/printf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldbmfilter.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/timedatectl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltooc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fgconsole.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5203delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/errstr.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/truncate.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/false.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mapfile.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ipcs.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5184delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/znew.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systool.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/s_time.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlunicook.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/psfgettable.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/md5sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nroff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldebug.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5124delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gdbm_dump.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gzexe.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/readlink.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldiag.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lscpu.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/csplit.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5160delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ssh-keygen.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-tty-ask-password-agent.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/toe.1m.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/read.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlintern.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5163delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chcon.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-run.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/w.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/loginctl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlrun.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldeprecation.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-engine.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/readonly.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-srp.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zcmp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsymbian.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/kbdinfo.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dmesg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-pkeyparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ts.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/journalctl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/stty.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/s_server.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/umask.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/split.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/column.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/su.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-dsaparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/bash.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlrepository.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlre.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/vmconvert.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl582delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsec.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ln.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tset.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmodlib.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-pkey.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhacktips.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/hostid.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/eject.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/more.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlapi.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlamiga.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkcs7.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/break.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/spkac.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tload.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/factor.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/eval.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/prlimit.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sslrand.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/printenv.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gneqn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlriscos.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gtroff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xmlcatalog.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmod.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlce.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5200delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlartistic.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5125delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/watch.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/typeset.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/crl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlref.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/uptime.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unexpand.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/[.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlreguts.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/kill.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlperf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/type.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/piconv.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-umount.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlandroid.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/find.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/compgen.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/history.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/base32.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gdbm_load.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nohup.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/du.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/infocmp.1m.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5242delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sort.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlexperiment.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltoc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlcall.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-cleanup-sockets.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tty.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlvos.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/loadkeys.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlvms.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-s_client.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5244delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/setsid.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ps.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perluniintro.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/getopt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/paste.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/showkey.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rm.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/builtins.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzmore.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/login.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mountpoint.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/echo.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltodo.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-passwd.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-errstr.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlpolicy.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unicode_start.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsyn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sha512sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_replicate.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pod2text.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/install-info.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/shred.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/alias.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5142delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/colrm.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/compopt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlembed.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/smime.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-rsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhack.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fgrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/crl2pkcs7.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/colcrt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xmlwf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/resolvconf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rename.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlhurd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/od.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-list.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dsaparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/export.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlebcdic.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlgpl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tput.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-rand.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-test-tool.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/test.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xz.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5181delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gzip.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/renice.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tbl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemctl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/env.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/stdbuf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perllexwarn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/clear.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chrt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tr.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5241delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sed.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzcat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-send.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unalias.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-dgst.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gdbus.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dircolors.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pathchk.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl58delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/command.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xmllint.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-spkac.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pgrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkill.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/touch.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/whoami.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/info.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/srp.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sha1sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perllinux.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/wall.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fmt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5143delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-daemon.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ciphers.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/whereis.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/..1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/namei.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl587delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zdiff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-asn1parse.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gendsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzdiff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pmap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/hostnamectl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-crl2pkcs7.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/reset.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chown.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/uniq.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5005delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbus-run-session.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lastb.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/shift.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/eqn.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/expand.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dgst.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzgrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/bashbug-64.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl588delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sync.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perllol.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlform.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sha224sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zgrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sha256sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/trap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5222delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pigz.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/complete.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/psfaddtable.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xargs.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/col.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perljp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/numfmt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/getopts.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldsc.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/id.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5202delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fold.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zcat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rehash.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/true.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tic.1m.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl583delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltw.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlfork.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/join.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/kbd_mode.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/rsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unset.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gpic.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/diff3.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sh.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/caller.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl561delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/let.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/:.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/newgidmap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/top.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-gendsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-pkcs7.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/enc.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/source.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-notify.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/update-mime-database.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sha384sum.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perltie.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/enable.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ptx.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perllocale.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unversioned-python.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/logname.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/genpkey.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/vlock.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5263delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/sess_id.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/storeutl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldtrace.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/nsenter.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlcheat.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5224delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/setterm.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlrecharclass.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlko.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zfcpdbf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/deallocvt.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/psfstriptable.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlopenbsd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dir.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/python.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/mknod.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/grep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/egrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlopentut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/zipl-switch-to-blscfg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lscpumf.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlpragma.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/yes.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-dsa.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/free.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-s_server.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/curl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/unlink.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ipcmk.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/jobs.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dumpkeys.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-ocsp.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/uname.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/declare.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/x509.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlmroapi.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlaix.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5161delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/systemd-escape.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gtbl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/hash.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/newuidmap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/s_client.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gsettings.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chroot.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_checkpoint.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlvar.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5261delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pwscore.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/python3.6.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/cal.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkeyutl.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/wait.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pwmake.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlcommunity.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlbs2000.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlbot.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-dhparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5280delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/tee.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzless.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pip3.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/xzegrep.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlos390.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-sess_id.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5240delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl5122delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/df.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dhparam.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_dump185.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/chacl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/exec.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/engine.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlwin32.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perldebtut.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pod2man.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/ec.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pkcs8.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_dump.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/setpriv.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_hotbackup.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/db_log_verify.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/dbginfo.sh.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perl584delta.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/version.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/pinky.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/disown.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/getfacl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlsynology.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/lslogins.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/list.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/fincore.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/perlnetware.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/capsh.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/infotocap.1m.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/grops.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/gunzip.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-version.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/openssl-rehash.1ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1/coredumpctl.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/da/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/dracut.bootup.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_HKDF.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/ssl.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.time.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd-boot.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/dracut.cmdline.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_KRB5KDF.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.generator.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/crypto.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.directives.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/bio.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/dracut.kernel.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_SS.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/sd-boot.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_TLS1_PRF.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.syntax.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/xkeyboard-config.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.environment-generator.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.index.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/passphrase-encoding.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.offline-updates.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/Ed448.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/RSA-PSS.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/SM2.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/ossl_store-file.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/X448.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/crypto-policies.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/evp.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/kerberos.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/pcap-linktype.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/keyutils.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_KB.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_SCRYPT.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/kernel-command-line.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/ct.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/x509.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/X25519.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.special.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/RAND.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/pcap-filter.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/file-hierarchy.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/udev.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_PBKDF2.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/daemon.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/bootup.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/systemd.journal-fields.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/hwdb.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/ossl_store.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/RAND_DRBG.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/pcap-tstamp.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/Ed25519.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/des_modes.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/EVP_KDF_SSHKDF.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/term.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/scrypt.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/proxy-certificates.7ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7/dracut.modules.7.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man4/prandom.4.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/hu/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man1/gendiff.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/rpm2cpio.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/rpmgraph.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/rpmbuild.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man8/rpmdeps.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pl/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man0p" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man1/secon.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/file_contexts.homedirs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/secolor.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/failsafe_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/media.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/file_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/selabel_file.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/default_type.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/virtual_image_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/file_contexts.local.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/removable_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/selabel_x.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/booleans.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/selabel_media.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/sepgsql_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/service_seusers.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/seusers.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/virtual_domain_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/file_contexts.subs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/default_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/sestatus.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/x_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/selinux_config.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/user_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/semanage.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/file_contexts.subs_dist.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/local.users.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/selabel_db.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/customizable_types.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man5/securetty_types.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/selinuxexeccon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/load_policy.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/semodule_package.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/selinux.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/avcstat.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/selinuxenabled.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/semodule.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/genhomedircon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/sestatus.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/setfiles.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/restorecon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/rpm2cpio.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/fixfiles.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/chgpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/semodule_expand.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/getsebool.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/semodule_unpackage.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/getenforce.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/restorecon_xattr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/booleans.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/semodule_link.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/togglesebool.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/matchpathcon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/sefcontext_compile.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/setsebool.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/setenforce.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ru/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/chgpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/it/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/chgpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/de/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man4x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1/newgidmap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man1/newuidmap.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man5/subuid.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man5/subgid.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/chgpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/fr/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.slice.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/file_contexts.homedirs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/libaudit.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/ldif.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.scope.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/pam.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/smartcard-auth.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/dracut.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/secolor.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/subuid.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/pam.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/term.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/acl.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/info.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/user_caps.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/journald.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/environment.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/failsafe_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/media.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sshd_config.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/keymaps.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.unit.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/mtree.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/fstab.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/localtime.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/logind.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/coredump.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/access.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/scr_dump.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.swap.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/file_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/selabel_file.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/binfmt.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/terminfo.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.positive.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/postlogin.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/default_type.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/namespace.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/hostname.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.timer.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/resolved.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/virtual_image_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/console.apps.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/coredump.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/tmpfiles.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/group.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sysctl.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/file_contexts.local.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/time.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/terminal-colors.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/system-auth.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/console.handlers.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd-user.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/removable_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/config.5ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.path.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/faillock.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/selabel_x.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/booleans.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/x509v3_config.5ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/udev.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/.k5identity.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.automount.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd-system.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/selabel_media.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd-sleep.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/dnssec-trust-anchors.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/openssl.cnf.5ssl.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/environment.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sleep.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sysusers.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sepgsql_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/logind.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/user.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/pkcs11.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/resolved.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/service_seusers.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sepermit.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/system.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/k5identity.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/loader.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.kill.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/krb5.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.mount.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/modules.dep.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/seusers.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/virtual_domain_context.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/file_contexts.subs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/default_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.socket.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/machine-info.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/fingerprint-auth.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/tar.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/modprobe.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sestatus.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/crypttab.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.link.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/pwquality.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/x_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/locale.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.device.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/selinux_config.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/sysctl.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/modules.dep.bin.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/machine-id.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/user_contexts.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/modules-load.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/password-auth.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/pam_env.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/moduli.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/vconsole.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/semanage.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/limits.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/file_contexts.subs_dist.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.resource-control.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.exec.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/local.users.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/selabel_db.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/customizable_types.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/config-util.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/tcsd.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/cpio.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/subgid.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/ldap.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/modprobe.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/depmod.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/journald.conf.d.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/zipl.conf.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/os-release.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/crypt.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.preset.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.dnssd.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/k5login.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.service.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.negative.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/.k5login.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/console.perms.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/securetty_types.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.nspawn.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man5/systemd.target.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/chgpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/zh_CN/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/id/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/id/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/id/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man1p" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/tr/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/pt_BR/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3p" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man2x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/umount.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-logind.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_satl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_sepermit.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-udevd-control.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_time.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/selinuxexeccon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_keyinit.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_rootok.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-makeswap@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/load_policy.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-shutdown.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/update-ca-trust.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_localuser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-timedated.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/zcryptctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_exec.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-pre-udev.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_motd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsluns.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-backlight.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/resizepart.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/blkzone.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsreipl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/zramctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsblk.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_reset_wp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/blockdev.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/tape390_display.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/semodule_package.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-fsck-root.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_test_rwbuf.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/udevadm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dmfilemapd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-reboot.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mkfs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_debug.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-coredump@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/selinux.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_cracklib.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_rdac.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-ask-password-console.path.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-modules-load.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_get_config.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-rc-local-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/modinfo.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fsck.minix.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/cio_ignore.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-system-update-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/swapoff.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/partx.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sginfo.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-journald.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/libnss_myhostname.so.2.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mount.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/avcstat.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/update-crypto-policies.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/selinuxenabled.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/tcsd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-cryptsetup-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mkfs.cramfs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_copy_results.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-initqueue.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-halt.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_map26.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_pwhistory.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/wdctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fsfreeze.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chshut.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chmem.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-vconsole-setup.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rmmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/semodule.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-pre-mount.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/swapon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_inq.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-journald.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-growfs@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-localed.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/unix_chkpwd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_mkhomedir.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_echo.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_namespace.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_prevent.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_write_same.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_ftp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/zgetdump.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hwdb.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/libnss_resolve.so.2.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/cracklib-format.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/30-systemd-environment-d-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_reset.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_postgresok.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_opcodes.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-poweroff.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setkeycodes.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/genhomedircon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sestatus.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-user-sessions.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-suspend-then-hibernate.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chzcrypt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-journald.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/qetharp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/shutdown.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hostnamed.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-quotacheck.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-localed.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/getpcaps.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rpmkeys.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/genprotimg.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/qethconf.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_pwquality.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-getty-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-random-seed.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_start.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/modprobe.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lscss.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/blkdiscard.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/poweroff.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lslocks.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_timestamp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/telinit.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/qethqoat.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/insmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsns.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mapscrn.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rawdevices.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sftp-server.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/cracklib-packer.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/s390x.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setfiles.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/cfdisk.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_sat_identify.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dasdstat.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_wheel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pivot_root.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-rfkill.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/restorecon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_write_verify.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-quotacheck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_loginuid.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/getkeycodes.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_readcap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sfdisk.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/nss-resolve.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_console_apply.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rpm2cpio.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_ready.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/selinuxconlist.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fsck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/delpart.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/update-alternatives.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_requests.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-ask-password-console.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_vpd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/wipefs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/unix_update.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-journald-audit.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hibernate-resume@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-cryptsetup@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/ttyrun.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/findmnt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_filter.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/installkernel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sysctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-growfs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_reassign.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setarch.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_ses.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setvtrgb.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_zone.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-ask-password-wall.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_temperature.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/ca-legacy.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_nologin.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-coredump.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pwhistory_helper.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dmstats.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-update-utmp.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/s390.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_luns.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-machine-id-commit.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_faildelay.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/kmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_format.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_seek.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fixfiles.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-update-done.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/nologin.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_read_long.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/tunedasd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_ses_microcode.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lschp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lszdev.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/libnss_systemd.so.2.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mkswap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mkhomedir_helper.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/create-cracklib-dict.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-debug-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-update-utmp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_deny.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-sleep.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/src_vipa.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/halt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_persist.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_sat_set_features.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-remount-fs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-socket-proxyd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_rmsn.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-pre-trigger.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-random-seed.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_map.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/blkdeactivate.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/alternatives.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_readcap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_xauth.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_wr_mode.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chgpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/showconsolefont.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-journald-dev-log.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/reboot.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-ask-password-wall.path.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/kbdrate.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/linux64.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-mount.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-volatile-root.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-volatile-root.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-resolved.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_modes.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setfont.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/addpart.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_mandat.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_timestamp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_sat_read_gplog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi-rescan.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/selinuxdefcon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mkinitrd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_limits.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_listfile.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-pre-pivot.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg3_utils.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-fsck@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-binfmt.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/semodule_expand.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rtcwake.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_read.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rfkill.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-sysusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_ident.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_mail.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-backlight@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sgp_dd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/ethtool.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/vmcp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-sysctl.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/runlevel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_write_buffer.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-initctl.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_access.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_raw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hostnamed.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/groupmems.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/vmstat.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lszfcp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hibernate-resume.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_tty_audit.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sulogin.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-portabled.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-makefs@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/resizecons.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dasdfmt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-suspend.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_read_buffer.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dasdview.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-tmpfiles.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/ctrlaltdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_group.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-udevd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-udevd.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_console.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-logind.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/cracklib-check.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/kernel-install.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-makefs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-update-done.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-cmdline.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/faillock.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sshd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/hyptop.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_read_block_limits.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/p11-kit.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_rep_zones.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/update-cracklib.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/ldattach.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_get_lba_status.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/getsebool.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/kpartx.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/semodule_unpackage.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/getenforce.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/linux32.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_rtpg.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chreipl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_unmap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_write_long.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-sysusers.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_rhosts.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_unix.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/nss-systemd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chcpumf.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-rfkill.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_umask.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/restorecon_xattr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_decode_sense.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_read_attr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chchp.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_succeed_if.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/grubby.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/raw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_faillock.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sgm_dd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/zipl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/vmur.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-sysv-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/switch_root.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/tape390_crypt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setcap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-veritysetup@.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_issue.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_timestamp_check.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_compare_and_write.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lstape.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-user-sessions.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-remount-fs.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsscm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_referrals.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-tmpfiles-setup-dev.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_logging_level.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_sync.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lszcrypt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_verify.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dumpconf.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_write_x.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_start.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-cryptsetup.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/scsi_stop.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rpmdb.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-fsck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fdasd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/zpcictl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_warn.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-udevd-kernel.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/booleans.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hybrid-sleep.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/semodule_link.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_usertype.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chcpu.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/PAM.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-portabled.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_systemd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_sanitize.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/swaplabel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-initctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_senddiag.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_shells.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_turs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dmsetup.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/getcap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_permit.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/losetup.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/isosize.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-gpt-auto-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_xcopy.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/matchpathcon.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-veritysetup.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hibernate.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chzdev.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_emc_trespass.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fips-finish-install.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_scan.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sefcontext_compile.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_userdb.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-fstab-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dracut-shutdown.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/ssh-keysign.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-hibernate-resume-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_env.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/znetconf.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chccwdev.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_stream_ctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/cracklib-unpacker.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/blkid.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsqeth.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/readprofile.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-initctl.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsdasd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/uname26.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/dasdinfo.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fips-mode-setup.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-vconsole-setup.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setsebool.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/lsshut.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_logs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rpm-misc.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/loadunimap.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_dd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-binfmt.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_rbuf.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/nss-myhostname.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fdisk.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-rfkill.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_sat_phy_event.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/depmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fstrim.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-modules-load.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-environment-d-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-timedated.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-resolved.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_stpg.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-sysctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/zcryptstats.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/mkfs.minix.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_safte.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_selinux.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/agetty.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/setenforce.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/findfs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/rescan-scsi-bus.sh.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/fsck.cramfs.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-veritysetup-generator.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/chkconfig.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-coredump.socket.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/sg_bg_ctl.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/systemd-kexec.service.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man8/pam_securetty.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToANSI.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Basename.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/arybase.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::stat.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToText.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/overload.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/NEXT.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToTerm.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/bytes.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::UNIX.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/I18N::Collate.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/utf8.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/PerlIO::mmap.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Getopt::Long.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToTk.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Copy.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B::Op_private.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/strict.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Exporter::Heavy.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/integer.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IPC::Open2.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/PerlIO::via.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::Cmd.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Hash::Util.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/base.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Find.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Mozilla::CA.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ODBM_File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::NNTP.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::RTF.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DirHandle.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/User::grent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::XHTML.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DBM_Filter::null.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/inplace.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::CJKConstants.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::file.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/shadow.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::QueryParam.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Text::Abbrev.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/locale.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/List::Util::XS.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToPod.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::DumpAsXML.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::SubstrHash.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::Heuristic.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::DumpAsText.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/constant.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/FileCache.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/re.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/I18N::LangTags.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/MIME::Base64.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::LinkSection.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::SSL::Intercept.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::Text.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Term::ANSIColor.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Search::Dict.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DBM_Filter.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Encoder.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Pipe.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/O.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::Handle.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::MIME::Header.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DBM_Filter::int32.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IPC::Open3.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/I18N::LangTags::List.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ops.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Config::Extensions.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B::Terse.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Select.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Benchmark.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToChecker.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/SelectSaver.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/filefuncs.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::CN::HZ.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::PullParserStartToken.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::HTML.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Digest.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/parent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/if.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B::Deparse.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DBM_Filter::utf8.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Opcode.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/AutoLoader.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Text::Overstrike.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/vmsish.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::HTMLBatch.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/autouse.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/HTTP::Tiny.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/I18N::LangTags::Detect.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/fnmatch.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Exporter.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DBM_Filter::compress.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Time::Local.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Thread.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Guess.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/encoding::warnings.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/revoutput.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Getopt::Std.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Dir.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::SSLeay::Handle.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::PullParser.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::AmigaOS.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/diagnostics.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::GetOptsOO.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DB.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Text::Color.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToNroff.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Text::Wrap.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/sigtrap.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/readfile.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Config.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::FTP::dataconn.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Time::gmtime.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/deprecate.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::Win32.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/CORE.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToXml.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::data.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Safe.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Alias.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Unicode::Normalize.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::PullParserTextToken.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::JP::H2Z.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/charnames.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::ldap.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/readdir.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Supported.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::_punycode.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::StdHandle.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/revtwoway.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::JP::JIS7.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/feature.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Digest::file.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/threads.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Config.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::SSL::PublicSuffix.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Symbol.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Poll.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Term::Cap.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/fork.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Sub::Util.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Digest::base.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/FileHandle.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B::Concise.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToRtf.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/GDBM_File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Dumpvalue.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::Config.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Man.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Encoding.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::Time.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/sort.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/MIME::QuotedPrint.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::libnetFAQ.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::netent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::INET.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::IP.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/NDBM_File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Compare.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Unicode::UCD.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/AutoSplit.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/less.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ExtUtils::Constant.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::Domain.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/lib.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::SSL.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::Epoc.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::DosGlob.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/fields.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::SimpleTree.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::Unicode::UTF7.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::Mac.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/List::Util.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Socket::SSL::Utils.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::Cygwin.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::Debug.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Glob.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::RefHash.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/filetest.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/FindBin.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/PerlIO::encoding.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B::Showlex.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::POP3.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Socket.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Time::tm.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::Memoize.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Sys::Hostname.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Text.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::ToMan.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Thread::Semaphore.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Cwd.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/subs.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/English.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DBM_Filter::encode.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::Hash::NamedCapture.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Class::Struct.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Data::Dumper.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ExtUtils::XSSymSet.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Temp.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Text::Termcap.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/vars.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ExtUtils::Constant::Utils.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Internals.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::Methody.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Text::ParseWords.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::TextContent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::SMTP.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::XMLOutStream.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/warnings::register.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::servent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::Array.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Errno.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Seekable.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc::BaseTo.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::MIME::Name.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Path.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Usage.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/threads::shared.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::perldoc.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::Search.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ordchr.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/attributes.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::Unix.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::WithBase.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::Split.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/B::Xref.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Escapes.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Hash::Util::FieldHash.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::GSM0338.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::hostent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::PullParserEndToken.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::OS2.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/blib.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::Scalar.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/AnyDBM_File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Text::Tabs.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::Checker.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Carp.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Term::Complete.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/PerlIO::scalar.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::Netrc.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/UNIVERSAL.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/PerlIO.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/File::Spec::Functions.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/IO::Handle.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/libxml.3.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Fcntl.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/mro.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::KR::2022_KR.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/SDBM_File.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Scalar::Util.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Tie::Hash.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::Escape.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Term::ReadLine.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::PullParserToken.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::SSLeay.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/DynaLoader.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Time::localtime.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::ParseLink.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/POSIX.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Storable.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::FTP.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/warnings.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Perldoc.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Net::protoent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Pod::Simple::Subclassing.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/time.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/XSLoader.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/URI::URL.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/overloading.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/I18N::Langinfo.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Encode::PerlIO.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/rwarray.3am.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/Digest::MD5.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ExtUtils::Constant::Base.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/User::pwent.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man3/ExtUtils::Constant::XS.3pm.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man1/newgrp.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man1/chage.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man1/sg.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man5/login.defs.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/grpconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/usermod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/useradd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/rpm2cpio.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/pwck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/rpmgraph.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/userdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/newusers.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/rpmbuild.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/grpunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/adduser.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/pwunconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/pwconv.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ja/man8/chpasswd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ko" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ko/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ko/man8/rpm.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ko/man8/rpm2cpio.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ko/man8/vigr.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/ko/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man1/gpasswd.1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man5/gshadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man5/shadow.5.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8/groupmod.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8/groupadd.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8/lastlog.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8/grpck.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8/groupdel.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/cs/man8/vipw.8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:man_t:s0", + "filename": "/usr/share/man/man7x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/gzip.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/gawkinet.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/coreutils.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/diffutils.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/gawkworkflow.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/find-maint.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/grep.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/find.info-2.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/find.info-1.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/nettle.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/history.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/bash.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/find.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/info-stnd.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/cpio.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/dir.old" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/gawk.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/sed.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/rluserman.info.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/info/dir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/libgpg-error" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/libgpg-error/errorref.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/systemd/language-fallback-map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/systemd/kbd-model-map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/xsessions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/p11-kit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/p11-kit/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/p11-kit/modules/p11-kit-trust.module" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/misc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/dict" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/packages" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/base.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/nonbasemodules.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/modules-contrib.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/modules-base.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/policy.linked" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/seusers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/homedir_template" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/file_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/file_contexts.homedirs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/users_extra.linked" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/users_extra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/seusers.linked" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/denyhosts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/denyhosts/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/denyhosts/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tmpreaper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tmpreaper/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tmpreaper/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lvm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lvm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lvm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/loadkeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/loadkeys/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/loadkeys/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/glance" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/glance/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/glance/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snort" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snort/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snort/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tcsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tcsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tcsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/comsat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/comsat/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/comsat/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pki/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pki/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/procmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/procmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/procmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcscd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcscd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcscd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cfengine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cfengine/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cfengine/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpufreqselector" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpufreqselector/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpufreqselector/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pulseaudio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pulseaudio/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pulseaudio/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dmesg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dmesg/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dmesg/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/selinuxutil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/selinuxutil/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/selinuxutil/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pdns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pdns/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pdns/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/radius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/radius/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/radius/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/minissdpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/minissdpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/minissdpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mon_statd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mon_statd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mon_statd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/arpwatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/arpwatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/arpwatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/setroubleshoot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/setroubleshoot/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/setroubleshoot/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usbmodules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usbmodules/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usbmodules/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bugzilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bugzilla/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bugzilla/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kpatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kpatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kpatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cmirrord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cmirrord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cmirrord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/clock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/clock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/clock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/quota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/quota/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/quota/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stunnel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stunnel/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stunnel/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bootloader" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bootloader/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bootloader/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mongodb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mongodb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mongodb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/polipo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/polipo/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/polipo/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keepalived" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keepalived/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keepalived/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/chrome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/chrome/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/chrome/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/accountsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/accountsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/accountsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/radvd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/radvd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/radvd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cinder" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cinder/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cinder/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/secadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/secadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/secadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/chronyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/chronyd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/chronyd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unconfineduser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unconfineduser/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unconfineduser/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tor/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tor/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kerberos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kerberos/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kerberos/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dcc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dcc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dcc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sambagui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sambagui/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sambagui/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/memcached" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/memcached/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/memcached/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/staff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/staff/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/staff/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pads" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pads/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pads/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pingd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pingd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pingd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fprintd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fprintd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fprintd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/amtu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/amtu/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/amtu/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/entropyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/entropyd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/entropyd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipa/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipa/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cyrus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cyrus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cyrus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/inetd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/inetd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/inetd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logging" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logging/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logging/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcmcia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcmcia/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pcmcia/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ulogd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ulogd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ulogd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tuned" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tuned/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tuned/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cobbler" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cobbler/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cobbler/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fail2ban" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fail2ban/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fail2ban/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mozilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mozilla/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mozilla/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rasdaemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rasdaemon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rasdaemon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/modemmanager" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/modemmanager/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/modemmanager/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/roundup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/roundup/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/roundup/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ksmtuned" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ksmtuned/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ksmtuned/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/policykit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/policykit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/policykit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gitosis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gitosis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gitosis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ptchown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ptchown/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ptchown/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mandb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mandb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mandb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/auditadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/auditadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/auditadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/amanda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/amanda/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/amanda/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ncftool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ncftool/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ncftool/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zarafa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zarafa/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zarafa/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vmware/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vmware/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lttng-tools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lttng-tools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lttng-tools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nut/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nut/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ldap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ldap/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ldap/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/seunshare" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/seunshare/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/seunshare/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tlp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tlp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tlp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mailscanner" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mailscanner/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mailscanner/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/svnserve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/svnserve/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/svnserve/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rkhunter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rkhunter/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rkhunter/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/quantum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/quantum/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/quantum/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vhostmd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vhostmd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vhostmd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cockpit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cockpit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cockpit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/antivirus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/antivirus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/antivirus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/authlogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/authlogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/authlogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/munin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/munin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/munin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nx/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nx/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/alsa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/alsa/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/alsa/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jockey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jockey/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jockey/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdump/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdump/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bcfg2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bcfg2/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bcfg2/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/init" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/init/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/init/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/podsleuth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/podsleuth/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/podsleuth/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vdagent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vdagent/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vdagent/lang_ext" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apache" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apache/cil" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apache/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mip6d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mip6d/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mip6d/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/samba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/samba/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/samba/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nova" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nova/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nova/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cloudform" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cloudform/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cloudform/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/locallogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/locallogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/locallogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/freqset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/freqset/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/freqset/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/aiccu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/aiccu/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/aiccu/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nscd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nscd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nscd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpucontrol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpucontrol/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpucontrol/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/automount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/automount/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/automount/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/webadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/webadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/webadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/userhelper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/userhelper/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/userhelper/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/portreserve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/portreserve/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/portreserve/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mirrormanager" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mirrormanager/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mirrormanager/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/brltty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/brltty/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/brltty/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/modutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/modutils/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/modutils/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jabber" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jabber/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jabber/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpcbind" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpcbind/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpcbind/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ppp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ppp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ppp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/conman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/conman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/conman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openfortivpn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openfortivpn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openfortivpn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/netutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/netutils/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/netutils/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hsqldb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hsqldb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hsqldb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sslh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sslh/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sslh/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opensm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opensm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opensm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cgroup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cgroup/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cgroup/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dnssec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dnssec/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dnssec/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keyboardd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keyboardd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keyboardd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/motion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/motion/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/motion/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mount/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mount/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tvtime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tvtime/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tvtime/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postgresql" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postgresql/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postgresql/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/obex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/obex/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/obex/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dirsrv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dirsrv/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dirsrv/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iotop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iotop/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iotop/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usernetctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usernetctl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usernetctl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ftp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ftp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ftp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smoltclient" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smoltclient/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smoltclient/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cgdcbxd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cgdcbxd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cgdcbxd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/qpid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/qpid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/qpid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpuplug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpuplug/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cpuplug/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postgrey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postgrey/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postgrey/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cipe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cipe/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cipe/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bumblebee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bumblebee/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bumblebee/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vlock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vlock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/devicekit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/devicekit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/devicekit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rtkit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rtkit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rtkit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/shorewall" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/shorewall/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/shorewall/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lsm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lsm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lsm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tomcat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tomcat/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tomcat/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pegasus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pegasus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pegasus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ntop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ntop/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ntop/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/livecd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/livecd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/livecd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hwloc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hwloc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hwloc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ctdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ctdb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ctdb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mplayer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mplayer/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mplayer/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/irqbalance" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/irqbalance/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/irqbalance/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rngd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rngd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rngd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bitlbee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bitlbee/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bitlbee/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cups" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cups/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cups/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipsec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipsec/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipsec/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tftp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tftp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tftp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cyphesis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cyphesis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cyphesis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nslcd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nslcd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nslcd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdbus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdbus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysadm_secadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysadm_secadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysadm_secadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rabbitmq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rabbitmq/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rabbitmq/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openvswitch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openvswitch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openvswitch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/condor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/condor/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/condor/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/systemd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/systemd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unconfined" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unconfined/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unconfined/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysnetwork" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysnetwork/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysnetwork/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opafm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opafm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opafm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rlogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rlogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rlogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/glusterd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/glusterd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/glusterd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/afs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/afs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/afs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unprivuser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unprivuser/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unprivuser/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/oddjob" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/oddjob/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/oddjob/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bluetooth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bluetooth/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bluetooth/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/linuxptp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/linuxptp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/linuxptp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rpc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sanlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sanlock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sanlock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usbmuxd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usbmuxd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usbmuxd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/puppet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/puppet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/puppet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/watchdog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/watchdog/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/watchdog/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/daemontools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/daemontools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/daemontools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prelude" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prelude/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prelude/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zoneminder" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zoneminder/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zoneminder/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smokeping" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smokeping/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smokeping/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ktalk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ktalk/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ktalk/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/callweaver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/callweaver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/callweaver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snapper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snapper/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snapper/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/osad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/osad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/osad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iodine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iodine/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iodine/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sge/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sge/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mailman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mailman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mailman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/thumb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/thumb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/thumb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/thin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/thin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/thin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/updfstab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/updfstab/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/updfstab/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/swift" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/swift/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/swift/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tangd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tangd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tangd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smartmon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smartmon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/smartmon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sensord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sensord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sensord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bind" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bind/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bind/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lircd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lircd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lircd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/collectd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/collectd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/collectd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zabbix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zabbix/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zabbix/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/targetd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/targetd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/targetd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wine/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wine/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/courier" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/courier/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/courier/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vpn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vpn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vpn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/blueman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/blueman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/blueman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dmidecode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dmidecode/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dmidecode/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/anaconda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/anaconda/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/anaconda/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mediawiki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mediawiki/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mediawiki/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/portmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/portmap/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/portmap/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/consolekit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/consolekit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/consolekit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unlabelednet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unlabelednet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/unlabelednet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sandboxX" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sandboxX/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sandboxX/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hostname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hostname/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hostname/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/git" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/git/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/git/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gnome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gnome/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gnome/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/namespace" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/namespace/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/namespace/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rrdcached" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rrdcached/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rrdcached/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stapserver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stapserver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stapserver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pwauth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pwauth/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pwauth/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/brctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/brctl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/brctl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/clogd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/clogd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/clogd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/varnishd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/varnishd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/varnishd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhev/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhev/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/remotelogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/remotelogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/remotelogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sasl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sasl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sasl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/speech-dispatcher" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/speech-dispatcher/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/speech-dispatcher/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xserver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xserver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xserver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rsync" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rsync/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rsync/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openhpid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openhpid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openhpid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dirsrv-admin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dirsrv-admin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dirsrv-admin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ajaxterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ajaxterm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ajaxterm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openvpn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openvpn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openvpn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/l2tp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/l2tp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/l2tp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/slpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/slpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/slpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/awstats" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/awstats/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/awstats/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/inn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/inn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/inn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/man2html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/man2html/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/man2html/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/redis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/redis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/redis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/su" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/su/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/su/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhsmcertd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhsmcertd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhsmcertd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sblim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sblim/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sblim/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/netlabel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/netlabel/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/netlabel/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mcelog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mcelog/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mcelog/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lockdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lockdev/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lockdev/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ccs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ccs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ccs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/userdomain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/userdomain/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/userdomain/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mysql" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mysql/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mysql/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/acct" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/acct/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/acct/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kismet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kismet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kismet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/raid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/raid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/raid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rtas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rtas/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rtas/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/freeipmi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/freeipmi/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/freeipmi/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dhcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dhcp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dhcp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firstboot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firstboot/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firstboot/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/qmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/qmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/qmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpg/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpg/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dspam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dspam/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dspam/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/timedatex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/timedatex/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/timedatex/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usermanage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usermanage/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/usermanage/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/boltd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/boltd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/boltd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/screen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/screen/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/screen/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fstools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fstools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fstools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vmtools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vmtools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vmtools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/udev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/udev/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/udev/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iptables" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iptables/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iptables/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pkcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pkcs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pkcs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uml/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uml/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gpm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tcpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tcpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tcpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/journalctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/journalctl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/journalctl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wireshark" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wireshark/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wireshark/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ddclient" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ddclient/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ddclient/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mta/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mta/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/icecast" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/icecast/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/icecast/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keystone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keystone/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/keystone/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cdrecord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cdrecord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cdrecord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdumpgui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdumpgui/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kdumpgui/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sbd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sbd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhnsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhnsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhnsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/soundserver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/soundserver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/soundserver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/spamassassin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/spamassassin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/spamassassin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/oracleasm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/oracleasm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/oracleasm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/blkmapd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/blkmapd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/blkmapd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certmonger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certmonger/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certmonger/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbskk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbskk/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dbskk/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jetty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jetty/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/jetty/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhcs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhcs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hypervkvp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hypervkvp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hypervkvp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/w3c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/w3c/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/w3c/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kmscon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kmscon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/kmscon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/slocate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/slocate/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/slocate/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ssh/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ssh/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iscsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iscsi/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/iscsi/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rssh/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rssh/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/virt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/virt/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/virt/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openct" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openct/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openct/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ricci" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ricci/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ricci/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/squid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/squid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/squid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/colord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/colord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/colord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/application" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/application/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/application/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/conntrackd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/conntrackd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/conntrackd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sosreport" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sosreport/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sosreport/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uucp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uucp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uucp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zebra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zebra/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zebra/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/psad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/psad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/psad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cron" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cron/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cron/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/boinc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/boinc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/boinc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/getty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/getty/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/getty/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/permissivedomains" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/permissivedomains/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/permissivedomains/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/likewise" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/likewise/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/likewise/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prelink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prelink/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prelink/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fcoe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fcoe/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fcoe/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/isns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/isns/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/isns/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sectoolm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sectoolm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sectoolm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apcupsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apcupsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/apcupsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opendnssec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opendnssec/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/opendnssec/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sudo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sudo/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sudo/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fwupd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fwupd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fwupd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rkt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rkt/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rkt/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/naemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/naemon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/naemon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/geoclue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/geoclue/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/geoclue/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postfix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postfix/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/postfix/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/minidlna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/minidlna/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/minidlna/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/calamaris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/calamaris/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/calamaris/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/setrans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/setrans/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/setrans/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uuidd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uuidd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/uuidd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dovecot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dovecot/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dovecot/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xen/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xen/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certmaster" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certmaster/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certmaster/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openshift" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openshift/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openshift/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cachefilesd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cachefilesd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cachefilesd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hostapd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hostapd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hostapd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sendmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sendmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sendmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cvs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cvs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/cvs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/drbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/drbd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/drbd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/abrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/abrt/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/abrt/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/irc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/irc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/irc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/plymouthd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/plymouthd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/plymouthd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/numad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/numad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/numad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pkcs11proxyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pkcs11proxyd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pkcs11proxyd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mojomojo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mojomojo/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mojomojo/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/base/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/base/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ninfod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ninfod/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ninfod/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rdisc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rdisc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rdisc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rshd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rshd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rshd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/piranha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/piranha/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/piranha/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/networkmanager" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/networkmanager/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/networkmanager/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/milter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/milter/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/milter/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certwatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certwatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/certwatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dictd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dictd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dictd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gdomap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gdomap/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gdomap/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nagios" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nagios/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nagios/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysstat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysstat/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sysstat/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ntp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ntp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ntp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/libraries" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/libraries/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/libraries/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tgtd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tgtd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/tgtd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gssproxy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gssproxy/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/gssproxy/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vnstatd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vnstatd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/vnstatd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prosody" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prosody/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/prosody/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhgb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhgb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rhgb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/webalizer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/webalizer/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/webalizer/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openshift-origin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openshift-origin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openshift-origin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/telnet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/telnet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/telnet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rolekit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rolekit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rolekit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/games/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/games/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/aide" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/aide/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/aide/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pesign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pesign/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/pesign/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firewalld" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firewalld/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firewalld/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logrotate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logrotate/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logrotate/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/privoxy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/privoxy/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/privoxy/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mrtg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mrtg/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mrtg/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rwho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rwho/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/rwho/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zosremote" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zosremote/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/zosremote/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snmp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/snmp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logwatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logwatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/logwatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/guest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/guest/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/guest/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/realmd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/realmd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/realmd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/miscfiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/miscfiles/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/miscfiles/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openwsman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openwsman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/openwsman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ibacm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ibacm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ibacm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/canna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/canna/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/canna/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipmievd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipmievd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/ipmievd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/nsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dnsmasq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dnsmasq/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/dnsmasq/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firewallgui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firewallgui/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/firewallgui/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/telepathy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/telepathy/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/telepathy/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/couchdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/couchdb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/couchdb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/readahead" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/readahead/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/readahead/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fetchmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fetchmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/fetchmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/asterisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/asterisk/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/asterisk/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xguest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xguest/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/xguest/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/finger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/finger/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/finger/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/avahi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/avahi/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/avahi/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/authconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/authconfig/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/authconfig/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hddtemp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hddtemp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/hddtemp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/passenger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/passenger/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/passenger/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/exim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/exim/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/exim/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wdmd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wdmd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/wdmd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mythtv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mythtv/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/mythtv/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stratisd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stratisd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/stratisd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bacula" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bacula/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/bacula/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lldpad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lldpad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/lldpad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sssd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sssd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/sssd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/publicfile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/publicfile/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/100/publicfile/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/modules/disabled" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/commit_num" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/selinux/targeted/default/active/policy.kern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/icons" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_ES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_ES/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk_SK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk_SK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nia/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/smj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/smj/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sal/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu_HU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu_HU/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@shaw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@shaw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/myn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/myn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pau/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni@bengali" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni@bengali/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fj/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kaa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kaa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/roa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/roa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi_IN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi_IN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/na" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/na/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de-CH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de-CH/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mai/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mai/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mai/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mai/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/is/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ve/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/btk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/btk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fro/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ce/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_CL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_CL/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/no_NO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/no_NO/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pam/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hup/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ast" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ast/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ast/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ast/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ast/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ast/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/quy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/quy/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@cyrillic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@cyrillic/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nwc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nwc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lam/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml_IN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml_IN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq_AL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq_AL/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wal/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca@valencia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca@valencia/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cmn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cmn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cmn/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gay/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/la" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/la/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/la/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kj/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wba/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wba/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sid/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_IN/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar_DZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar_DZ/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr_CH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr_CH/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kok@latin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kok@latin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kmb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kmb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/und" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/und/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dsb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dsb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/osa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/osa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kab/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sah" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sah/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/srr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/srr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jpr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jpr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/syc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/syc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lg/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lg/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lg/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lg/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frs/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cpp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cpp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta_LK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta_LK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pa/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_EC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_EC/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si_LK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si_LK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si_LK/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kru/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/him" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/him/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hus/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@Latn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@Latn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr_IN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mr_IN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mus/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/phi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/phi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fil/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/scn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/scn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gba/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/non" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/non/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_CO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_CO/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_UY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_UY/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ga/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv_LV" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv_LV/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv_LV/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rw/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rw/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bat/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sux/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja.euc-jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja.euc-jp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gor/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ts/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/umb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/umb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/srn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/srn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fon/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta_IN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta_IN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mno" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mno/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ny" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ny/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dgr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dgr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ada" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ada/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aln" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aln/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aln/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks@devanagari" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks@devanagari/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/afa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/afa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ltg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ltg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cgg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cgg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/krc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/krc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lo/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/am" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/am/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/am/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/am/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/am/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sla/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lad/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mag" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mag/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/inh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/inh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/iba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/iba/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ijo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ijo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/grb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/grb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bas/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_CA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_CA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_CA/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chy/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ady" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ady/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gaa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gaa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mun/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nd/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw@uccor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw@uccor/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw@uccor/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or_IN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or_IN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tvl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tvl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zbl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zbl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/new" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/new/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tog/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nan/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms_MY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms_MY/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ter/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nqo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nqo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_AR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_AR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pms/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja_JP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja_JP/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/krl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/krl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zgh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zgh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tzm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tzm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/elx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/elx/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/iro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/iro/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pap/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ije" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ije/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/frr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nap/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/st" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/st/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl_PL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl_PL/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rom/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ypk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ypk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ty/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ia/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/goh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/goh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/locale.alias" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hz/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/alg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/alg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_ES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_ES/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mis/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/li" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/li/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bej" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bej/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/den" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/den/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs_CZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs_CZ/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PY/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/qu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/qu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pra/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ijekavian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ijekavian/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz@cyrillic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz@cyrillic/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn_NO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nn_NO/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aus/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be@latin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be@latin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be@latin/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/be@latin/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_US" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_US/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/udm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/udm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr_RS@latin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr_RS@latin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pis/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@quot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@quot/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@quot/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@quot/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_MX" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_MX/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_MX/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/om" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/om/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/art" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/art/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cel/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz@Cyrl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz@Cyrl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ik/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ps/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ps/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sem/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ti/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_US" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_US/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nic/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gos/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tut/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_CR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_CR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu_ES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu_ES/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ay/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr_RS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr_RS/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lua/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/man" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/man/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr_HR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hr_HR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/to" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/to/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ber" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ber/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mas/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mos/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl_NL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl_NL/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ksw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ksw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lo_LA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lo_LA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ath" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ath/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_CZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_CZ/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th_TH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/th_TH/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/loz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/loz/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kn/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rap/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hu/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cad/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/peo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/peo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/szl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/szl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ta/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sel/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/men" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/men/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cau/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sq/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/luo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/luo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/alt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/alt/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ibo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ibo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ckb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ckb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zap/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl_SI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl_SI/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl_SI/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sd@deva" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sd@deva/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/xz.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pl/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW.Big5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW.Big5/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_TW.Big5/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oto/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lv/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/akk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/akk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/as/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sl/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_PT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_PT/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ie/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id_ID" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id_ID/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ssa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ssa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/shn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/shn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nub" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nub/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bo/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bo/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hy/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hy/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hy/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tkl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tkl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cho/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/myv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/myv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs.cp1250" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs.cp1250/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_DE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_DE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hit/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gmh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gmh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_NZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_NZ/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/haw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/haw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cmc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cmc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sam/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fur" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fur/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fur/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fur/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fur/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cpf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cpf/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk.cp1250" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sk.cp1250/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs_BA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bs_BA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/inc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/xz.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/iu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/iu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nds/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nds/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nds/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nds/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nds/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_PE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rue/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nyo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nyo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ceb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ceb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/smn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/smn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/got" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/got/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mwl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mwl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/av" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/av/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ht" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ht/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/son" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/son/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gsw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gsw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru_RU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru_RU/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_GB/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ho/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kok/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/xz.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl_BE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nl_BE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ale" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ale/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl_PH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tl_PH/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mga/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_BD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_BD/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bn_BD/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zu/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zu/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zu/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/niu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/niu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mg/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mg/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/syr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/syr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk_UA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uk_UA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ota/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it_IT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/it_IT/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mt/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_US@piglatin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_US@piglatin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/awa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/awa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pag" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pag/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gd/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gd/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hne/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eo/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ig/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fiu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fiu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dua/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hmn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hmn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tup/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de@hebrew" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de@hebrew/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ayc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ayc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pro/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ang/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt_RU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt_RU/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw@kkcor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw@kkcor/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw@kkcor/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_HN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_HN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cpe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cpe/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_GT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_GT/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et_EE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/et_EE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ewo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ewo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mak/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yo/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wo/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sga/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tmh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tmh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da_DK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/da_DK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@piglatin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@piglatin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kum/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr_FR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr_FR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/phn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/phn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/byn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/byn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tw/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mn/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mn/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mn/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nog/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt@iqtelif" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tt@iqtelif/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sgn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sgn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@latin/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_AD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_AD/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zun/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gem/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lol/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cy/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cy/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cy/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cy/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cy/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tem/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kac/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/l10n" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/l10n/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/snk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/snk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km_KH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km_KH/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/min" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/min/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zam/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mvo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mvo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/io" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/io/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/su" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/su/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rup/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vai/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ton" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ton/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/brx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/brx/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/brx/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/brx/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yao" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yao/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/co" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/co/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lus/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gon/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/suk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/suk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@boldquot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@boldquot/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@boldquot/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nso" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nso/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nso/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nso/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bnt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bnt/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bal/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bal/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bal/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bal/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ijekavianlatin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/crh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/crh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/apa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/apa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/anp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/anp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/anp/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kar/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/quz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/quz/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tet/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@greek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@greek/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tsi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bad/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az_AZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az_AZ/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/mit-krb5.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/xz.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_ZA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_ZA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/din" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/din/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mul/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_SV" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_SV/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/efi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/efi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru_RU.KOI8-R" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ua/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kha/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sat@olchiki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sat@olchiki/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/xh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/xh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/xh/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/xh/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dra/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ki/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ira" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ira/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uga/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el_GR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/el_GR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gwi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gwi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dar/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/shs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/shs/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bik/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro_RO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ro_RO/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ch/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/agr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/agr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/or/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@arabic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@arabic/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/te/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/del" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/del/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa_AF" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa_AF/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hsb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hsb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/xz.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_NI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_NI/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ms/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks@aran" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ks@aran/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/xal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/xal/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/was" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/was/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mad/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ku_IQ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ku_IQ/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh-Hant" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh-Hant/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wak/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni@meiteimayek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni@meiteimayek/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@hebrew" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en@hebrew/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hil/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ss" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ss/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/hi/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/znd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/znd/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mic/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mnk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mnk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lui/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yap/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kro/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mwr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mwr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ne/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ne/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ne/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ne/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ne/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ee/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dak/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ilo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ilo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ilo/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ilo/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/raj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/raj/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ak/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zza/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mdr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mdr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eka/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dz/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dz/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dz/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dz/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sog/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sat@deva" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sat@deva/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ab/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bra/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tlh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tlh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bem/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ban" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ban/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dum/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/my" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/my/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/my/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/my/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fan/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ven" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ven/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gu/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz@Latn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz@Latn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sad/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nzi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nzi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_AT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_AT/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mdf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mdf/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/os" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/os/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kho/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sat/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_IE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_IE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sus/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg_BG" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bg_BG/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rar/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aym" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/aym/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/id/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ace" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ace/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/no" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/no/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bho/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lez" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lez/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi_VN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi_VN/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vi_VN/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tg/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tg/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tg/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tg/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr_TR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr_TR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tr/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wa/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wa/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pt_BR/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_AU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/en_AU/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bua/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tli/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pal/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka_GE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ka_GE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ky" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ky/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ky/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ky/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ky/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl_ES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gl_ES/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ff/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw_GB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw_GB/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kw_GB/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kam/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pon/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/day" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/day/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nah" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nah/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/csb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/csb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/srd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/srd/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/moh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/moh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk_MK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mk_MK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/car" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/car/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/arw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kg/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gez" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gez/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/br" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/br/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/br/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/br/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/br/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/no.us-ascii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/no.us-ascii/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/grc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/grc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mnc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mnc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/si/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ha/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az_IR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az_IR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tum/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa_IR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fa_IR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ku" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ku/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ku/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ku/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/smi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/smi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zxx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zxx/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jrb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jrb/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tiv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tiv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lun/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr_ME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sr_ME/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vot/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bla/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb_NO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nb_NO/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fy/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN.GB2312" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN.GB2312/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/qaa-qtz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/qaa-qtz/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ln" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ln/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/vec/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ml/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/se" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/se/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/crp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/crp/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sco" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sco/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ach" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ach/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/egy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/egy/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dyu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/dyu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi_FI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi_FI/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/enm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/enm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/so/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ba/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kbd/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ug/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ug/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tpi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tpi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gom/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kpe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kpe/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tyv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tyv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nyn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nyn/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/eu/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af_ZA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/af_ZA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_VE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_VE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh-Hans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh-Hans/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mkh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mkh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_HK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_HK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_HK/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zh_HK/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ja/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv_SE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sv_SE/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/war" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/war/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sma" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sma/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/afh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/afh/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ain/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oc/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/doi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/doi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tig/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/acl.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es/LC_MESSAGES/elfutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pbs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/pbs/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/gil/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/bug/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kut/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lah" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lah/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nym" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/nym/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/chk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jv/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kk/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_IT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_IT/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/uz/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wae/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt_LT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt_LT/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/lt_LT/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sio/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/km/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/wen/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/systemd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/xz.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/kbd.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cs/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/khi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/khi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he_IL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/he_IL/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr_CA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fr_CA/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ng" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ng/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kos/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/za" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/za/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_CH" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_CH/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_CH/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/de_CH/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur_PK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ur_PK/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko_KR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ko_KR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fat/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/yi/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/az/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tzo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/tzo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mhr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mhr/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_FR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ca_FR/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/map/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/rm/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jbo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/jbo/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar_SY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ar_SY/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kaw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/kaw/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/my_MM" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/my_MM/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_TIME/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/shadow.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/cryptsetup.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/chkconfig.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/libidn2.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/findutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/Linux-PAM.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/bash.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/diffutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/sed.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/gdbm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/libpwquality.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/cpio.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/gawk.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/popt.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/util-linux.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/gnutls.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/policycoreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/grep.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/cracklib.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/coreutils.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/fi/LC_MESSAGES/rpm.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sas/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cop/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni@beng" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/mni@beng/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/oj/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sms/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/cus/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ae/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/zen/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/an" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/an/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/an/LC_MESSAGES/glib20.mo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/paa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/paa/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sit/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/ine/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_DO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/es_DO/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/guc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/guc/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/locale/sd/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/omf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/desktop-directories" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gnome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gawk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/__pycache__/xmethods.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/__pycache__/printers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/xmethods.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/v6/printers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gcc-8/python/libstdcxx/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/utf8.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/bytes_heavy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/English.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Pod/Functions.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/AutoSplit.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/FileHandle.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/IPC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/IPC/Open3.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/IPC/Open2.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/CORE.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Config/Extensions.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/overloading.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Thread" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Thread/Semaphore.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/AnyDBM_File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/I18N" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/I18N/LangTags.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/I18N/LangTags" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/I18N/LangTags/List.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/I18N/LangTags/Detect.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/I18N/Collate.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/sigtrap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/overload" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/overload/numbers.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter/utf8.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter/compress.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter/encode.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter/null.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DBM_Filter/int32.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/FindBin.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vmsish.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/fields.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/filetest.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Internals.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Carp.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Man.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/HTMLBatch.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/TranscodeDumb.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Progress.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/PullParserEndToken.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/XMLOutStream.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/TiedOutFH.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Debug.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/RTF.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/LinkSection.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/SimpleTree.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Methody.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Subclassing.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/HTMLLegacy.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/DumpAsXML.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/TranscodeSmart.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/XHTML.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Text.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/PullParser.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/BlackBox.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/PullParserStartToken.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Checker.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Transcode.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/Search.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/TextContent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/PullParserTextToken.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/PullParserToken.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/HTML.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple/DumpAsText.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToText.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToMan.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/GetOptsOO.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/BaseTo.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToTk.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToXml.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToNroff.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToTerm.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToPod.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToRtf.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToANSI.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc/ToChecker.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Perldoc.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Text" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Text/Color.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Text/Termcap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Text/Overstrike.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Text.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Escapes.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Simple.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/ParseLink.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Pod/Usage.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/constant.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Exporter.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/perldoc.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/File/Path.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/File/Temp.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/parent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Getopt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Getopt/Long.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/SSL.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/IP.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/SSL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/SSL/Intercept.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/SSL/Utils.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/SSL/PublicSuffix.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/IO/Socket/SSL.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Carp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Carp/Heavy.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Text" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Text/Wrap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Text/ParseWords.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Text/Tabs.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Mozilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Mozilla/CA.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Digest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Digest/file.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Digest/base.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/Cmd.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/POP3.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/libnetFAQ.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/Domain.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/Config.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/Netrc.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP/E.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP/dataconn.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP/A.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP/L.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/FTP/I.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/NNTP.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/SMTP.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Net/Time.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Exporter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Exporter/Heavy.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/newgetopt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Time" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Time/Local.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/HTTP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/HTTP/Tiny.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Digest.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Term" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Term/Cap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vendor_perl/Term/ANSIColor.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DirHandle.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/UNIVERSAL.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/DB.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/overload.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/deprecate.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/File/Copy.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/File/Compare.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/File/Basename.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/File/stat.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/File/Find.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Safe.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Getopt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Getopt/Std.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/sort.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Benchmark.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Search" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Search/Dict.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/NEXT.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/dumpvar.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/encoding" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/encoding/warnings.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/User" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/User/grent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/User/pwent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/B/Op_private.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/B/Deparse.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Symbol.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/bytes.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/subs.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/Scalar.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/Memoize.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/Array.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/Handle.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/Hash.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/StdHandle.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/SubstrHash.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Tie/RefHash.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Thread.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Text" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Text/Abbrev.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/warnings" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/warnings/register.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Class" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Class/Struct.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/meta_notation.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/data.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/ldaps.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/sftp.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/rsync.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_foreign.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/telnet.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_ldap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/IRI.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/urn.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/https.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/mailto.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/rtspu.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_query.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/ldap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/ssh.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/tn3270.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/nntp.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_server.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/mms.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/http.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/WithBase.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/QueryParam.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_userpass.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/URL.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/rlogin.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_punycode.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/Escape.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/gopher.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/news.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/Heuristic.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/ldapi.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/sip.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/sips.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/urn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/urn/isbn.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/urn/oid.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/pop.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_segment.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/OS2.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/QNX.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/Mac.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/Base.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/Win32.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/FAT.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/file/Unix.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/ftp.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/snews.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_generic.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/rtsp.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_login.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/Split.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI/_idna.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/SelectSaver.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/XSLoader.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Unicode/UCD.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/utf8_heavy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Net/hostent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Net/protoent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Net/netent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Net/servent.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/blib.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/diagnostics.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/_charnames.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/autouse.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/FileCache.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/perl5db.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/PerlIO.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/base.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/locale.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/strict.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/Heavy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/UCD.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/CombiningClass.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Isc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Gc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Tc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Cf.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Nv.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/InSC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Title.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Jt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Bmg.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Bpt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/NFKCCF.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Jg.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Age.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/WB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/_PerlLB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/InPC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Lower.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/PerlDeci.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/NFCQC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Hst.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/_PerlWB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/GCB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Bpb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Scx.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Fold.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/NFDQC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/NFKDQC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Nt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Bc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Upper.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Lc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Sc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/NFKCQC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Na1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Ea.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/SB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/NameAlia.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Lb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Uc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/To/Digit.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/SpecialCasing.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/version" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/Name.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/Blocks.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/3_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/2_1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/5_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/7_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/6_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/3_1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/6_3.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/3_2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/4_1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/8_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/6_1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/9_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/6_2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/5_1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/2_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/5_2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/In/4_0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/IDC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/IDC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dep/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFKDQC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFKDQC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFKDQC/N.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/L.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/ET.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/BN.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/NSM.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/R.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/EN.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/CS.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/ES.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/WS.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/AN.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/B.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/ON.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bc/AL.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Math" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Math/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Alpha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Alpha/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWT/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Hyphen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Hyphen/T.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/XIDC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/XIDC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/PCM" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/PCM/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWKCF" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWKCF/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ea/W.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ea/H.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ea/N.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ea/A.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ea/Na.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SD/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/STerm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/STerm/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lower" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lower/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GrBase" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GrBase/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/PatSyn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/PatSyn/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ideo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ideo/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWCM" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWCM/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWCF" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWCF/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Hst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Hst/NA.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/DI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/DI/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dash/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Avagraha.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/ToneMark.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Vowel.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Visarga.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Nukta.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Consona6.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Syllable.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Virama.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Consonan.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Bindu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Consona3.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/VowelInd.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Consona5.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/PureKill.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Number.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Other.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Consona4.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/VowelDep.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Consona2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Invisibl.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InSC/Cantilla.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFDQC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFDQC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFDQC/N.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/Sp.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/SC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/NU.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/XX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/FO.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/EX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/LO.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/AT.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/CL.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/LE.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/ST.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/SB/UP.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/PR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/IS.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/IN.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/SA.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/EB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/AI.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/PO.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/ID.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/XX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/QU.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/EX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/CL.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/OP.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/BA.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/BB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/NS.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/CM.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/GL.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/CJ.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Lb/AL.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jt/D.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jt/R.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jt/U.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jt/C.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jt/T.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nt/None.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nt/Di.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nt/Nu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Enc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Font.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Com.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Nb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Vert.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/NonCanon.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Med.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Sqr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Sub.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Nar.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Iso.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Fin.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Init.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dt/Sup.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ext/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/DB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/VR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/A.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/NR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/BR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/NK.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/OV.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/ATAR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/AR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Ccc/B.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/FarsiYeh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Waw.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/NoJoinin.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Lam.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Kaf.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Sad.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Feh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Alef.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Yeh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Hah.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Reh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Ain.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Seen.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Qaf.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Dal.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Beh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Jg/Gaf.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/Left.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/TopAndRi.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/LeftAndR.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/NA.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/Top.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/TopAndBo.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/Overstru.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/Right.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/Bottom.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/TopAndL2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/VisualOr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/InPC/TopAndLe.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V80.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V50.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V90.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V20.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V11.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V52.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V41.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/NA.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V70.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V31.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V30.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V60.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V40.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V32.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V51.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Age/V61.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/L.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Cf.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Pf.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Pe.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Ps.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Zs.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Lm.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/S.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/So.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Z.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Lo.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Po.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/N.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/No.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Sm.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Mc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Pc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Nl.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/P.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Mn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Nd.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/M.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/C.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Ll.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Pi.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/LC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Sc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Sk.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Me.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Lu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Cn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Gc/Pd.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Upper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Upper/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/QMark" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/QMark/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/IDS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/IDS/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFKCQC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFKCQC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFKCQC/N.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/SM.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/LVT.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/CN.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/EB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/XX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/EX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/PP.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/GCB/LV.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Hex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Hex/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bpt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bpt/N.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bpt/O.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Bpt/C.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Blank.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Word.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlIDC.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Alnum.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Title.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Print.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlQuo.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Graph.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlIDS.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/SpacePer.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlCh2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/PosixPun.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/PerlWord.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlCha.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlPat.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlPr2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlFol.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlAny.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlNch.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/_PerlPro.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/Assigned.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Perl/XPosixPu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/BidiC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/BidiC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CompEx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CompEx/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFCQC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFCQC/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/NFCQC/M.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Blk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Blk/NB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CE/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/BidiM" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/BidiM/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWU/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CI/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/UIdeo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/UIdeo/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/KA.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/MB.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/ML.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/HL.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/NU.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/XX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/FO.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/MN.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/EX.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/Extend.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/WB/LE.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Dia/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Armn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Limb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Grek.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Zinh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Linb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Zzzz.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Cprt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Zyyy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Cyrl.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Han.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Hira.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Arab.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Hang.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Orya.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Khmr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Cham.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Guru.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Talu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Hmng.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Mong.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Geor.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Tibt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Mult.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Dupl.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Bhks.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Glag.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Hebr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Lana.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Knda.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Latn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Lao.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Telu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Ethi.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Taml.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Kana.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Mlym.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Gujr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Gran.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Sinh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Beng.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Khar.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Deva.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Sc/Xsux.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/CWL/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Cased" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Cased/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/XIDS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/XIDS/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/70.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/400.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/3.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/5000.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/300.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/8.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/9.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1000.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/30.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/50.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/19.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1_8.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/40.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/17.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/50000.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/11.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/7.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/0.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/100.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/13.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/500.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/20.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/200.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/800.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/900.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/16.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/600.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/5.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/60.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1_16.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/3_16.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/90.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/14.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/700.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/6.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1_3.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1_2.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/80.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/15.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/10000.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/4.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/3_4.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/2_3.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/18.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/12.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/10.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Nv/1_4.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Term" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Term/Y.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Lina.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Armn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Limb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Copt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Grek.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Shrd.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Yi.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Zinh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Linb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Cprt.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Zyyy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Phlp.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Cyrl.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Thaa.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Han.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Hira.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Tirh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Sind.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Syrc.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Bopo.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Arab.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Hang.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Tagb.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Orya.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Adlm.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Guru.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Mong.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Geor.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Mult.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Dupl.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Glag.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Knda.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Latn.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Telu.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Taml.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Kana.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Mlym.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Gujr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Gran.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Sinh.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Cakm.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Beng.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Mymr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Deva.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/perl5/unicore/lib/Scx/Takr.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/Name.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/NamedSequences.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/unicore/Decomposition.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Time" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Time/gmtime.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Time/localtime.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Time/tm.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/AutoLoader.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/URI.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/warnings.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/feature.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/typemap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/Constant" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/Constant/ProxySubs.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/Constant/XS.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/Constant/Utils.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/Constant/Base.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/ExtUtils/Constant.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsolaris.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5261delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perllinux.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlandroid.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldebtut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5142delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5005delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlootut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlbs2000.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlre.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5222delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlfunc.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsyn.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsub.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsource.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlretut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perluniprops.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perllol.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlartistic.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl58delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl587delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlpod.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltie.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltoc.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl589delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlpolicy.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5120delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmodinstall.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5161delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmod.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlgit.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlebcdic.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5184delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldata.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl588delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlcn.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5263delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltw.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlcheat.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhacktips.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlvms.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlexperiment.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5224delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlko.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5140delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlrepository.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltrap.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlnetware.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlfreebsd.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5202delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsec.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5221delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5220delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltoot.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlobj.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5242delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldos.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlunicook.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlguts.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlvar.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlrebackslash.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlpacktut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlpodspec.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlaix.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlapio.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5244delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldbmfilter.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5260delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlref.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perliol.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlopentut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5125delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsymbian.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlapi.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5262delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5181delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlpragma.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltodo.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhacktut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5243delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlbot.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlrun.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5121delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldtrace.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlthrtut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmacosx.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlamiga.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5124delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlipc.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldelta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5004delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlrequick.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlstyle.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlgpl.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmroapi.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlcygwin.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlriscos.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5122delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5100delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlreref.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlembed.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlperf.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5144delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhurd.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perllocale.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlnumber.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldebguts.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5241delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlxstypemap.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldsc.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlcommunity.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlopenbsd.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5201delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl583delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl561delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5203delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perluniintro.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmacos.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldeprecation.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlboot.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlintern.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlos400.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl56delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlop.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl581delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5200delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlirix.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl582delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl584delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlce.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5182delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlport.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlclib.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlos390.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhaiku.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhist.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5163delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlnewmod.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlunitut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlqnx.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5180delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlreguts.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlsynology.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlxs.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlreftut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5240delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5160delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl586delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlform.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhpux.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perllexwarn.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldebug.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlcall.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5143delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlunifaq.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5101delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmodlib.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5223delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltru64.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5123delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlxstut.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl585delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5280delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlwin32.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlmodstyle.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlplan9.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlunicode.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlfork.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlrecharclass.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlreapi.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perltooc.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perldiag.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlinterp.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5162delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlintro.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlos2.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlhack.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perljp.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl5141delta.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perl.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlbook.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/pod/perlvos.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/vars.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/if.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/less.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/charnames.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Dumpvalue.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/integer.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Term" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Term/ReadLine.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/perl5/Term/Complete.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/appdata" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/helpers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lsmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/wipefs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/prlimit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/dmesg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/kernel-install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ipcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ctrlaltdel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-resolve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/portablectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/uuidgen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/localectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/chcpu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/readprofile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/delpart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/blkzone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/whereis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ipcmk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/column" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/findfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/setsebool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/unshare" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/scriptreplay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-cgls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/swapon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/addpart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/gsettings" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/losetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-cat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fsck.cramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/swaplabel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mkfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/blockdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/blkid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/timedatectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/chmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/logger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ionice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/utmpdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/gdbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/nsenter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/runuser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/colrm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/wall" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/eject" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fsck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/setpriv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/colcrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/setterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mesg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/getopt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/resizepart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/hexdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/rev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ldattach" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/wdctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/findmnt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lsipc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/udevadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/blkdiscard" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/zramctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/dracut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/gapplication" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/rtcwake" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/setarch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/partx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/pivot_root" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/col" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/su" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/kmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/uuidparse" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/swapoff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/flock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/loginctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-cgtop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/journalctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/cfdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-analyze" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/bootctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/resolvectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/hostnamectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-detect-virt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/namei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lsns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/rfkill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/sfdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mkfs.cramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fstrim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/look" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lslogins" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fallocate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/rename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/setsid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mountpoint" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/cal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/coredumpctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lsinitrd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lscpu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fincore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/script" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/last" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-run" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fsfreeze" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lslocks" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/more" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/systemd-delta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/renice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/write" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mkfs.minix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/fsck.minix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/taskset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/busctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/raw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/isosize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/lsblk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mcookie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/chrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/ipcrm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/bash-completion/completions/mkswap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/factory" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/factory/etc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/factory/etc/nsswitch.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/factory/etc/pam.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/factory/etc/pam.d/system-auth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/factory/etc/pam.d/other" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/pw_dict.pwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/pw_dict.pwi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/cracklib-small.hwm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/pw_dict.hwm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/cracklib-small.pwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/cracklib-small.pwi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_db_t:s0", + "filename": "/usr/share/cracklib/cracklib.magic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/grep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/grep/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/hardlink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/hardlink/gpl-2.0.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pam/Copyright" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pam/gpl-2.0.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gmp/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gmp/COPYING.LESSERv3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gmp/COPYINGv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gmp/COPYINGv3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/acl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/acl/COPYING.LGPL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/acl/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/readline" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/readline/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/readline/USAGE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Term-Cap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Term-Cap/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/util-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/util-linux/COPYING.GPLv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/util-linux/COPYING.BSD-3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/util-linux/COPYING.UCB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/util-linux/COPYING.LGPLv2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/util-linux/COPYING.ISC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gnutls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gnutls/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gnutls/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gnutls/COPYING.LESSER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcrypt/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/platform-python-pip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/platform-python-pip/LICENSE.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssh/LICENCE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libnet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libnet/Artistic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libnet/LICENCE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libnet/Copying" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gzip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gzip/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gzip/fdl-1.3.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Unicode-Normalize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Unicode-Normalize/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dbus-tools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dbus-tools/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gdbm-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gdbm-libs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxml2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxml2/Copyright" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/device-mapper-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/device-mapper-libs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/device-mapper-libs/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcom_err" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcom_err/NOTICE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/policycoreutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/policycoreutils/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsemanage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsemanage/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/sed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/sed/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/memstrack" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/memstrack/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssl-pkcs11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssl-pkcs11/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxkbcommon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxkbcommon/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsmartcols" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsmartcols/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsmartcols/COPYING.LGPLv2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libssh/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/rpm/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libkcapi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libkcapi/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libkcapi/COPYING.gplv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libkcapi/COPYING.bsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pcre" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pcre/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pcre/LICENCE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dbus-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dbus-libs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/procps-ng" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/procps-ng/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/procps-ng/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/brotli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/brotli/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/expat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/expat/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cryptsetup-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cryptsetup-libs/COPYING.LGPL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cryptsetup-libs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/diffutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/diffutils/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libselinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libselinux/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/python3-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/python3-libs/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/platform-python-setuptools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/platform-python-setuptools/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/python3-setuptools-wheel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/python3-setuptools-wheel/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/shadow-utils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/shadow-utils/shadow-bsd.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/shadow-utils/gpl-2.0.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/info/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgpg-error" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgpg-error/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgpg-error/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libverto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libverto/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libfdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libfdisk/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libfdisk/COPYING.LGPLv2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libpwquality" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libpwquality/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/systemd/LICENSE.LGPL2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/systemd/LICENSE.GPL2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcap-ng" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcap-ng/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/tzdata" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/tzdata/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/p11-kit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/p11-kit/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/json-c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/json-c/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/json-c/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Time-Local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Time-Local/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/glib2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/glib2/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libpsl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libpsl/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/keyutils-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/keyutils-libs/LICENCE.LGPL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libtasn1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libtasn1/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libtasn1/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/bash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/bash/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/ncurses-base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/ncurses-base/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/audit-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/audit-libs/lgpl-2.1.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/kpartx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/kpartx/GPL-2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/ethtool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/ethtool/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/ethtool/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pcre2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pcre2/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/pcre2/LICENCE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libzstd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libzstd/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libzstd/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libpcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libpcap/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dbus-daemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dbus-daemon/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Net-SSLeay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Net-SSLeay/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/shared-mime-info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/shared-mime-info/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/publicsuffix-list-dafsa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/publicsuffix-list-dafsa/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libnsl2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libnsl2/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/fuse-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/fuse-libs/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gawk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gawk/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gawk/LICENSE.GPLv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gawk/LICENSE.LGPLv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/gawk/LICENSE.BSD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libarchive" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libarchive/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dracut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dracut/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/dracut/lgpl-2.1.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cpio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cpio/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/zlib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/zlib/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsepol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsepol/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcurl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcurl/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/elfutils-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/elfutils-libs/COPYING-GPLV2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/elfutils-libs/COPYING-LGPLV3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/coreutils-common" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/coreutils-common/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libmount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libmount/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libmount/COPYING.LGPLv2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/glibc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/glibc/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/glibc/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/glibc/LICENSES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libseccomp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libseccomp/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cracklib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cracklib/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/python3-pip-wheel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/python3-pip-wheel/LICENSE.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libunistring" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libunistring/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libunistring/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssl/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libffi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libffi/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.open-ath9k-htc-firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.cypress" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.via_vt6656" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.Netronome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.chelsio_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ralink-firmware.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.cavium" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/WHENCE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ti-keystone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ueagle-atm4-firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ene_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.cavium_liquidio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.cw1200" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.Abilis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.phanfw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ti-connectivity" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.moxa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.agere" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.siano" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.cadence" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.e100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.xc5000c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ibt_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.xc4000" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.microchip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.r8a779x_usb3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.nvidia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.adsp_sst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.NXP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.qat_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.kaweth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.i2400m" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.rtlwifi_firmware.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.it913x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.iwlwifi_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.xc5000" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.qla2xxx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.tda7706-firmware.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.broadcom_bcm43xx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.myri10ge_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ralink_a_mediatek_company_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.fw_sst_0f28" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.wl1251" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.atheros_firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.Marvell" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.qla1280" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.IntcSST2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.OLPC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.ca0132" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.mediatek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.rockchip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/linux-firmware/LICENCE.go7007" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-URI" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-URI/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssl-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openssl-libs/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/platform-python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/platform-python/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/trousers-lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/trousers-lib/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libutempter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libutempter/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/nettle" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/nettle/COPYING.LESSERv3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/nettle/COPYINGv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/groff-base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/groff-base/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/groff-base/LICENSES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/groff-base/FDL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/findutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/findutils/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/kmod-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/kmod-libs/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxcrypt/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxcrypt/AUTHORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libxcrypt/LICENSING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libuuid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libuuid/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libuuid/COPYING.BSD-3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libcap/License" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libs/Artistic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-libs/Copying" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsigsegv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libsigsegv/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/device-mapper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/device-mapper/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/device-mapper/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-IO-Socket-IP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-IO-Socket-IP/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/grubby" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/grubby/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libnghttp2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libnghttp2/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/mpfr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/mpfr/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/mpfr/COPYING.LESSER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libdb/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libdb/lgpl-2.1.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/selinux-policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/selinux-policy/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-HTTP-Tiny" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-HTTP-Tiny/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/kernel-core" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/kernel-core/COPYING-4.18.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/krb5-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/krb5-libs/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libidn2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libidn2/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libidn2/COPYING.LESSERv3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libidn2/COPYING.unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libidn2/COPYINGv2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libmetalink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libmetalink/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/setup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/setup/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcc/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcc/COPYING.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcc/COPYING.RUNTIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcc/COPYING3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/libgcc/COPYING3.LIB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openldap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openldap/COPYRIGHT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/openldap/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Socket/Artistic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Socket/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Socket/Copying" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cyrus-sasl-lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/cyrus-sasl-lib/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/crypto-policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/crypto-policies/COPYING.LESSER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/popt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/popt/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Term-ANSIColor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-Term-ANSIColor/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-podlators" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/perl-podlators/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/chkconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/chkconfig/COPYING" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/bzip2-libs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/bzip2-libs/LICENSE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/elfutils-libelf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/elfutils-libelf/COPYING-GPLV2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/licenses/elfutils-libelf/COPYING-LGPLV3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/applications" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/applications/mimeapps.list" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/applications/gnome-mimeapps.list" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/idl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/glib-2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/glib-2.0/schemas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/GMT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Brazil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Brazil/East" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Brazil/West" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Brazil/Acre" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Brazil/DeNoronha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Japan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/MST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/ROK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/Universal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-13" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-14" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT+12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Etc/GMT-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/HST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/NZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/EST5EDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Turkey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/PST8PDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Cuba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Djibouti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Maputo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Windhoek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Cairo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Conakry" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Bissau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/El_Aaiun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Kinshasa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Ceuta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Sao_Tome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Juba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Maseru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Monrovia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Algiers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Casablanca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Accra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Ndjamena" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Tunis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Khartoum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Africa/Tripoli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Kwajalein" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Portugal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/MST7MDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/W-SU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Chile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Chile/EasterIsland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Chile/Continental" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Aleutian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Mountain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Hawaii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Pacific-New" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/East-Indiana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Central" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Eastern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Arizona" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Samoa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Alaska" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Michigan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/US/Indiana-Starke" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/CET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Singapore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Newfoundland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Mountain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Saskatchewan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Central" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Atlantic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Eastern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Yukon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Canada/Pacific" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Saigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Chungking" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Nicosia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Dacca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Hovd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Riyadh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Barnaul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Yerevan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Colombo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Tomsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Ulan_Bator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Karachi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Thimphu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Calcutta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Chita" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Anadyr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Bangkok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Tbilisi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Jakarta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Dili" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Dubai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Sakhalin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Hong_Kong" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Brunei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Amman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Samarkand" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Tel_Aviv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Qatar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Magadan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Krasnoyarsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Kathmandu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Kashgar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Novosibirsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Yekaterinburg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Ashgabat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Damascus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Tashkent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Gaza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Oral" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Macau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Hebron" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Kuching" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Baku" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Manila" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Ust-Nera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Omsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Atyrau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Ujung_Pandang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Aqtobe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Kamchatka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Qostanay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Taipei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Baghdad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Kuala_Lumpur" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Choibalsan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Aqtau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Jayapura" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Yakutsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Beirut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Bishkek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Tehran" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Irkutsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Almaty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Dushanbe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Vladivostok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Pyongyang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Rangoon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Srednekolymsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Novokuznetsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Khandyga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Famagusta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Qyzylorda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Kabul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Asia/Pontianak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Palmer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Rothera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Mawson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Casey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/DumontDUrville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Vostok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Davis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Syowa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Troll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Antarctica/Macquarie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/NZ-CHAT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/WET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/leapseconds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Menominee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Rosario" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Atikokan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Bahia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Swift_Current" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Thunder_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Cuiaba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Puerto_Rico" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Caracas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Anguilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Mexico_City" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Jujuy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Santarem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Monterrey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Chihuahua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/El_Salvador" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Cambridge_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Ojinaga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Port-au-Prince" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Martinique" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Louisville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Yakutat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Bogota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Pangnirtung" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/La_Paz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Lima" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Grand_Turk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Santo_Domingo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Resolute" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Asuncion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Paramaribo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Matamoros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Boise" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Mendoza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Curacao" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Godthab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Barbados" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Miquelon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Montevideo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Nassau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana/Winamac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana/Vevay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana/Marengo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana/Petersburg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana/Vincennes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Indiana/Tell_City" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Nome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Tijuana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Maceio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Punta_Arenas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Merida" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Inuvik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/North_Dakota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/North_Dakota/Beulah" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/North_Dakota/New_Salem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/North_Dakota/Center" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Metlakatla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Fort_Nelson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Glace_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Scoresbysund" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Juneau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/ComodRivadavia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/Salta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/Tucuman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/San_Luis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/San_Juan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/Ushuaia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/La_Rioja" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/Rio_Gallegos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Argentina/Buenos_Aires" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Jamaica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Guatemala" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Thule" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Rankin_Inlet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Kentucky" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Kentucky/Monticello" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Porto_Velho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Campo_Grande" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Tegucigalpa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Sitka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Boa_Vista" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Rainy_River" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Moncton" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Cayman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Managua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Belize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Eirunepe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Recife" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Yellowknife" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Nipigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Danmarkshavn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Bahia_Banderas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Cayenne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Cancun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Iqaluit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Goose_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Guayaquil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Dawson_Creek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Dawson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Araguaina" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Mazatlan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Creston" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Hermosillo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Guyana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Fortaleza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Belem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Blanc-Sablon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/America/Costa_Rica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/GB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/GMT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Brazil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Brazil/East" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Brazil/West" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Brazil/Acre" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Brazil/DeNoronha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Japan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/MST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/ROK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/Universal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-13" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-14" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT+12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Etc/GMT-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/HST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/NZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/EST5EDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Turkey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/PST8PDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Cuba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Djibouti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Maputo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Windhoek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Cairo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Conakry" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Bissau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/El_Aaiun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Kinshasa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Ceuta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Sao_Tome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Juba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Maseru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Monrovia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Algiers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Casablanca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Accra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Ndjamena" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Tunis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Khartoum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Africa/Tripoli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Kwajalein" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Portugal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/MST7MDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/W-SU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Chile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Chile/EasterIsland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Chile/Continental" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Aleutian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Mountain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Hawaii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Pacific-New" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/East-Indiana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Central" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Eastern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Arizona" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Samoa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Alaska" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Michigan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/US/Indiana-Starke" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/CET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Singapore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Newfoundland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Mountain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Saskatchewan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Central" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Atlantic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Eastern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Yukon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Canada/Pacific" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Saigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Chungking" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Nicosia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Dacca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Hovd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Riyadh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Barnaul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Yerevan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Colombo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Tomsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Ulan_Bator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Karachi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Thimphu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Calcutta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Chita" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Anadyr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Bangkok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Tbilisi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Jakarta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Dili" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Dubai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Sakhalin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Hong_Kong" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Brunei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Amman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Samarkand" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Tel_Aviv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Qatar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Magadan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Krasnoyarsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Kathmandu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Kashgar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Novosibirsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Yekaterinburg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Ashgabat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Damascus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Tashkent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Gaza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Oral" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Macau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Hebron" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Kuching" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Baku" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Manila" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Ust-Nera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Omsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Atyrau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Ujung_Pandang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Aqtobe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Kamchatka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Qostanay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Taipei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Baghdad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Kuala_Lumpur" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Choibalsan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Aqtau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Jayapura" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Yakutsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Beirut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Bishkek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Tehran" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Irkutsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Almaty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Dushanbe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Vladivostok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Pyongyang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Rangoon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Srednekolymsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Novokuznetsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Khandyga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Famagusta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Qyzylorda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Kabul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Asia/Pontianak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Palmer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Rothera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Mawson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Casey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/DumontDUrville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Vostok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Davis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Syowa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Troll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Antarctica/Macquarie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/NZ-CHAT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/WET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Menominee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Rosario" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Atikokan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Bahia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Swift_Current" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Thunder_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Cuiaba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Puerto_Rico" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Caracas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Anguilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Mexico_City" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Jujuy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Santarem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Monterrey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Chihuahua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/El_Salvador" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Cambridge_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Ojinaga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Port-au-Prince" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Martinique" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Louisville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Yakutat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Bogota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Pangnirtung" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/La_Paz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Lima" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Grand_Turk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Santo_Domingo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Resolute" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Asuncion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Paramaribo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Matamoros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Boise" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Mendoza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Curacao" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Godthab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Barbados" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Miquelon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Montevideo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Nassau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana/Winamac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana/Vevay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana/Marengo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana/Petersburg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana/Vincennes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Indiana/Tell_City" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Nome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Tijuana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Maceio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Punta_Arenas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Merida" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Inuvik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/North_Dakota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/North_Dakota/Beulah" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/North_Dakota/New_Salem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/North_Dakota/Center" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Metlakatla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Fort_Nelson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Glace_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Scoresbysund" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Juneau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/ComodRivadavia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/Salta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/Tucuman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/San_Luis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/San_Juan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/Ushuaia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/La_Rioja" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/Rio_Gallegos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Argentina/Buenos_Aires" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Jamaica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Guatemala" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Thule" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Rankin_Inlet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Kentucky" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Kentucky/Monticello" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Porto_Velho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Campo_Grande" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Tegucigalpa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Sitka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Boa_Vista" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Rainy_River" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Moncton" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Cayman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Managua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Belize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Eirunepe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Recife" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Yellowknife" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Nipigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Danmarkshavn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Bahia_Banderas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Cayenne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Cancun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Iqaluit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Goose_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Guayaquil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Dawson_Creek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Dawson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Araguaina" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Mazatlan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Creston" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Hermosillo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Guyana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Fortaleza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Belem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Blanc-Sablon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/America/Costa_Rica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/GB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Poland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/EET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Eucla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Broken_Hill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/ACT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Melbourne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Lord_Howe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Tasmania" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/West" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/North" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Queensland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Lindeman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/Currie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Australia/South" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Vaduz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Podgorica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Uzhgorod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Amsterdam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Luxembourg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Volgograd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Madrid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Saratov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Bratislava" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Paris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Athens" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Simferopol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Copenhagen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Vienna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Brussels" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/San_Marino" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Stockholm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Oslo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Tirane" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Kiev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Gibraltar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Berlin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Kirov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Vilnius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Sofia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Malta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Mariehamn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Zaporozhye" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Samara" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Andorra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Dublin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Tiraspol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Tallinn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Ulyanovsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Minsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Riga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Budapest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Bucharest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Monaco" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Astrakhan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Europe/Kaliningrad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Faroe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Reykjavik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Cape_Verde" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Bermuda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Azores" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Madeira" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/South_Georgia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Stanley" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Atlantic/Canary" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/CST6CDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Mexico" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/MET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/EST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Maldives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Reunion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Christmas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Mahe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Kerguelen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Chagos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Cocos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Indian/Mauritius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Arctic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Wallis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Fakaofo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Funafuti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Enderbury" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Fiji" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Pohnpei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Tongatapu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Tarawa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Gambier" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Efate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Galapagos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Bougainville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Niue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Wake" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Palau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Saipan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Noumea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Apia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Chuuk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Marquesas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Nauru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Guadalcanal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Majuro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Kosrae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Rarotonga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Port_Moresby" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Pitcairn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Kiritimati" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Norfolk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/right/Pacific/Tahiti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Poland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/EET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/zone1970.tab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/GMT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Brazil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Brazil/East" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Brazil/West" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Brazil/Acre" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Brazil/DeNoronha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Japan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/MST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/ROK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/Universal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-13" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-14" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT+12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Etc/GMT-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/HST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/NZ" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/EST5EDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Turkey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/PST8PDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Cuba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Djibouti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Maputo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Windhoek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Cairo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Conakry" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Bissau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/El_Aaiun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Kinshasa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Ceuta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Sao_Tome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Juba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Maseru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Monrovia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Algiers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Casablanca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Accra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Ndjamena" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Tunis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Khartoum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Africa/Tripoli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Kwajalein" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Portugal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/MST7MDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/W-SU" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Chile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Chile/EasterIsland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Chile/Continental" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Aleutian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Mountain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Hawaii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Pacific-New" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/East-Indiana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Central" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Eastern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Arizona" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Samoa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Alaska" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Michigan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/US/Indiana-Starke" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/CET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Singapore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Newfoundland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Mountain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Saskatchewan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Central" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Atlantic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Eastern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Yukon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Canada/Pacific" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Saigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Chungking" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Nicosia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Dacca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Hovd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Riyadh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Barnaul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Yerevan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Colombo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Tomsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Ulan_Bator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Karachi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Thimphu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Calcutta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Chita" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Anadyr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Bangkok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Tbilisi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Jakarta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Dili" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Dubai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Sakhalin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Hong_Kong" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Brunei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Amman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Samarkand" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Tel_Aviv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Qatar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Magadan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Krasnoyarsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Kathmandu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Kashgar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Novosibirsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Yekaterinburg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Ashgabat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Damascus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Tashkent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Gaza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Oral" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Macau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Hebron" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Kuching" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Baku" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Manila" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Ust-Nera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Omsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Atyrau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Ujung_Pandang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Aqtobe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Kamchatka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Qostanay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Taipei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Baghdad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Kuala_Lumpur" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Choibalsan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Aqtau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Jayapura" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Yakutsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Beirut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Bishkek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Tehran" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Irkutsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Almaty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Dushanbe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Vladivostok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Pyongyang" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Rangoon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Srednekolymsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Novokuznetsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Khandyga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Famagusta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Qyzylorda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Kabul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Asia/Pontianak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Palmer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Rothera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Mawson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Casey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/DumontDUrville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Vostok" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Davis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Syowa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Troll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Antarctica/Macquarie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/NZ-CHAT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/WET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Menominee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Rosario" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Atikokan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Bahia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Swift_Current" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Thunder_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Cuiaba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Puerto_Rico" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Caracas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Anguilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Mexico_City" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Jujuy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Santarem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Monterrey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Chihuahua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/El_Salvador" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Cambridge_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Ojinaga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Port-au-Prince" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Martinique" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Louisville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Yakutat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Bogota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Pangnirtung" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/La_Paz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Lima" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Grand_Turk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Santo_Domingo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Resolute" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Asuncion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Paramaribo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Matamoros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Boise" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Mendoza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Curacao" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Godthab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Barbados" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Miquelon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Montevideo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Nassau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana/Winamac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana/Vevay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana/Marengo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana/Petersburg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana/Vincennes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Indiana/Tell_City" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Nome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Tijuana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Maceio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Punta_Arenas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Merida" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Inuvik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/North_Dakota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/North_Dakota/Beulah" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/North_Dakota/New_Salem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/North_Dakota/Center" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Metlakatla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Fort_Nelson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Glace_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Scoresbysund" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Juneau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/ComodRivadavia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/Salta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/Tucuman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/San_Luis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/San_Juan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/Ushuaia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/La_Rioja" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/Rio_Gallegos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Argentina/Buenos_Aires" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Jamaica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Guatemala" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Thule" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Rankin_Inlet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Kentucky" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Kentucky/Monticello" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Porto_Velho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Campo_Grande" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Tegucigalpa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Sitka" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Boa_Vista" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Rainy_River" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Moncton" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Cayman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Managua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Belize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Eirunepe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Recife" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Yellowknife" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Nipigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Danmarkshavn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Bahia_Banderas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Cayenne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Cancun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Iqaluit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Goose_Bay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Guayaquil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Dawson_Creek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Dawson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Araguaina" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Mazatlan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Creston" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Hermosillo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Guyana" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Fortaleza" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Belem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Blanc-Sablon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/America/Costa_Rica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/GB" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Poland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/EET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Eucla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Broken_Hill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/ACT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Melbourne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Lord_Howe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Tasmania" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/West" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/North" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Queensland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Lindeman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/Currie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Australia/South" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Vaduz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Podgorica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Uzhgorod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Amsterdam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Luxembourg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Volgograd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Madrid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Saratov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Bratislava" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Paris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Athens" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Simferopol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Copenhagen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Vienna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Brussels" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/San_Marino" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Stockholm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Oslo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Tirane" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Kiev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Gibraltar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Berlin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Kirov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Vilnius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Sofia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Malta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Mariehamn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Zaporozhye" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Samara" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Andorra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Dublin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Tiraspol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Tallinn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Ulyanovsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Minsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Riga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Budapest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Bucharest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Monaco" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Astrakhan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Europe/Kaliningrad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Faroe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Reykjavik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Cape_Verde" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Bermuda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Azores" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Madeira" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/South_Georgia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Stanley" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Atlantic/Canary" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/CST6CDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Mexico" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/MET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/EST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Maldives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Reunion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Christmas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Mahe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Kerguelen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Chagos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Cocos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Indian/Mauritius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Arctic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Wallis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Fakaofo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Funafuti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Enderbury" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Fiji" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Pohnpei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Tongatapu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Tarawa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Gambier" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Efate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Galapagos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Bougainville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Niue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Wake" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Palau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Saipan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Noumea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Apia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Chuuk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Marquesas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Nauru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Guadalcanal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Majuro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Kosrae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Rarotonga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Port_Moresby" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Pitcairn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Kiritimati" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Norfolk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/posix/Pacific/Tahiti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Eucla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Broken_Hill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/ACT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Melbourne" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Lord_Howe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Tasmania" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/West" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/North" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Queensland" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Lindeman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/Currie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Australia/South" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/iso3166.tab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Vaduz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Podgorica" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Uzhgorod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Amsterdam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Luxembourg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Volgograd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Madrid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Saratov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Bratislava" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Paris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Athens" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Simferopol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Copenhagen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Vienna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Brussels" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/San_Marino" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Stockholm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Oslo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Tirane" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Kiev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Gibraltar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Berlin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Kirov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Vilnius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Sofia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Malta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Mariehamn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Zaporozhye" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Samara" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Andorra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Dublin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Tiraspol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Tallinn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Ulyanovsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Minsk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Riga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Budapest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Bucharest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Monaco" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Astrakhan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Europe/Kaliningrad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/tzdata.zi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Faroe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Reykjavik" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Cape_Verde" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Bermuda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Azores" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Madeira" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/South_Georgia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Stanley" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Atlantic/Canary" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/CST6CDT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Mexico" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/MET" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/EST" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Maldives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Reunion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Christmas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Mahe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Kerguelen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Chagos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Cocos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Indian/Mauritius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Arctic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Wallis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Fakaofo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Funafuti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Enderbury" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Fiji" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Pohnpei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Tongatapu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Tarawa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Gambier" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Efate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Galapagos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Bougainville" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Niue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Wake" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Palau" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Saipan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Noumea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Apia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Chuuk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Marquesas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Nauru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Guadalcanal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Majuro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Kosrae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Rarotonga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Port_Moresby" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Pitcairn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Kiritimati" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Norfolk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/Pacific/Tahiti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/share/zoneinfo/zone.tab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/caps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/mousekeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/numpad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/iso9995" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/complete" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/extra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/level5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/default" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/cancel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/basic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/types/nokia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/cn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/shift" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/is" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/capslock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/gb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/th" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/la" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ma" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/hr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/in" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/cd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/cz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/mv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/altwin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ke" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/il" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/et" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/mm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/lk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/tj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/am" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/latam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/is" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/gb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/latam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/pt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/nl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/it" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/apple" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/ch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/fr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/no" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/se" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/dk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/macintosh_vndr/fi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/jolla_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/jolla_vndr/sbj" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sgi_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sgi_vndr/jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/empty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/bw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/vn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/mk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/pt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/gh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/kh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/kr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ctrl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/bg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/hu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/compose" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sony_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sony_vndr/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/me" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/lv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/lt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/cm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/kz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/typo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/kpdl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/it" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/mt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/rupeesign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nokia_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nokia_vndr/rx-44" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nokia_vndr/rx-51" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nokia_vndr/su-8w" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/group" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/au" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/np" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/tw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/mn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/bt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/hp_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/hp_vndr/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/af" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/srvr_ctrl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/by" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/pk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/gn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/apl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/olpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nec_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nec_vndr/jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/at" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/rs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/level5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/fr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/gb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/cz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/sk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/solaris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/pt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/nl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/kr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/lv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/lt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ru" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/it" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/tw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ua" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/fr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/ara" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/no" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/tr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/br" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/se" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/es" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/dk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sun_vndr/fi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/tm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/keypad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/tz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/dz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/eurosign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/terminate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/my" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ara" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/no" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/tg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/tr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sharp_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sharp_vndr/ws020sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sharp_vndr/ws007sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sharp_vndr/ws011sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sharp_vndr/ws003sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/epo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/fo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/parens" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/nbsp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/kg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/br" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/si" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/xfree68_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/xfree68_vndr/amiga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/xfree68_vndr/ataritt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/sn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/latin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/se" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/brai" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/eu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/bd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/es" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/digital_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/digital_vndr/lk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/digital_vndr/vt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/digital_vndr/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/digital_vndr/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/inet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/mao" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/uz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/dk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/ng" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/za" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/az" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/level3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/fi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/iq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/fujitsu_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/fujitsu_vndr/jp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/symbols/fujitsu_vndr/us" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/base.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/base.extras.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/xkb.its" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/xorg.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/xorg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/xfree98" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/xkb.dtd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/evdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/evdev.lst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/xorg.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/evdev.extras.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/evdev.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/rules/base.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/caps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/japan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/ledscroll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/mousekeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/iso9995" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/complete" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/accessx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/ledcaps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/misc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/lednum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/xtest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/olpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/level5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/pc98" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/basic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/compat/xfree86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/aliases" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/hp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/sgi_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/sgi_vndr/indigo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/sgi_vndr/indy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/sgi_vndr/iris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/sony" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/empty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/amiga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/xfree98" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/evdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/ibm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/macintosh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/olpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/fujitsu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/jolla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/ataritt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/digital_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/digital_vndr/lk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/digital_vndr/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/keycodes/xfree86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/hhk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/keytronic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/kinesis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/hp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sgi_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sgi_vndr/O2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sgi_vndr/indigo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sgi_vndr/indy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sony" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/amiga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/typematrix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/dell" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/chicony" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/teck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/macintosh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/sanwa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/fujitsu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/steelseries" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/nec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/winbook" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/microsoft" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/ataritt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/thinkpad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/digital_vndr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/digital_vndr/unix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/digital_vndr/lk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/digital_vndr/pc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/northgate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/everex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/X11/xkb/geometry/nokia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gdb/auto-load" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gdb/auto-load/usr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gdb/auto-load/usr/lib64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.25-gdb.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/gdb/auto-load/usr/lib64/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.25-gdb.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/help" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/opensslcnf.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/java.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/nss.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/libreswan.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/bind.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/opensshserver.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/krb5.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/gnutls.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/openssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/libssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FIPS/openssl.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/opensslcnf.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/java.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/nss.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/libreswan.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/bind.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/opensshserver.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/krb5.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/gnutls.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/openssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/libssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/LEGACY/openssl.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/opensslcnf.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/java.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/nss.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/libreswan.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/bind.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/opensshserver.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/krb5.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/gnutls.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/openssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/libssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/FUTURE/openssl.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/opensslcnf.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/java.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/nss.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/libreswan.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/bind.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/opensshserver.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/krb5.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/gnutls.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/openssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/libssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/back-ends/DEFAULT/openssl.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/FIPS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/LEGACY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/java.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/bind.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/openssl.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/opensshserver.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/openssh.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/libssh.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/opensslcnf.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/gnutls.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/krb5.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/libreswan.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/EMPTY/nss.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/default-config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/FUTURE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/DEFAULT.pol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/FUTURE.pol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/LEGACY.pol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/EMPTY.pol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/modules/NO-SHA1.pmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/modules/AD-SUPPORT.pmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/modules/OSPP.pmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/modules/NO-CAMELLIA.pmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/modules/ECDHE-ONLY.pmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/policies/FIPS.pol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/__pycache__/build-crypto-policies.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/__pycache__/update-crypto-policies.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/bind.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/libreswan.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/openssl.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/libssh.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/java.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/libreswan.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/openssl.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/nss.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/krb5.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/configgenerator.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/bind.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/libssh.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/gnutls.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/openssh.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/java.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/configgenerator.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/krb5.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/nss.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/gnutls.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/policygenerators/openssh.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/update-crypto-policies.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/build-crypto-policies.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/cryptopolicies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/cryptopolicies/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/cryptopolicies/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/cryptopolicies/__pycache__/cryptopolicies.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/cryptopolicies/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/python/cryptopolicies/cryptopolicies.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/reload-cmds.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/crypto-policies/DEFAULT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/aclocal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:groupadd_exec_t:s0", + "filename": "/usr/sbin/groupdel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selinuxenabled" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/hardlink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:tcsd_exec_t:s0", + "filename": "/usr/sbin/tcsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chroot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/getenforce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dmstats" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/build-locale-archive" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_exec_t:s0", + "filename": "/usr/sbin/agetty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selinuxexeccon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/wipefs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/faillock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zcryptctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lszfcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dbginfo.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:chkpwd_exec_t:s0", + "filename": "/usr/sbin/unix_chkpwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/ctrlaltdel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_exec_t:s0", + "filename": "/usr/sbin/cracklib-format" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dmfilemapd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/rmmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zipl-switch-to-blscfg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_exec_t:s0", + "filename": "/usr/sbin/chpasswd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_exec_t:s0", + "filename": "/usr/sbin/cracklib-packer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/setenforce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:updpwd_exec_t:s0", + "filename": "/usr/sbin/pwhistory_helper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/fixfiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:groupadd_exec_t:s0", + "filename": "/usr/sbin/groupmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/vmcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/avcstat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zfcp_cio_free" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chcpu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selinuxconlist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/vmur" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/qethconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/readprofile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_exec_t:s0", + "filename": "/usr/sbin/cracklib-unpacker" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/installkernel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/delpart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selabel_lookup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/sefcontext_compile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/blkzone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chccwdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lvm_exec_t:s0", + "filename": "/usr/sbin/dmsetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lszcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/groupmems" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/depmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:useradd_exec_t:s0", + "filename": "/usr/sbin/newusers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selinuxdefcon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chgpasswd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/scsi_logging_level" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/init" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/findfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selinux_check_access" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:setsebool_exec_t:s0", + "filename": "/usr/sbin/setsebool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:setfiles_exec_t:s0", + "filename": "/usr/sbin/setfiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/fdasd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/swapon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/qethqoat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selabel_lookup_best_match" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selabel_digest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/addpart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/getpcaps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/pwck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bootloader_exec_t:s0", + "filename": "/usr/sbin/zipl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/losetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/znet_cio_free" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/fsck.cramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chzdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/ttyrun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/swaplabel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/halt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/mkfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:admin_passwd_exec_t:s0", + "filename": "/usr/sbin/pwconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:useradd_exec_t:s0", + "filename": "/usr/sbin/usermod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/blockdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/getcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/blkid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dasdview" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/ip_watcher.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/packer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/iconvconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/genhomedircon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/weak-modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/install-info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_exec_t:s0", + "filename": "/usr/sbin/sshd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lschp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dasd_cio_free" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/xcec-bridge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/runuser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/restorecon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/adduser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/fsck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/fix-info-dir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:admin_passwd_exec_t:s0", + "filename": "/usr/sbin/pwunconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/insmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zgetdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/saslpasswd2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/znetconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:admin_passwd_exec_t:s0", + "filename": "/usr/sbin/grpunconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lvm_exec_t:s0", + "filename": "/usr/sbin/kpartx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/qetharp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ifconfig_exec_t:s0", + "filename": "/usr/sbin/ethtool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dasdstat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/fdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/cio_ignore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chzcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/sasldblistusers2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/resizepart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chreipl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/ldattach" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/modinfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chchp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chshut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/sestatus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:admin_passwd_exec_t:s0", + "filename": "/usr/sbin/vipw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/udevadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/blkdiscard" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/modprobe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zramctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/rtcwake" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:groupadd_exec_t:s0", + "filename": "/usr/sbin/groupadd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/resolvconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/partx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/pivot_root" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/tape390_crypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsqeth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zpcictl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:crack_exec_t:s0", + "filename": "/usr/sbin/cracklib-check" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/shutdown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zcryptstats" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/swapoff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:oddjob_mkhomedir_exec_t:s0", + "filename": "/usr/sbin/mkhomedir_helper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsdasd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:admin_passwd_exec_t:s0", + "filename": "/usr/sbin/grpconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:useradd_exec_t:s0", + "filename": "/usr/sbin/useradd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/normalize_dasd_arg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/cfdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/tunedasd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/blkdeactivate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/vigr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:pam_console_exec_t:s0", + "filename": "/usr/sbin/pam_console_apply" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:pam_timestamp_exec_t:s0", + "filename": "/usr/sbin/pam_timestamp_check" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lscss" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/rfkill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/telinit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dasdconf.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/switch_root" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsscm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/create-cracklib-dict" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/sfdisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/mkfs.cramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/fstrim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shell_exec_t:s0", + "filename": "/usr/sbin/nologin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/pidof" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/tape390_display" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/device_cio_free" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/setcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/hyptop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chcpumf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zfcpconf.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/alternatives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:useradd_exec_t:s0", + "filename": "/usr/sbin/userdel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bootloader_exec_t:s0", + "filename": "/usr/sbin/grubby" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/grpck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/update-alternatives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsshut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/start_hsnc.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/fsfreeze" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lstape" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsreipl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/sysctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/selabel_partial_match" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_exec_t:s0", + "filename": "/usr/sbin/semodule" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/mkdict" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/getsebool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/mkfs.minix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sulogin_exec_t:s0", + "filename": "/usr/sbin/sulogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/sbin/fsck.minix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/restorecon_xattr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/poweroff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lsluns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ldconfig_exec_t:s0", + "filename": "/usr/sbin/ldconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/lszdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/runlevel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:updpwd_exec_t:s0", + "filename": "/usr/sbin/unix_update" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dasdinfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/dasdfmt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zfcpdbf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/chkconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/matchpathcon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/zic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:load_policy_exec_t:s0", + "filename": "/usr/sbin/load_policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/mkswap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/capsh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/sbin/reboot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libjson-c.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libm.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libldap_r-2.4.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcap-ng.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip4tc.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libnettle.so.6.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgssrpc.so.4.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsasl2.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libblkid.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/tls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmenu.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libutil-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpanel.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libexpat.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libresolv.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/validate.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/headers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/headers.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/handlers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/handlers.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/simple_server.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/validate.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/simple_server.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/handlers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/headers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/headers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/__pycache__/validate.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/simple_server.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wsgiref/handlers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pdb.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/weakref.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncore.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/formatter.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ast.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sunau.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/socket.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/config-3.6m-s390x-linux-gnu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/config-3.6m-s390x-linux-gnu/Makefile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_sitebuiltins.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/types.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/bdb.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/runpy.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/traceback.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dummy_threading.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/statistics.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/plistlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pyclbr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pty.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/codeop.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_sysconfigdata_dm_linux_s390x-linux-gnu.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/glob.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/heapq.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/operator.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/inspect.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/abc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/fnmatch.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/config.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/handlers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/handlers.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/config.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/config.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/__pycache__/config.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/logging/handlers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/stringprep.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/macurl2path.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/ndbm.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/dumb.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/gnu.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/dumb.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/gnu.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/__pycache__/ndbm.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/dumb.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/gnu.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dbm/ndbm.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/timeit.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_pydecimal.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/enum.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/nntplib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/poplib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/warnings.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/locale.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_compat_pickle.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/getopt.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_collections_abc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ipaddress.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/configparser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/signals.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/runner.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/mock.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/result.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/runner.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/__main__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/signals.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/mock.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/suite.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/loader.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/case.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/__main__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/main.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/case.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/suite.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/result.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/runner.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/result.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/mock.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/case.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/main.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/loader.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__pycache__/loader.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/loader.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/main.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/__main__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/case.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/unittest/suite.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/reprlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/opcode.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/fileinput.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pygram.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/Grammar3.6.8.final.0.pickle" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixer_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pytree.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/btm_matcher.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/pygram.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/btm_utils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/fixer_base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/patcomp.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/__main__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/refactor.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/pygram.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/fixer_base.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/pytree.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/refactor.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/patcomp.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/refactor.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/main.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/fixer_util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/pytree.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/fixer_util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/pytree.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/main.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/patcomp.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/btm_utils.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/main.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__pycache__/btm_matcher.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/grammar.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/token.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/parse.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/driver.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/conv.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/parse.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/literals.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/grammar.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/token.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/parse.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/tokenize.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/pgen.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/tokenize.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/driver.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/conv.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/literals.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/literals.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/tokenize.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/grammar.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/conv.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/pgen.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/__pycache__/driver.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/literals.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/driver.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/tokenize.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/conv.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/parse.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/pgen.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/pgen2/token.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/PatternGrammar3.6.8.final.0.pickle" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixer_base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/main.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/Grammar.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/patcomp.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/__main__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/btm_utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_xrange.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_metaclass.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_numliterals.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_next.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_reduce.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_ws_comma.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_itertools.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_sys_exc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_nonzero.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_dict.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_throw.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_unicode.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_isinstance.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_basestring.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_xreadlines.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_intern.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_long.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_nonzero.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_raw_input.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_imports.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_raise.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_idioms.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_intern.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_apply.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_long.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_basestring.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_set_literal.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_zip.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_set_literal.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_paren.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_renames.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_unicode.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_raw_input.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_input.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_isinstance.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_types.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_metaclass.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_map.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_standarderror.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_throw.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_has_key.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_itertools.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_exec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_future.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_filter.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_xrange.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_next.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_import.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_filter.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_input.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_urllib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_imports2.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_execfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_future.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_metaclass.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_basestring.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_apply.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_zip.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_dict.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_operator.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_next.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_map.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_except.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_reduce.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_standarderror.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_buffer.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_numliterals.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_apply.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_reload.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_types.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_isinstance.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_dict.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_throw.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_execfile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_ne.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_import.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_itertools.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_paren.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_ne.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_print.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_repr.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_renames.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_reload.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_exec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_operator.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_except.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_asserts.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_imports2.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_has_key.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_exec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_print.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_reduce.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_unicode.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_buffer.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_urllib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_has_key.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_imports.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_execfile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_repr.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_xrange.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_dict.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_asserts.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_idioms.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_next.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_print.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_raise.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_idioms.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_nonzero.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_metaclass.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_numliterals.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_types.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_import.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_ne.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_operator.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_exitfunc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_long.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_intern.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_buffer.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_paren.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_methodattrs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_except.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_raw_input.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_urllib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_tuple_params.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_apply.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_filter.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_map.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_future.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_input.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_repr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_set_literal.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_standarderror.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_execfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_print.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_itertools_imports.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_raise.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_reload.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_renames.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_imports.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_imports2.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_asserts.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_idioms.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_getcwdu.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_zip.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_has_key.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_funcattrs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/fixes/fix_exec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/PatternGrammar.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/btm_matcher.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib2to3/refactor.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/shlex.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/aifc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/macpath.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__pycache__/__main__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/python3.6/venv/scripts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/python3.6/venv/scripts/posix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/python3.6/venv/scripts/posix/activate.fish" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/python3.6/venv/scripts/posix/activate.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/python3.6/venv/scripts/common" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/python3.6/venv/scripts/common/activate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/venv/__main__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/imghdr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/wave.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/uu.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pickletools.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/tty.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pprint.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/contextlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/keyword.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/quopri.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/genericpath.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/random.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/dis.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/hmac.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/secrets.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/datetime.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/zipfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/platform.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/token.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/formatter.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/timeit.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/webbrowser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/uuid.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cProfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ftplib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/wave.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/getopt.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/smtplib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/profile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/gzip.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imp.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/fractions.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/queue.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mailcap.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cgi.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tabnanny.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/difflib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_strptime.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pstats.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/antigravity.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pdb.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_strptime.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/fileinput.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/decimal.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/string.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/os.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pipes.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sunau.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_markupbase.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/keyword.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/calendar.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/colorsys.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/crypt.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/webbrowser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/shutil.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/lzma.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/this.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pydoc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/glob.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/netrc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tracemalloc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/poplib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mimetypes.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/uu.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/random.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/plistlib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/quopri.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/opcode.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/profile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/py_compile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/getopt.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/asyncore.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/functools.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/threading.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/symbol.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pickle.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cmd.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/gzip.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/dis.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/asynchat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/datetime.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sched.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/bz2.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mailbox.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/typing.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cgi.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mailcap.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/smtplib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/getpass.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cProfile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/hmac.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/platform.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/timeit.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/datetime.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/asynchat.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/nntplib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/asyncore.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/chunk.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/argparse.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/wave.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mimetypes.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/random.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/fractions.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ntpath.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/aifc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pipes.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sunau.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_dummy_thread.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/gettext.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/token.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_s390x-linux-gnu.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/macurl2path.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tty.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pydoc.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/linecache.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/doctest.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_compression.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/bdb.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/xdrlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/fileinput.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/base64.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tabnanny.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/socketserver.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ntpath.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cgitb.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/compileall.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/__phello__.foo.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/socket.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/calendar.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/selectors.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tracemalloc.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pickletools.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/keyword.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/numbers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/doctest.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/zipapp.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/stat.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tarfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/secrets.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/csv.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/bz2.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/heapq.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/enum.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/trace.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/dummy_threading.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/optparse.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/antigravity.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/telnetlib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/warnings.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/chunk.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_pydecimal.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_markupbase.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/queue.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/quopri.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pdb.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_sysconfigdata_dm_linux_s390x-linux-gnu.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/linecache.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pty.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/xdrlib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/bdb.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/codeop.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/macurl2path.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/signal.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/locale.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/bisect.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/stringprep.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/macpath.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/smtpd.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/smtpd.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/modulefinder.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/secrets.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/compileall.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pdb.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/dis.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/codeop.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/zipapp.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/socketserver.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/trace.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pickle.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/uuid.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_threading_local.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/poplib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/netrc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/inspect.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/base64.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/stat.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/symtable.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/dummy_threading.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/abc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/nturl2path.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/profile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/inspect.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cmd.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/aifc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/signal.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/doctest.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/statistics.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/operator.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_pyio.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imghdr.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/codecs.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_markupbase.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pprint.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/quopri.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pathlib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/re.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/shelve.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/functools.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/modulefinder.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/binhex.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/plistlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ssl.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sndhdr.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/smtplib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/macpath.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/symtable.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pickletools.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/site.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/getopt.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pstats.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/__future__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/modulefinder.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pyclbr.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/rlcompleter.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/webbrowser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/inspect.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imp.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/uu.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/difflib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/getpass.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/copy.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_pyio.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/argparse.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/weakref.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/plistlib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/binhex.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/statistics.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_osx_support.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imghdr.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/io.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/difflib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/code.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/symtable.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_pydecimal.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/csv.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/runpy.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pathlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/types.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/opcode.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pty.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_threading_local.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imaplib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/nntplib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/threading.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/socket.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/optparse.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sndhdr.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/re.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/site.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/crypt.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/traceback.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/symbol.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/warnings.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/configparser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pickletools.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/glob.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/nturl2path.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imaplib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/platform.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ftplib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/typing.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/shelve.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/colorsys.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/code.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/py_compile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_compression.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tty.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/stringprep.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/shlex.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pprint.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/cgitb.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mailbox.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/wave.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pyclbr.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/optparse.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/numbers.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_pyio.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_dummy_thread.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/statistics.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sched.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/abc.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/tarfile.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/hmac.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/rlcompleter.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pydoc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/weakref.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/pprint.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/ast.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/_osx_support.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/mailbox.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/imaplib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/telnetlib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/stringprep.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__pycache__/formatter.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/netrc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/reduction.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/connection.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/semaphore_tracker.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/popen_spawn_win32.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/spawn.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/process.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/heap.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/sharedctypes.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_spawn_posix.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_spawn_win32.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/managers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/connection.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/resource_sharer.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/sharedctypes.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/queues.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/heap.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/connection.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/resource_sharer.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/forkserver.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/spawn.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/connection.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_forkserver.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_spawn_win32.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/semaphore_tracker.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/resource_sharer.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/synchronize.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/synchronize.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/managers.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/semaphore_tracker.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_fork.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/forkserver.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/semaphore_tracker.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/spawn.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_fork.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/forkserver.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/popen_spawn_win32.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/managers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/spawn.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/queues.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/__pycache__/sharedctypes.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/sharedctypes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/forkserver.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/popen_spawn_posix.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/synchronize.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/popen_forkserver.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/managers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy/connection.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/connection.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/context.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/queues.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/popen_fork.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/resource_sharer.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/pool.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/multiprocessing/heap.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/crypt.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/typing.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lzma.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/string.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/difflib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/symtable.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/testresult.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/testresult.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/script_helper.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/testresult.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/__pycache__/script_helper.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/test/support/script_helper.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/subprocess.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/tarfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/queue.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/shelve.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sre_constants.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__phello__.foo.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/site-packages" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/site-packages/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/site-packages/README.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/struct.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/imp.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/numbers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/site.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/nturl2path.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/cProfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pathlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/getpass.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/tracemalloc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/io.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/colorsys.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/__future__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/mailcap.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sre_parse.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sre_compile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/trace.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections/abc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/this.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/zipapp.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/optparse.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/gzip.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/socketserver.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp037.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp875.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_arabic.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_turkish.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_jp_3.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp856.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_centeuro.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp874.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_jp_2.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_11.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/palmos.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/base64_codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_1.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp424.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_9.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp852.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/latin_1.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1256.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_32.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/zlib_codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/gbk.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1253.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp858.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp866.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_10.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/euc_jis_2004.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_4.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp500.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_farsi.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/bz2_codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_roman.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_cyrillic.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_latin2.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp273.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1251.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/euc_jp.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp858.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp949.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/unicode_escape.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_jp_1.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1257.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_romanian.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_16.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp500.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_32.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_6.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_jp_3.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1006.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp866.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp037.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_8.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_3.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/hp_roman8.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/ptcp154.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp875.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_3.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_iceland.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/gbk.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp856.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_farsi.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp932.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/hex_codec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_7.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp857.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_16.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_2.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_iceland.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_jp_ext.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_14.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_11.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/hz.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/uu_codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/euc_jis_2004.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/shift_jis_2004.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/punycode.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp852.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_4.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_9.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/euc_kr.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_32_le.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_1.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_11.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_jp.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_16.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_latin2.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/ptcp154.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/palmos.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp861.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_32_be.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/big5.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_jp_2004.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_2.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1257.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp869.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/oem.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/gb2312.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/unicode_internal.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_5.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp850.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1250.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_5.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_8.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_kr.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/unicode_internal.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp865.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/rot_13.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/uu_codec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/unicode_escape.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_15.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1252.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mbcs.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/koi8_r.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_centeuro.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp720.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/oem.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_7.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_13.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_32_be.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp863.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_16_le.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1253.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1006.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1125.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/hex_codec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp950.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/undefined.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_14.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/tis_620.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_9.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/koi8_u.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_16.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_10.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp862.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_centeuro.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp65001.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp862.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/quopri_codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/raw_unicode_escape.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp858.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/ascii.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_13.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_turkish.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1258.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp861.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/koi8_u.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/big5hkscs.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp866.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1255.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1026.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1253.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/undefined.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp857.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp864.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp874.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp874.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1256.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1256.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_7.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_15.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/quopri_codec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_cyrillic.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_16_be.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/palmos.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1254.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_croatian.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp720.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mbcs.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_32.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/base64_codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/kz1048.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp737.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/base64_codec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1254.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_6.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_arabic.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/punycode.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_greek.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1251.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp500.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp875.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1255.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/uu_codec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/johab.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/hex_codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/koi8_t.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/gb18030.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/koi8_r.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_32_le.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/raw_unicode_escape.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_roman.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/ascii.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1140.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso2022_jp_2.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp865.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/charmap.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1026.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1140.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/kz1048.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1258.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp737.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp775.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp855.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp855.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp273.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp424.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/shift_jisx0213.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/shift_jis.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/bz2_codec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/quopri_codec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp775.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/charmap.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_4.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/bz2_codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp869.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/koi8_t.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_farsi.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_cyrillic.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp856.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_romanian.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp860.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/euc_jisx0213.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp424.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/idna.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/base64_codec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_8_sig.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/hp_roman8.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp850.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1250.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_roman.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/zlib_codec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_latin2.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_10.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_8_sig.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_greek.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_16_le.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/zlib_codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp852.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp860.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/tis_620.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1125.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/bz2_codec.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp864.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp863.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_1.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/iso8859_7.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_turkish.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_croatian.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/zlib_codec.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/mac_arabic.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp1252.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/utf_16_be.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/rot_13.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp65001.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/__pycache__/cp037.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/shift_jis.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_3.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/idna.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_16_be.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1026.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_13.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/koi8_u.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/big5hkscs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_32_le.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_16.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_jp_1.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1254.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/kz1048.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1125.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_8.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/charmap.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/hp_roman8.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_14.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_16.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/rot_13.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1257.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/tis_620.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp860.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1006.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp861.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp864.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/euc_jisx0213.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp949.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/unicode_internal.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp855.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/hz.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_jp.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_jp_ext.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/big5.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_15.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/quopri_codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp437.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/raw_unicode_escape.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/oem.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/unicode_escape.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp720.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1250.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/undefined.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp865.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_16_le.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp932.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/shift_jisx0213.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp273.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/gb18030.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1258.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1255.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp850.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp863.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/euc_kr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/gb2312.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/koi8_r.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1251.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp65001.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_2.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_7.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/shift_jis_2004.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_7.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_32_be.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/euc_jp.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/hex_codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_6.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/ascii.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mbcs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_jp_2004.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso2022_kr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_iceland.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/punycode.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_8.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp737.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp862.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/uu_codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1140.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp857.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_romanian.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/ptcp154.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp775.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp1252.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp869.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/cp950.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_croatian.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/utf_8_sig.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/aliases.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/iso8859_5.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/mac_greek.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/koi8_t.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/encodings/johab.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pstats.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/tool.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/encoder.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/tool.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/tool.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/decoder.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/json/scanner.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/stat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/rlcompleter.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/bz2.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/chunk.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_osx_support.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/uuid.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/__pycache__/expat.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/__pycache__/expat.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/parsers/expat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/ElementInclude.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/ElementTree.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/cElementTree.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/ElementPath.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/cElementTree.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/ElementPath.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/ElementTree.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/ElementInclude.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/ElementTree.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/ElementTree.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/etree/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/minicompat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/NodeFilter.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/NodeFilter.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/minicompat.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/expatbuilder.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/domreg.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/minicompat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/domreg.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/xmlbuilder.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/minicompat.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/NodeFilter.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/pulldom.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/minidom.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/expatbuilder.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/xmlbuilder.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/pulldom.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/minidom.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/minidom.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/xmlbuilder.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/__pycache__/expatbuilder.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/minidom.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/domreg.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/pulldom.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/expatbuilder.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/dom/xmlbuilder.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/_exceptions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/handler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/handler.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/xmlreader.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/xmlreader.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/expatreader.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/saxutils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/_exceptions.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/saxutils.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/_exceptions.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/__pycache__/expatreader.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/xmlreader.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/handler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/saxutils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xml/sax/expatreader.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/cgitb.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/binhex.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/entities.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/parser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/entities.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/entities.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/parser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/parser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/html/__pycache__/parser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_sysconfigdata_m_linux_s390x-linux-gnu.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/header.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/audio.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/text.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/nonmultipart.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/image.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/image.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/nonmultipart.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/nonmultipart.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/multipart.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/audio.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/audio.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/application.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/application.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/text.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/message.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/image.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/base.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/text.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/multipart.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/__pycache__/message.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/multipart.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/message.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/mime/application.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/policy.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/quoprimime.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/parser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/_header_value_parser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/errors.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/charset.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/encoders.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/generator.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_policybase.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/contentmanager.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/iterators.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/quoprimime.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/encoders.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/generator.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/encoders.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/errors.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/quoprimime.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/header.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/message.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/base64mime.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/policy.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/policy.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/base64mime.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/errors.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/generator.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/header.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/parser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_policybase.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/charset.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_parseaddr.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_encoded_words.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/iterators.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/message.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/utils.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/charset.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/charset.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/__pycache__/parser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/contentmanager.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/_policybase.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/message.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/_parseaddr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/_encoded_words.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/headerregistry.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/feedparser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/base64mime.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/iterators.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/email/architecture.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pipes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/selectors.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/dump.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/dbapi2.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/__pycache__/dbapi2.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/__pycache__/dump.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sqlite3/__pycache__/dump.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ssl.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/linecache.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_compression.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/doctest.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/signal.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/threading.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/error.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/parse.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/parse.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/error.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/robotparser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/robotparser.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/response.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/error.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/__pycache__/response.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/response.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/request.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/parse.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/urllib/robotparser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/smtpd.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/shutil.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/modulefinder.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/base64.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/server.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/client.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/cookiejar.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/server.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/server.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/client.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/client.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/cookies.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/cookies.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/cookies.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/__pycache__/client.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/http/cookies.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/profile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/tempfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/log.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/cygwinccompiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/dep_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/fancy_getopt.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/errors.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/spawn.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/ccompiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/_msvccompiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/bcppcompiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/config.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/msvccompiler.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/text_file.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/archive_util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/versionpredicate.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/errors.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/dist.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/versionpredicate.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/dir_util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/extension.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/cmd.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/dir_util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/debug.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/extension.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/cygwinccompiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/archive_util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/msvc9compiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/sysconfig.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/unixccompiler.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/_msvccompiler.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/log.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/ccompiler.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/ccompiler.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/fancy_getopt.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/spawn.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/ccompiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/cygwinccompiler.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/file_util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/fancy_getopt.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/dep_util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/config.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/msvccompiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/file_util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/errors.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/msvc9compiler.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/cmd.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/msvc9compiler.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/config.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/sysconfig.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/dep_util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/filelist.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/fancy_getopt.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/filelist.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/core.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/_msvccompiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/unixccompiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/filelist.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/spawn.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/_msvccompiler.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/bcppcompiler.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/bcppcompiler.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/dist.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/log.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/core.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/text_file.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/debug.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/dir_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/text_file.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/extension.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/versionpredicate.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/core.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/file_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/msvccompiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/sysconfig.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/filelist.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/archive_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/cmd.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/msvc9compiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/dist.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/unixccompiler.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/install.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/build_py.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/sdist.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/command_template" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/install_data.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/bdist.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/install_headers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/build_scripts.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/build_clib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/install_lib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/config.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_dumb.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_headers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_scripts.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/register.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_scripts.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_msi.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/upload.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_py.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_scripts.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_ext.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_py.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/sdist.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_dumb.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_headers.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_lib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_clib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_scripts.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/check.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_clib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_ext.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_lib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_egg_info.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_rpm.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_rpm.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/config.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_msi.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/config.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_wininst.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/sdist.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_egg_info.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/clean.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/build_py.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/clean.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_data.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/check.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_wininst.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_rpm.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_msi.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/bdist_wininst.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install_data.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/upload.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/register.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/__pycache__/install.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/install_egg_info.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/upload.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/clean.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/build.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/check.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/register.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/bdist_dumb.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/bdist_msi.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/build_ext.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/install_scripts.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/bdist_rpm.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/distutils/command/bdist_wininst.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_bootlocale.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_pyio.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/posixpath.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_markupbase.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/argparse.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/mimetypes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/codecs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/textwrap.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/py_compile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/compileall.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/bisect.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sysconfig.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sndhdr.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/panel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/textpad.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/textpad.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/ascii.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/textpad.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/has_key.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/ascii.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/panel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/__pycache__/panel.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/ascii.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/curses/has_key.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/mailbox.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/telnetlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/copy.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_weakrefset.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/abc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/_bootstrap_external.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/_bootstrap_external.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/_bootstrap.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/_bootstrap.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/_bootstrap.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/__pycache__/_bootstrap_external.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/_bootstrap_external.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/machinery.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/importlib/_bootstrap.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/smtplib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/server.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/client.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/server.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/server.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/server.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/client.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/client.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xmlrpc/__pycache__/client.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/imaplib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/decimal.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/symbol.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/fractions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pickle.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/calendar.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/tokenize.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/filecmp.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/hashlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/code.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/_uninstall.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__pycache__/__main__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__pycache__/_uninstall.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__pycache__/_uninstall.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ensurepip/__main__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/cmd.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/antigravity.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ntpath.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/gettext.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_threading_local.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asynchat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/cgi.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/os.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ftplib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/xdrlib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/re.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/base_futures.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/log.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/tasks.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/unix_events.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/test_utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/streams.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/locks.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_futures.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/windows_utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_events.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/streams.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/sslproto.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/proactor_events.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/test_utils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/queues.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/futures.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/windows_utils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/log.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/events.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/compat.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_events.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/transports.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_tasks.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/streams.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_subprocess.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/subprocess.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/tasks.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/streams.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/subprocess.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/protocols.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/locks.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/windows_events.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/proactor_events.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/unix_events.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/events.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/coroutines.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/tasks.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/windows_events.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/events.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/test_utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/coroutines.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/test_utils.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/proactor_events.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/subprocess.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/transports.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/queues.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/futures.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_subprocess.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/protocols.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/selector_events.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/unix_events.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/sslproto.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/unix_events.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_events.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/selector_events.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/coroutines.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/futures.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_subprocess.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/sslproto.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/windows_utils.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/constants.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/transports.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/log.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/selector_events.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/tasks.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/base_futures.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/__pycache__/constants.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/windows_utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/futures.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/subprocess.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/constants.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/proactor_events.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/sslproto.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/windows_events.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/transports.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/base_events.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/events.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/coroutines.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/base_subprocess.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/queues.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/selector_events.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/locks.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/protocols.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/asyncio/base_tasks.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_strptime.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/tabnanny.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/sched.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/functools.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/copyreg.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/fetch_macholib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/dylib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/dyld.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/dyld.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/dylib.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/framework.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/framework.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/dylib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/framework.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/dylib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/dyld.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/__pycache__/dyld.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/framework.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/macholib/README.ctypes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/wintypes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/wintypes.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/_endian.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/ctypes/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/webbrowser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/csv.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/_dummy_thread.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pkgutil.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_testmultiphase.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_multibytecodec.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/parser.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_gdbm.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_asyncio.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_elementtree.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_codecs_jp.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_codecs_cn.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_codecs_kr.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_csv.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_codecs_tw.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/audioop.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/math.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_opcode.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/mmap.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_codecs_hk.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/spwd.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/xxlimited.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_dbm.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_lsprof.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/nis.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_decimal.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/readline.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/select.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/cmath.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_hmacopenssl.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/array.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_codecs_iso2022.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_multiprocessing.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_crypt.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/pyexpat.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_curses_panel.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/resource.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/ossaudiodev.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/lib-dynload/_sqlite3.cpython-36m-s390x-linux-gnu.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/token.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/thread.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/process.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/thread.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/process.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/thread.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/_base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/process.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/__init__.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/_base.cpython-36.opt-2.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/__pycache__/process.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/concurrent/futures/_base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data/__pycache__/topics.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data/_pydoc.css" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/python3.6/pydoc_data/topics.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcom_err.so.2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libformw.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtinfo.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libreadline.so.7.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkcapi.so.1.2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdl.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libacl.so.1.1.2253" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcrypto.so.1.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpsl.so.5.3.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkrb5support.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/pm-utils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/pm-utils/power.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/pm-utils/sleep.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib64/pm-utils/module.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsemanage.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsystemd.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmenu.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libp11-kit.so.0.3.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libarchive.so.13.3.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libm-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libudev.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsigsegv.so.2.0.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/bpf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libstdc++.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsigsegv.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_files.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/tls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/tls/k5tls.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/libkrb5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/authdata" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/preauth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/preauth/spake.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/krb5/plugins/kdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgpg-error.so.0.24.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpam.so.0.84.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdebuginfod.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpamc.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/pkcs11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/pkcs11/p11-kit-trust.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libBrokenLocale.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libxml2.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/groff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmenuw.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmetalink.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsqlite3.so.0.8.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libp11.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcap-ng.so.0.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libfdisk.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libanl.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblber-2.4.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtic.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgthread-2.0.so.0.5600.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libc.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgdbm_compat.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libBrokenLocale-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libssl.so.1.1.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/INIS-8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1162.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM891.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/PT154.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1025.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM275.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM420.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1252.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM9030.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/VISCII.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP773.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1026.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM939.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1258.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/gconv-modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM281.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-DK-NO.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM903.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1163.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM921.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP932.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1257.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM855.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM9448.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM932.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM930.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1157.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM870.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/libJIS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-8859-1_CP037_Z900.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP770.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_2033.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/BRF.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/NATS-SEFI.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/HP-ROMAN9.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM423.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM857.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_5427-EXT.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/KOI8-RU.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-PT.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/TIS-620.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-CA-FR.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM874.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM868.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM902.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/KOI8-U.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1164.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CWI.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM864.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-US.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-IR-197.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GBK.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1147.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM863.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GBBIG5.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-FI-SE-A.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-4.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/libGB.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1399.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-9E.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/MAC-CENTRALEUROPE.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/KOI-8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP774.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-2022-KR.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/BIG5HKSCS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1137.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM803.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM256.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-ES-S.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_6937.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM277.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1251.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1146.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM500.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-16.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM933.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1253.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP772.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1254.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM856.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EUC-JISX0213.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM285.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP737.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-IT.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-IR-209.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM865.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM4909.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM278.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UTF-16.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UTF8_UTF16_Z9.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM858.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM038.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_11548-1.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UTF8_UTF32_Z9.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/MACINTOSH.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-9.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1129.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ASMO_449.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM424.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-ES-A.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/BIG5.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EUC-JP-MS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1144.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/MAC-UK.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_6937-2.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM922.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1388.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/HP-ROMAN8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1364.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-2.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UTF-32.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/LATIN-GREEK-1.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM4899.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1149.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-14.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1132.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1004.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM12712.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GOST_19768-74.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1390.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ECMA-CYRILLIC.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/HP-TURKISH8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1156.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM437.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1112.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO646.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM037.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1124.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/RK1048.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM862.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/NATS-DANO.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/KOI8-R.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EUC-CN.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM5347.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_10367-BOX.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM4971.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1167.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM274.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1256.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-2022-JP-3.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/HP-GREEK8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_5427.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/INIS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-2022-JP.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1145.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/libISOIR165.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-FR.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1255.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/SAMI-WS2.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1130.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-2022-CN-EXT.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1008_420.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-IS-FRISS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM871.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1154.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/LATIN-GREEK.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM850.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM875.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1371.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/T.61.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-1.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/gconv-modules.cache" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ANSI_X3.110.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1008.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM880.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM851.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EUC-TW.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1123.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UTF-7.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1160.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1125.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/MAC-IS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-AT-DE-A.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP1250.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-6.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GREEK7-OLD.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM905.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-5.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-11.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1141.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM861.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ARMSCII-8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1158.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/TSCII.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM937.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-FI-SE.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-ES.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM273.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/MAC-SAMI.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GEORGIAN-PS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1122.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UTF16_UTF32_Z9.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1046.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM860.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/libKSC.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GB18030.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-15.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1142.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GBGBK.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1155.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/SHIFT_JISX0213.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1161.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1143.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1097.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM280.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1133.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/SJIS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1153.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP10007.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM290.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/TCVN5712-1.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1047.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM918.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EUC-JP.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/libJISX0213.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM852.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/DEC-MCS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GEORGIAN-ACADEMY.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM297.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM904.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UHC.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP775.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-3.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GREEK-CCITT.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-AT-DE.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-UK.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-10.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO-2022-CN.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IEC_P27-1.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM866.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM935.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM866NAV.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EBCDIC-DK-NO-A.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/INIS-CYRILLIC.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-7.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/JOHAB.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO_5428.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM284.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/libCNS.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/MIK.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CP771.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISO8859-13.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM901.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM4517.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/KOI8-T.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1148.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1166.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/UNICODE.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/GREEK7.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/CSN_369103.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM16804.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/HP-THAI8.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM9066.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/EUC-KR.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM943.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM1140.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/IBM869.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gconv/ISIRI-3342.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcre2-8.so.0.7.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblzma.so.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/ld64.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libldap_r-2.4.so.2.10.9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnettle.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/rpm-plugins" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/rpm-plugins/selinux.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpanelw.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libz.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgobject-2.0.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpthread-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libuuid.so.1.3.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libssh.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkeyutils.so.1.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgobject-2.0.so.0.5600.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libncurses.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libcrypt.so.1.1.0.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtasn1.so.6.5.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpamc.so.0.82.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libfdisk.so.1.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_dns.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/src_vipa.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcap.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgdbm_compat.so.4.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbz2.so.1.0.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libssl.so.1.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcom_err.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpwquality.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgthread-2.0.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpthread.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsgutils2.so.2.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libutempter.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcryptsetup.so.12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/p11-kit-proxy.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgpg-error.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcurl.so.4.5.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtirpc.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/cracklib_dict.pwi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_files-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcre.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmount.so.1.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libxtables.so.12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libgnutls.so.30.28.0.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblber-2.4.so.2.10.9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkmod.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libffi.so.6.0.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libncurses.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkrb5.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtasn1.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcrypt.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbrotlienc.so.1.0.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcurl.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libxkbcommon.so.0.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libz.so.1.2.11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libasm-0.180.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libk5crypto.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbz2.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgmp.so.10.3.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_compat-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/librpmio.so.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkrb5.so.3.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcprofile.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcreposix.so.0.0.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbrotlicommon.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libthread_db-1.0.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libprocps.so.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libldap-2.4.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcrack.so.2.9.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libslapi-2.4.so.2.10.9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdbus-1.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/p11-kit-trust.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip6tc.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libulockmgr.so.1.0.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtirpc.so.3.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libhogweed.so.4.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/engines-1.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/engines-1.1/libpkcs11.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/engines-1.1/capi.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/engines-1.1/afalg.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/engines-1.1/padlock.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/engines-1.1/pkcs11.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libasm.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libjson-c.so.4.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnghttp2.so.14" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblz4.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpsl.so.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgmp.so.10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libssl.so.1.1.1g" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcrack.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libcrypto.so.1.1.1g.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkrad.so.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsysfs.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkdb5.so.10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcreposix.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcrypt.so.1.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libselinux.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdevmapper.so.1.02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libp11.so.3.4.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdb-5.3.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libanl-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsasl2.so.3.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libarchive.so.13" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtspi.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgcrypt.so.20" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpanelw.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmemusage.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdw.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsystemd.so.0.23.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgio-2.0.so.0.5600.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libcrypt.so.1.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgdbm.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip6tc.so.0.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libfuse.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_myhostname.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/fnmatch.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/ordchr.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/intdiv.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/revtwoway.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/rwarray.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/filefuncs.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/revoutput.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/inplace.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/readfile.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/fork.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/readdir.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gawk/time.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip4tc.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpam_misc.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmount.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libcrypto.so.1.1.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libhogweed.so.4.5.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkeyutils.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip6tc.so.2.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/librt.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgcc_s.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblzma.so.5.2.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcre2-8.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libiptc.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libaudit.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libauparse.so.0.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/POSIX.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IPC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/I18N" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/I18N/Langinfo.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/signal.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/syscall.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/O.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/attributes.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/syslog.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/socket.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/long-double.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/siginfo-consts.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/syscall.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/select.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/waitstatus.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/uintn-identity.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/select2.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/syslog.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/sockaddr.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/sigstack.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/sigaction.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/struct_rusage.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/struct_osockaddr.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/sig_atomic_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/siginfo_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/sigval_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/struct_iovec.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/struct_sigstack.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/sigset_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/clock_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/time_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/stack_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/sigevent_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/struct_timespec.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/struct_timeval.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/__sigval_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/__sigset_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/clockid_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/types/timer_t.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/waitflags.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/syslog-path.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/signum-generic.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/siginfo-consts-arch.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/ioctls.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/ioctl-types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/pthreadtypes-arch.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/typesizes.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/stdint-intn.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/thread-shared-types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/sigcontext.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/wordsize.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/sigevent-consts.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/signum.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/syslog-ldbl.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/ss_flags.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/siginfo-arch.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/byteswap.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/socket_type.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/pthreadtypes.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/endian.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/sigthread.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/bits/socket2.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/NDBM_File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/GDBM_File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Storable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Storable/Limit.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/threads.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/OS2.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/Functions.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/AmigaOS.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/Cygwin.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/Mac.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/Win32.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/Epoc.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/File/Spec/Unix.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/List" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/List/Util.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/List/Util" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/List/Util/XS.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Storable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Storable/Storable.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/List" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/List/Util" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/List/Util/Util.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Encode.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/JP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/JP/JP.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Symbol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Symbol/Symbol.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/EBCDIC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/EBCDIC/EBCDIC.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Byte" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Byte/Byte.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/KR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/KR/KR.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/Unicode/Unicode.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/CN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/CN/CN.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/TW" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Encode/TW/TW.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Cwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Cwd/Cwd.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Data" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Data/Dumper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Data/Dumper/Dumper.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/threads" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/threads/shared" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/threads/shared/shared.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/threads/threads.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Unicode/Normalize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Unicode/Normalize/Normalize.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Digest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Digest/MD5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Digest/MD5/MD5.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_server_cert_and_key.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_X509_lookup.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_write.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_cert_and_key.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/randomize.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_CRLF.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/new_x_ctx.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/sslcat.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_until.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/initialize.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_all.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx2.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https2.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcpxcat.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_CRLF.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/https_cat.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_proxy.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_all.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_CRLF.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/httpx_cat.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/dump_peer_certificate.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/make_form.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_read.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/http_cat.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/open_tcp_connection.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/make_headers.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcpcat.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/autosplit.ix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_CRLF.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https3.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_all.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/open_proxy_tcp_connection.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https4.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_until.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_all.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_nothing.al" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/Socket/Socket.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/MIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/MIME/Base64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/auto/MIME/Base64/Base64.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/KR.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/JP" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/JP/H2Z.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/JP/JIS7.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/CN.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Alias.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/TW.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Symbol.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Config.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Supported.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Guess.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/GSM0338.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/KR" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/KR/2022_KR.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Encoder.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Unicode.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Unicode/UTF7.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/PerlIO.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/JP.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/CN" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/CN/HZ.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Byte.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/CJKConstants.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/EBCDIC.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/Encoding.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/MIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/MIME/Header.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/MIME/Header" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/MIME/Header/ISO_2022_JP.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode/MIME/Name.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Data" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Data/Dumper.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/threads" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/threads/shared.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Cwd.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Unicode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Unicode/Normalize.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Digest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Digest/MD5.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Sub" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Sub/Util.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Net/SSLeay.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Net/SSLeay.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Net/SSLeay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Net/SSLeay/Handle.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Socket.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Scalar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Scalar/Util.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Encode.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/MIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/MIME/Base64.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/MIME/QuotedPrint.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/vendor_perl/Storable.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/re.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Config.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/File/Glob.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/File/DosGlob.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Handle.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Select.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Pipe.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Seekable.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Dir.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Poll.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Socket.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Socket/UNIX.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO/Socket/INET.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/CORE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/CORE/libperl.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Hash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Hash/Util.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Hash/Util" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Hash/Util/FieldHash.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Opcode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Opcode/Opcode.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/attributes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/attributes/attributes.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/I18N" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/I18N/Langinfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/I18N/Langinfo/Langinfo.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/NDBM_File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/NDBM_File/NDBM_File.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/re" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/re/re.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/File/DosGlob" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/File/DosGlob/DosGlob.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/File/Glob" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/File/Glob/Glob.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/SDBM_File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/SDBM_File/SDBM_File.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/IO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/IO/IO.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Hash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Hash/Util" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Hash/Util/FieldHash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Hash/Util/FieldHash/FieldHash.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Hash/Util/Util.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/GDBM_File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/GDBM_File/GDBM_File.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/B/B.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Sys/Hostname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Sys/Hostname/Hostname.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Tie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Tie/Hash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Tie/Hash/NamedCapture" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Tie/Hash/NamedCapture/NamedCapture.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/mro" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/mro/mro.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/arybase" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/arybase/arybase.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/POSIX" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/POSIX/POSIX.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/ODBM_File" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/ODBM_File/ODBM_File.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Fcntl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/Fcntl/Fcntl.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/via" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/via/via.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/mmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/mmap/mmap.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/encoding" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/encoding/encoding.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/scalar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/auto/PerlIO/scalar/scalar.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/linux/posix_types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/linux/types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/linux/ioctl.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/linux/stddef.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/POSIX.pod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/B.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/stdc-predef.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/B" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/B/Concise.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/B/Terse.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/B/Showlex.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/B/Xref.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Sys/Hostname.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Tie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Tie/Hash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Tie/Hash/NamedCapture.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Config.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/features.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/syslimits.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/lib.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Config_git.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/gnu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/gnu/stubs-64.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/gnu/stubs.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/ODBM_File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/stddef.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/socket.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/ucontext.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/syscall.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/select.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/syslog.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/time.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/ioctl.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/wait.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/cdefs.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/sys/ttydefaults.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Opcode.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/SDBM_File.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Fcntl.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/DynaLoader.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Config_heavy.pl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/IO.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/ops.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/Errno.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/wait.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/endian.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/PerlIO" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/PerlIO/via.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/PerlIO/mmap.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/PerlIO/encoding.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/PerlIO/scalar.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/posix_types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/bitsperlong.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/ioctl.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/int-ll64.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/ioctls.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/sockios.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm-generic/termbits.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/arybase.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/stdarg.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/_h2ph_pre.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/mro.pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/machine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/socket.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/posix_types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/types.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/bitsperlong.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/unistd_64.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/unistd_32.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/ioctl.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/ioctls.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/sigcontext.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/sockios.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/termbits.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/unistd.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/perl5/asm/termios.ph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libgcrypt.so.20.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbrotlicommon.so.1.0.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbrotlienc.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sse2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsmartcols.so.1.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgssapi_krb5.so.2.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcre.so.1.2.10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libexpat.so.1.6.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libxml2.so.2.9.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_compat.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libffi.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdebuginfod-0.180.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libglib-2.0.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libp11-kit.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_dns-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdbus-1.so.3.19.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libthread_db.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libgnutls.so.30.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbrotlidec.so.1.0.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnsl.so.2.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libauparse.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgcrypt.so.20.2.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ld_so_t:s0", + "filename": "/usr/lib64/ld-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_systemd.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip6tc.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcryptsetup.so.12.6.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmpfr.so.4.1.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/cracklib_dict.pwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libform.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtic.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgio-2.0.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpopt.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkmod.so.2.3.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdw-0.180.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libunistring.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/librpm.so.8.2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libssl.so.1.1.1g.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libldap-2.4.so.2.10.9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmenuw.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libstdc++.so.6.0.25" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsmartcols.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libseccomp.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libxtables.so.12.2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sasl2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:textrel_shlib_t:s0", + "filename": "/usr/lib64/sasl2/libsasldb.so.3.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sasl2/libsasldb.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sasl2/libanonymous.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sasl2/libanonymous.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sasl2/libanonymous.so.3.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/sasl2/libsasldb.so.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libnettle.so.6.5.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkrb5support.so.0.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libaudit.so.1.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libelf-0.180.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libidn2.so.0.3.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libreadline.so.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/librpmio.so.8.2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libhogweed.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libform.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libblkid.so.1.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libfuse.so.2.9.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libncursesw.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmetalink.so.3.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcrypto.so.1.1.1g" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libulockmgr.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgnutls.so.30" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libutil.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libxkbcommon.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libssh_threads.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblz4.so.1.8.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnss_resolve.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/hmaccalc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/hmaccalc/sha256hmac.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/hmaccalc/sha512hmac.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/hmaccalc/sha1hmac.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/hmaccalc/sha384hmac.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/hmaccalc/sha224hmac.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libk5crypto.so.3.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/fipscheck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/fipscheck/libkcapi.so.1.2.0.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/fipscheck/libgmp.so.10.3.2.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/fipscheck/libgmp.so.10.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/fipscheck/libkcapi.so.1.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libattr.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/.libhogweed.so.4.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libidn2.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_succeed_if.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_ftp.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_unix_session.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_exec.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_cracklib.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_mail.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_time.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_tty_audit.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_systemd.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_wheel.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_unix_auth.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_usertype.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_deny.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_rootok.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_issue.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_unix.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_echo.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_chroot.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_xauth.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_access.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_postgresok.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_debug.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_warn.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_unix_acct.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_filter.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_group.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_selinux_permit.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_motd.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_sepermit.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_filter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_filter/upperLOWER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_lastlog.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_localuser.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_permit.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_nologin.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_pwhistory.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_rhosts.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_keyinit.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_listfile.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_userdb.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_faillock.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_timestamp.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_env.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_cap.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_umask.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_shells.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_faildelay.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_namespace.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_unix_passwd.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_stress.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_mkhomedir.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_console.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_limits.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_pwquality.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_securetty.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_loginuid.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/security/pam_selinux.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnettle.so.6.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/cracklib_dict.hwm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/gio/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpopt.so.0.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libprocps.so.7.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgmodule-2.0.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgssrpc.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnghttp2.so.14.17.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdb-5.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsysfs.so.2.0.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/audit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/audit/sotruss-lib.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgdbm.so.6.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libslapi-2.4.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/X11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libhistory.so.7.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpam.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libncursesw.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libverto.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgssapi_krb5.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libmpfr.so.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcre2-posix.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsepol.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libuuid.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libhistory.so.7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libelf.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcap.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libperl.so.5.26.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libglib-2.0.so.0.5600.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libzstd.so.1.4.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libformw.so.6.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpanel.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtinfo.so.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libdl-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libssh.so.4.8.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkrad.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpam_misc.so.0.82.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libcap.so.2.26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsqlite3.so.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip4tc.so.0.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:games_exec_t:s0", + "filename": "/usr/lib64/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libtspi.so.1.2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnssckbi.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libperl.so.5.26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libssh_threads.so.4.8.5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/librt-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libnsl.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkdb5.so.10.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libudev.so.1.6.11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libseccomp.so.2.4.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcre2-posix.so.2.0.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libc-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libresolv-2.28.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libunistring.so.2.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libiptc.so.0.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libsgutils2.so.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpython3.6m.so.1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/liblua-5.3.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/librpm.so.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libip4tc.so.2.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libSegFault.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpcap.so.1.9.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libacl.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgmodule-2.0.so.0.5600.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpython3.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libkcapi.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgnutls.so.30.28.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libutempter.so.1.1.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libattr.so.1.1.2448" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libpwquality.so.1.0.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libgcc_s-8-20191121.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libverto.so.1.0.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libbrotlidec.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib64/libzstd.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzcmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:loadkeys_exec_t:s0", + "filename": "/usr/bin/loadkeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/diff3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setvtrgb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lsmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/soelim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rmdir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fold" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_opcodes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/post-grohtml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/grep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_turs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_log_verify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/vmconvert" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/touch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_readcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unpigz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_write_same" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_test_rwbuf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-inhibit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unalias" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/df" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/umask" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xmllint" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/prlimit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lscpumf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fgrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sort" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sgm_dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_notify_exec_t:s0", + "filename": "/usr/bin/systemd-notify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dmesg_exec_t:s0", + "filename": "/usr/bin/dmesg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_replicate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/secon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/kernel-install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sha256hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xargs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ipcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_copy_results" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/nohup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/vdir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/od" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_read" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pwdx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-resolve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_dump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/printenv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_verify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_reset_wp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_inq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/uuidgen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_printlog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tsort" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pathchk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_ready" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/psfxtable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/perldoc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-firstboot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pre-grohtml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/shuf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/perl5.26.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_referrals" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pldd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/localectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gzip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lastlog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pod2man" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/psfstriptable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ulimit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setkeycodes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/base32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sha512sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/stty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/alias" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/psfaddtable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzless" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/groff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unlink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pydoc3.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/whereis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_rtpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/showkey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/semodule_link" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/base64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fips-mode-setup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dirname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ipcmk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/piconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/memstrack" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/diff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_start" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/vmstat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/join" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/expand" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_wr_mode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/renew-dummy-cert" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/users" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_ses_microcode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_tuner" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/column" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sha384sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sleep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ca-legacy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/s390" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_logging_level" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pwmake" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_exec_t:s0", + "filename": "/usr/bin/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_sat_identify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rpmverify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/hash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/nice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unshare" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rescan-scsi-bus.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scriptreplay" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-cgls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/brotli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/newuidmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pgrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pod2text" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zcmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzfgrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zmore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pinky" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/numfmt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tload" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ptx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/grotty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/nl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/kbdinfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zkey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/timeout" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gsettings" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-cat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/slabtop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zcat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/link" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_checkpoint" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rpmquery" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/uniq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/truncate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/update-crypto-policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_emc_trespass" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xmlcatalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mount_exec_t:s0", + "filename": "/usr/bin/mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_rmsn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_sanitize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-machine-id-setup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/w" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/csplit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_compare_and_write" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/false" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/update-mime-database" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-sysusers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:vlock_exec_t:s0", + "filename": "/usr/bin/vlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/egrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/bg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_archive" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/s390x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/timedatectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rpmkeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sync" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_start" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzmore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/find" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/env" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-monitor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mount_exec_t:s0", + "filename": "/usr/bin/umount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/logger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gio-querymodules-64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/yes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_passwd_agent_exec_t:s0", + "filename": "/usr/bin/systemd-tty-ask-password-agent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ionice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/utmpdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gdbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_sat_phy_event" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fips-finish-install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/seq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setfacl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_mandat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/getent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/nsenter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/[" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-ask-password" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/p11-kit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_rdac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pwscore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/test" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/colrm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_temperature" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/wall" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_prevent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/eject" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-run-session" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_reset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/deallocvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_write_long" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/whoami" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_senddiag" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/expr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_timestamp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-cleanup-sockets" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mapscrn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setpriv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/uname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/troff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gpic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/getopts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/stdbuf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zfgrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/uname26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shell_exec_t:s0", + "filename": "/usr/bin/bash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tbl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/colcrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_logs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sgp_dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/genprotimg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/skill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mesg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/arch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/logname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_exec_t:s0", + "filename": "/usr/bin/dbus-daemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unxz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_persist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/getopt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setfont" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unexpand" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/hexdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/grops" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/top" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/wdctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/locale" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ul" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_hwdb_exec_t:s0", + "filename": "/usr/bin/systemd-hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/findmnt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gnroff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/loadunimap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zsoelim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lsipc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/make-dummy-cert" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-update-activation-environment" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mkdir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/preconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setleds" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zkey-cryptsetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzegrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gawk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/kbd_mode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:udev_exec_t:s0", + "filename": "/usr/bin/udevadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gzexe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dump2tar" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/open" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gsoelim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-uuidgen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rpmdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/showconsolefont" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gunzip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ldd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/localedef" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_ident" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dracut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gapplication" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cpio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rpm2cpio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/makedb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/hostid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setarch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/nroff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sginfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gdbm_load" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:groupadd_exec_t:s0", + "filename": "/usr/bin/gpasswd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-send" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/col" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:su_exec_t:s0", + "filename": "/usr/bin/su" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/linux64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gencat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_systemctl_exec_t:s0", + "filename": "/usr/bin/systemctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/newgrp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sotruss" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:kmod_exec_t:s0", + "filename": "/usr/bin/kmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_hotbackup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_safte" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_verify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chmod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/uuidparse" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_deadlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/flock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_read_long" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/loginctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unversioned-python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-cgtop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_read_attr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/src_vipa.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unicode_stop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sha224sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/bashbug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:journalctl_exec_t:s0", + "filename": "/usr/bin/journalctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_dump185" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gtbl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tzselect" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sha256sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/who" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-analyze" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mkfifo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/bootctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_vpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/openssl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chgrp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_write_verify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/resolvectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/hostnamectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-detect-virt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/paste" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/namei" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/semodule_expand" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chacl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_satl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/jobs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_scan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dircolors" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lsns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/captoinfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/realpath" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_upgrade" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_modes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/basename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/neqn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/kill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zdiff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-stdio-bridge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sprof" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_exec_t:s0", + "filename": "/usr/bin/chage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/curl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_rep_zones" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fgconsole" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/groups" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/wait" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_xcopy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/clear" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/look" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_stream_ctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/read" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gdbmtool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pidof" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/stat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/snice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ssh_keygen_exec_t:s0", + "filename": "/usr/bin/ssh-keygen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zless" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lslogins" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/toe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xmlwf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fallocate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/split" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chcon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/openvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/comm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/b2sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/shred" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/infocmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_ses" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/printf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setsid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/md5sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-umount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/encguess" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-socket-activate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lastb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_stat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/trust" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/debuginfod-find" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gdbm_dump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/getconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mountpoint" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi_stop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:login_exec_t:s0", + "filename": "/usr/bin/login" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cal" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/getfacl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zgrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/coredumpctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lsinitrd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_write_x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lscpu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fincore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/factor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/reset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/nproc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/script" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mkinitrd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/last" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pkill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/du" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_map26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_write_buffer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/scsi-rescan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/echo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-run" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/glib-compile-schemas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_sync" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/bashbug-64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_read_buffer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lslocks" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/more" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzgrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gpg-error" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_sat_set_features" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/head" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_format" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_seek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dumpkeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pod2usage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/infotocap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ln" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-escape" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tabs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/setmetamode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/psfgettable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/tput" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/systemd-delta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_tmpfiles_exec_t:s0", + "filename": "/usr/bin/systemd-tmpfiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/eqn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_load" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_raw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zforce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/cksum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/renice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/semodule_unpackage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sdiff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_decode_sense" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mktemp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_bg_ctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rpm2archive" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_stpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mknod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/newgidmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/runcon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/catchsegv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sha1sum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/free" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/geqn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_read_block_limits" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_readcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzcat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_sat_read_gplog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/type" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/write" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/true" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_unmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/uptime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/watch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_zone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/iconv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/znew" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_get_lba_status" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/update-ca-trust" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/get_module" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xzdiff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/wc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/taskset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/linux32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_luns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/unicode_start" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/busctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/zegrep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gtroff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/bin/raw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/gneqn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_rbuf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/isosize" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/kbdrate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_reassign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/rm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/dbus-test-tool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/readlink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_requests" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/lsblk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/mcookie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/command" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/sg_get_config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/getkeycodes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/date" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/chrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/fmt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/db_recover" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/semodule_package" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/ipcrm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/bin/pyvenv-3.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/src" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/src/debug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/src/kernels" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/tmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/DESCRIPTION.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/top_level.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/LICENSE.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/entry_points.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/zip-safe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/METADATA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/INSTALLER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/WHEEL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/dependency_links.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/RECORD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools-39.2.0.dist-info/metadata.json" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/DESCRIPTION.rst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/top_level.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/entry_points.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/METADATA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/INSTALLER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/WHEEL" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/RECORD" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip-9.0.3.dist-info/metadata.json" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/__pycache__/easy_install.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/easy_install.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/sandbox.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/py27compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/glob.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/wheel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/dep_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/package_index.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/ssl_support.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/six.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/_structures.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/markers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/_compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/__about__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/requirements.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/packaging/specifiers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__/six.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/_vendor/pyparsing.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/site-patch.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/unicode_utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/windows_support.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/script.tmpl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/config.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/py33compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/glibc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/py36compat.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/msvc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/wheel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/site-patch.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/py31compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/windows_support.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/pep425tags.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/extension.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/pep425tags.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/archive_util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/py27compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/namespaces.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/ssl_support.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/launch.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/monkey.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/wheel.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/sandbox.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/config.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/dep_util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/package_index.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/build_meta.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/build_meta.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/unicode_utils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/glob.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/depends.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/glob.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/dist.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/__pycache__/dist.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/extern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/extern/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/extern/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/extern/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/py36compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/script (dev).tmpl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/launch.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/extension.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/py33compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/py31compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/monkey.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/build_meta.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/lib2to3_ex.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/depends.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/pep425tags.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/msvc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/archive_util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/glibc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/namespaces.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/dist.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/install.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/build_py.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/sdist.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/alias.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/test.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/build_clib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/install_lib.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/py36compat.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/easy_install.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/upload_docs.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/register.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/upload.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/build_py.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/rotate.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/install.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/setopt.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/upload_docs.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/install_scripts.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/easy_install.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/build_clib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/build_ext.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/egg_info.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/install_lib.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/alias.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/saveopts.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/dist_info.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/bdist_wininst.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/sdist.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/develop.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/install_lib.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/build_ext.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/__pycache__/test.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/install_egg_info.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/upload.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/bdist_egg.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/py36compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/upload_docs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/dist_info.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/develop.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/rotate.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/register.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/egg_info.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/setopt.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/launcher manifest.xml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/build_ext.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/install_scripts.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/bdist_rpm.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/bdist_wininst.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/setuptools/command/saveopts.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/install.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/uninstall.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/wheel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/freeze.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/download.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/hash.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/uninstall.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/wheel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/help.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/freeze.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/list.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/install.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/completion.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/hash.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/check.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/search.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/download.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/show.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/__pycache__/list.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/check.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/search.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/completion.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/list.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/help.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/commands/show.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/wheel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/req_set.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/req_file.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/req_uninstall.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/req_install.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/req_set.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/req_install.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/__pycache__/req_set.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/req_uninstall.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/req_install.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/req/req_file.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/six.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/appdirs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/retrying.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/mbcharsetprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langhungarianmodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/sbcharsetprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli/chardetect.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/jpcntx.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/euctwfreq.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/euckrprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/euckrfreq.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/charsetprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/sbcsgroupprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langcyrillicmodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langthaimodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/eucjpprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/jisfreq.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langgreekmodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/mbcsgroupprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/hebrewprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langturkishmodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/gb2312freq.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/utf8prober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/enums.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/big5freq.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/gb2312prober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langbulgarianmodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/escprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/chardistribution.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/codingstatemachine.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/universaldetector.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/charsetgroupprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/sjisprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/euctwprober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/langhebrewmodel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/latin1prober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/escsm.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/big5prober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/cp949prober.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/chardet/mbcssm.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/ipaddress.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/idnadata.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/intranges.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__/core.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/package_data.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/codec.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/core.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/idna/uts46data.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/labels.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/tests.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/x_user_defined.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/webencodings/mklabels.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/connection.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/connection.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/url.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/ssl_.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/selectors.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/response.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/wait.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/retry.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/selectors.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/request.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/timeout.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/fields.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/six.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/__pycache__/ordered_dict.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ordered_dict.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/socks.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/securetransport.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/appengine.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/exceptions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/poolmanager.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/filepost.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/_collections.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/request.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/urllib3/connectionpool.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/_structures.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/markers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/_compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/__about__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/requirements.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/packaging/specifiers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/retrying.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/appdirs.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/six.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/re-vendor.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/distro.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__version__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/_internal_utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/packages.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/auth.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/api.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/models.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/help.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/cookies.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/exceptions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/status_codes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/hooks.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/sessions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/certs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/models.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/api.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/adapters.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/structures.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/requests/help.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/serialize.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/cache.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/controller.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/wrapper.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/heuristics.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/_cmd.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/adapter.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/filewrapper.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_inputstream.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/datrie.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/py.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/_base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/html5parser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_tokenizer.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/serializer.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/sax.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/dom.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/constants.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/sanitizer.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/optionaltags.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/lint.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/whitespace.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/base.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/dom.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_ihatexml.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/sqlitelockfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/linklockfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/pidlockfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__/linklockfile.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/mkdirlockfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/lockfile/symlinklockfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/core.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/certifi/__main__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distro.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/re-vendor.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/pkg_resources" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/pyparsing.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/database.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/locators.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/wheel.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/manifest.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/tarfile.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/shutil.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/misc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/w32.exe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/markers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/resources.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/index.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/util.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/w64.exe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/metadata.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/scripts.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/t64.exe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/distlib/t32.exe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/spinner.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__/helpers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/helpers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/counter.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/progress/bar.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/ansitowin32.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/win32.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/ansi.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/initialise.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/_vendor/colorama/winterm.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/cmdoptions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/download.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/models" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/models/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/models/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/models/__pycache__/index.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/models/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/models/index.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/wheel.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/baseparser.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/pep425tags.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/exceptions.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/status_codes.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/__main__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/basecommand.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/cmdoptions.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/wheel.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/baseparser.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/index.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/download.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/download.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/index.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/locations.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__pycache__/locations.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/basecommand.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/exceptions.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/status_codes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/compat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/compat/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/compat/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/compat/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/compat/__pycache__/dictconfig.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/compat/dictconfig.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/baseparser.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/index.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/freeze.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/__pycache__/freeze.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/__pycache__/check.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/operations/check.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/__main__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/pep425tags.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/mercurial.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/git.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/bazaar.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/mercurial.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/git.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/subversion.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/git.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/__pycache__/subversion.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/bazaar.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/vcs/subversion.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/locations.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/deprecation.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/appdirs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/ui.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/setuptools_build.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/outdated.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/glibc.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/filesystem.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/logging.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/encoding.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/hashes.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/setuptools_build.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/build.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/appdirs.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/deprecation.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/outdated.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/__init__.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/ui.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/packaging.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/__pycache__/ui.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/encoding.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/build.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/filesystem.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/logging.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/packaging.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/hashes.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pip/utils/glibc.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/six.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/appdirs.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/version.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/utils.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/_structures.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/markers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/_compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__about__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/requirements.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/specifiers.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-36.opt-1.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/_vendor/pyparsing.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/__pycache__/py31compat.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/extern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/extern/__init__.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/extern/__pycache__" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-36.pyc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/python3.6/site-packages/pkg_resources/py31compat.py" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/swidtag" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/swidtag/redhat.com" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/swidtag/redhat.com/com.redhat.RHEL-8.3-s390x.swidtag" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/swidtag/redhat.com/com.redhat.RHEL-8-s390x.swidtag" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/ld64.so.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_dump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/python-macro-helper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/fileattrs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpm2cpio.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_stat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmpopt-4.14.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/macros.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/macros.d/macros.systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/macros.d/macros.info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/macros.d/macros.selinux-policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/macros.d/macros.perl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/tgpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_verify" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpm.supp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_load" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpm.daily" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_upgrade" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_recover" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpm.log" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmdb_loadcvt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppcpseries-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppcpseries-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv3l-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv3l-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ia64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ia64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparc64v-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparc64v-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv7hl-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv7hl-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh4-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh4-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv5tl-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv5tl-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv7l-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv7l-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/s390x-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/s390x-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/s390-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/s390-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparcv9v-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparcv9v-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64le-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64le-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mipsr6el-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mipsr6el-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/pentium3-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/pentium3-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/aarch64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/aarch64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparc-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparc-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev6-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev6-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparcv9-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparcv9-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mipsel-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mipsel-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/noarch-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/noarch-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64r6-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64r6-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh3-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh3-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv4b-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv4b-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/x86_64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/x86_64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64el-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64el-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mipsr6-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mipsr6-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc32dy4-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc32dy4-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev56-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev56-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppciseries-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppciseries-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/m68k-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/m68k-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/riscv64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/riscv64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64pseries-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64pseries-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i586-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i586-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev67-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev67-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64iseries-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64iseries-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64p7-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc64p7-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv4l-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv4l-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alpha-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alpha-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/pentium4-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/pentium4-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv7hnl-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv7hnl-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc8260-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc8260-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/athlon-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/athlon-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc8560-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ppc8560-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i486-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i486-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64r6el-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/mips64r6el-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ia32e-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/ia32e-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/geode-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/geode-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/amd64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/amd64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i386-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i386-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv5tel-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv5tel-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparc64-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparc64-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev5-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphaev5-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphapca56-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/alphapca56-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh4a-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh4a-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv6l-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv6l-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv5tejl-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv5tejl-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv6hl-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/armv6hl-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sh-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i686-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/i686-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparcv8-linux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/platform/sparcv8-linux/macros" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/rpm/rpmrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/stage3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/zfcpdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/zfcpdump/zfcpdump-initrd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/chreipl_helper.device-mapper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/lsznet.raw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/cpictl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/znetcontrolunits" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/zipl.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/cpumf_helper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/zdev-root-update" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/dumpconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/s390-tools/zipl_helper.device-mapper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/usr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/usr/sbin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/usr/lib64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/usr/bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/usr/.dwz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/usr/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/sbin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/lib64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/.dwz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/debug/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/lib/sysimage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysusers.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysusers.d/dbus.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysusers.d/basic.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysusers.d/systemd.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/modules-load.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/modules-load.d/s390-pkey.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/modprobe.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/modprobe.d/systemd.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/e14d45c9213e08c60059506cca223f77c6669d.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/cf75f471f9ad9910a420b3176675d8d9142ed8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/91f1a8c064360f6b7d7411c4ac176a320f87d5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/5fef5174c2b1db01aa1e4605458a7de087a296" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/e14d45c9213e08c60059506cca223f77c6669d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/e14d45c9213e08c60059506cca223f77c6669d.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/e14d45c9213e08c60059506cca223f77c6669d.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/f0f2eb3615d6c132d402dffb0e97025d2e99e5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2a/d89c8ecf81868ea8e75c4f2235541c443e0d64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/21c0cdfd5470d4e07071c79cf03f6f5b2f20d3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/016093682625b43be864d8b10674b37409d7bb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/e5c8d91cc333d8aeb96cf44f9e17b80aeaa65e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/f46c7c8754379c8ad06f0cbefb9410f5185303" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/4196f8e5a790392196360314c95c69aef2301f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/dbd106888c308222e772571ab5d389a898b5b3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e3/e9c658b9045dc2747a6a9ddca3c2c903dddd07" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a/b7702140ab64300b83b0d3193ec8209ec20903" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a/2be2615655726a1752c508650211da807924fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a/2e4e0ef205fde0ada565cdf2f732c99a5fffdd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a/8cbd4fb580d5beb2ae0df773ccf3eaaeb0929b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a/cec109890dc7161f3d4276d7ded977ac785c42" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1a/74097435d75e5a1f44b9067d422b13d6286a7c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4/9e26253c6110ec9ed1e2f80329b827afb75573" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4/6ce7131e3453b4319041a53fe80d9e14b38ea9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4/6ce7131e3453b4319041a53fe80d9e14b38ea9.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4/1f9c2434bcc454664b6ba4ee766a88f81e2ecc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4/88def577bff4ba618f291a5544c8cbbd807e00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c4/c2314f78f882a44dd746ebdcb8465ff0aa2d4a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04/09db7fe9ea0f19831e1c01a5f4a51ce66ff5ba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04/62b2129f3f8c62f4c47a50517658cad483003d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04/28185f055a63365c6e1c369da2daf0910cb974" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04/f25f454bc6ec1ae46f77b311d59abf6370d7e2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04/687d891abcd385abe47edd0c93ccc98dc4e4fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/04/40b740ce31da7c9ecc736056b241328cab5da5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ac/e6dc52bb19acc728dc5c7648ffd1b1e8ddedc3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ac/731f2c137b1329efd26c424a13c92c52efb3cc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/df" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/df/769c5fcdf319cbd09bd4652a5dc7f726cf6f96" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/df/c7e5a7d1836388ba67002a7623761118a4c06e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/df/49f35e2f9e6f5b5cfecda9373004e961e798ea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f8/ba8c53fe9435623e1a44a13d407b9b6d0b4f20" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f8/5ae4172e4445fa059c662981559b6977dab336" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce/e218feab980e4975ab44b171a1ed6980ef1312" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce/1ca1151ee60f84672f63d54fe514548dbefc4f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce/86e34e5c5b43cce58d85fa87cb480739833a6b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce/7662b732ce72867e427a9611aad89640d76edd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce/c1cd519d16fe4831691e5ccfc71f662328609d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ce/bf7118135706d25d21a776473d0a59c072f1c6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/93" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/93/b7d70a1a5f4b77cc428a649ea9a1c1e6d5226e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/93/52cc3344a74b846cbf5afb57eb09f9c79279a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/93/fc86ed7af2ead8dc4f62a0988c37eca7eca2c9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/93/7e61ccd4e22a6b4919d2e154cc817a5cb9418b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/93/7c59d6392458445a63e92294020b7dc25af876" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/02/35abdc497aa938eafcf497c5924c0ddec71c5e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/02/02003c066242340efc771cb9a3251b999266c9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/02/1fcc96e65b7ddf25b1643053131a3d387b15c5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be/7f5cfb9d4bea166b282c7a1eb4afc0f905dae9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be/c3bee85e9ed2e413523b72157231642d8fef2d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be/3d4f2b0928a62338b1779fdef408aaf5c060e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be/2d283c79353d4d184343caca4d01528eda4873" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be/6558650bb97607c6f0e5bb29b0d684b42acd08" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/be/3e228240ca5f2ff1ba28f7748745a17f841d52" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/cd0860d8b682e9638d6b112be32cca0b1b60ff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/75993dd353ecc182ad881f5b636b2e4f7c4763" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/a3398791c4f432fc34140f20fae6b9825b799d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/b160159033e3e37378e46321cdb312163cca1c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/8405140b852a2a6a53078513d8b31b0ac6e94f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/9d38b16a2cffadf167eef2387ecc60c8d46632" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/a39b08a23c679af0d0c1293ccbaf2f8b64af26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/c70a25f1f27b09e4830ba926d79a11dec0294b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/81/70d539a9271ef82ae2a3b307e14b259821dd35" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/03f10e91a6957c9ebbeccc2827a7f2ad26a416" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/42425d574561fa61553484d13cd9a7cbdf7c36" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/0193a49cde37d6f14aba6318cd34a26501a410" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/a9f788ce5ac2241be8565526944c434dfd813a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/f12ebc2947c76e54d6c626142e923a9981c840" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/800a99b2f03703ca1df9269f0b7475069a346d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/c479a0d6afdf8ff6636e7d5ad35eb84a4f90b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/cfb9b2af44843eb7c03819011e8e6cbfea9511" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e0/af424d1099ff6e677155a688e549d76470aec8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fc/1c95bccf76a5ef0baa7e39c5b53af94473df71" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3/5517fec17079ae819b0a29886730b630fb750a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3/10ae15aae08d96441ae9c7f1c5958422597821" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3/ba85ef35bf4dc6b6bda975ac8dae888300e34b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3/0947ecce0b50b7bf2d4c8915396380724978ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3/4ea925d9bd1132e25e46e987fc9fb9f2f23d25" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b3/03f0fb8b8b3eeeaad45bf08b9d675c970cf0f2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c/d1ce3d77c88ca3bc84d5cdc56be3b5bfa95ec4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c/4b3b124033a0c602d1dfd0c17e5ff335b5368a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c/4cfdbf9d631991afafe61f972bc81ddd6482ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c/04397be1e2abdfd1bddba0ca43370084928b3b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c/2f1580e1ed335dfe7e448509777417a52aa361" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1c/465fc5acae0f2496dc90661378e4cd0b10397f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/73" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/73/b9a07f93215094c9f7b627f6fb4380c622c0aa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/73/d96cbd929538453f0a55cd03fc82dcc5d66b72" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/73/30358b3f7a79919eb4c2653614af2fe2fb684c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/73/0fe023afde28445d0ed2181609f3dc8677bd86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e5/5a5157b22631e50d1812c57cbe1f9f11cfc188" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e5/255d2c35f41530bb3df61c7db5a7b74318c92b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e5/292727470401f8976e2298cdc897240de9dc76" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e5/8024e7a8cd278d2353691ff9b75660f3102e5a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/08" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/08/c73d3170506657d4acf8cb8bc5b1c6a16acfd2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/08/959a077c7387ba80570302faaf235d0d6f3994" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/08/e437ace557732f2b4c77993213745f69a2863a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/44" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/44/48ab2693d989e9fd25382ffd3dda3b0802f51e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/44/5b7246a19d01fe69934d223278685080b4b8ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/44/cfe4effbd4ffb5cf278c5c6382149d939ef443" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2e/046975a717637e0c9ef5b6b22ef5ab0e436373" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2e/8848b52e66fca40e9e12e51af4ad3c34ee50b4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2e/753ab6eb55a6ce3c83237e7e3c184c5e395219" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2e/e6bc6d9f3a30bcae06fca5afae6330753fa41d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2e/3271c3b45e2f9edd8c0fe0d296fe2c971148f4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cd/fe7497c04a89233166416cd93c0f0f6145c4f5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cd/6be389d4c137612261199b94c240070a0192e5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fa/5cf867f99d05aa8a63ea0b9937ff4595737d2e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fa/9aa84f7ce1cdfc2dba891bc719e1337c61abc6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fa/b507c238271532a00aca64b7d91e0ab43e5b9c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fa/3f9c7f071e22ae2962c2640e9e31ee9efe88dc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fa/06118e6f4b77fa3a666610f0a969f04c169d08" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/8c2a40f1cfdc01e5fe09d84105f95223cb813f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/cfbdd1bc421feeffe85a68d68f060dab65d484" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/f2f448329cdf05241238655ff37b0b2b27f1dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/6a21a9ed07dcece0259bb70d0af8258efe9987" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/8bf16212b8e1dc7d42a4a0b141aad3c228d4b4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/6e9db7cb2b4d5e285b0e5b96f099bc8ed903e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/0d6cb370c716d393bbb8c3a1a666f1a57fa884" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/e66d8d03c9413ee5beeaeef9e66bc6825864c6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/05f9690ffa9290e4335bca3fa2e9dd1b3107d7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/e68e3255f325466d93536a6ad152cbb4e1544d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c8/5c91e3a0a72a7071a60e7323191903b3f899e5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63/915d6489a70146c19ee1c687bf8a5ae31a4414" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63/a314d438e5b34894966ed954f5809ea34d7f50" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63/c8b852b82938f93dbd4da1cebe933c4d58a237" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63/e6dc6d04aaf4c30ba8d06af19b320f7d23200c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63/98dccfe21222509c4b1a1b3f317239e3f85b54" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/63/66de8b7b531f7dece42d5b0687e3bbbfbf175d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17/f19089fd35677e7c0dc0f54c3dfbb4604dbccd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17/3428045652b94b2fa4fd59be75541b0b369af1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17/75e7b89ddb5fb50ba5eec31886ef6070728202" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17/75e7b89ddb5fb50ba5eec31886ef6070728202.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17/12fca7769e37c65d04684ade7b03654e5be2b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/17/472dfb1dd6d1fb3f9345e5c36a0bfe939b03e0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/071b449397e5c3acd60e90567bab95ada68615" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/6e1997ab86f8a4b47388ec6bf9b7a6d66dd74b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/f0134bb986336b45e350eceac2161ace0c1a05" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/8a0dc32ab0498e1007eaee894f31c1902560c2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/5bd4aab9821f610a9e5fba90a48d173cc76702" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/a0281b47692389178cd3cd1b9a4ab135245d74" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d1/d3c8512998ec39f4bfacf87865de1cb9a07592" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f0/59f5b31349d8553e95242319e7cc33bc46119b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f0/6c86f85abd766ad33cbcf039cf24ac268f095c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f0/598db135b08a29086942249231ba7bfef4c232" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f2/03d047ca202ed127866f3867cab3871d0e92d8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f2/47f0e436445d0393d4ff36cccfe2fc4dd32e94" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f2/d2830e06e5de793ea0c92ff402bb130df27494" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2/5e95fda452c38438e65286d6e6b4f2ea34d7ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2/c904308072b2a2548cd2cd12a27d5a9ec4e5d6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2/a77ba5c1dc3faf7d4885de57d4243f23b0ac41" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2/e08da46a7558c55f8e5b3df7596d057fdccea6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2/171d1cc2947c194ab7d25429018377852f8316" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d2/98cfce1d4a7d1775d7b02ff4913a0f38b81bdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/ea5bc395358a26d39112068bba10a2e83a6ec1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/46d02aec5870de8d7f16193fcbb6fea466fc26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/6dcdf6974488f0076b3c3f220702d8cfc17b7e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/618cc3c8ef2ed31a5a842cb19966a9f9056b10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/63d767f06e4eca38ed309c7515259cec205057" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/46f18d2e1795b5aa2ce80ecf2de371419fb955" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/ce179d831c304f1beef8cab4a83edbef2acec7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/d0c3b32420c49452e15eeb94a36a0c617a1e13" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d8/39e7f712b74206e9a3458201def50e3473a923" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f7/0d0d0cc244ea43f57079a087256730aa97dfb6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f7/d3768e334030b343f87497ed73a56d385601ba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/272938fa045da4569ad91be690ab388b70009d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/3439922ac2c87b2e919abd289ea86b141951aa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/166e4615934ee764cfe3256f029069f8fe36c9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/486ad53d01c710261c99a110c23f57daccf648" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/fce5027b27e379ce645488304b0138b2a782b7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/52bf50a393a5e252c6d9387207f15a74aab97a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/675b0770688aff9b416a54a86e36c82813ca0a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/7cdec560be09cbbb8162fe7810d11d7771b90e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/74/c6558e3e30c17ab782004dc0ee929d89471f59" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b5/340a0de857e73acba105c276bc5869a2b7a8c5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b5/b4e6a0cbb5295be6bb057704ee78c47ee4b839" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b5/8ffbb468735b4df7192a8e31d1be667cb55f3b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3e/d9e346a523ca9f99d1a47867c6feecc731327a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3e/9d95d68546b7ac022f24e9373e169caf50a261" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3e/ee867ac0c4efffb07f5be7f90cdf8508898558" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3e/109c9383d90016a5cc1083137e897a2599f5aa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/25" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/25/533bded011f5be9af7ecc7ff28e3fd6e261daa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/25/fa44554fd1d6455d573026406c9c267450699f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/25/b2fdb74cc426ea3bd45558b051ee473809dfa9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/25/da5ca25569da82e6a1b25abb5e1f9d78b1a423" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/25/ee962b01911d931aa26721f1c19433738e78eb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0b/fc1394a9d4b9fba68b44928e33f36e6d187b8b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0b/6bfe839dbe5d11bc7a569c9fb4a6f4cf12b535" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0b/0d3f11a9fa4bf2b343298013da18ee053ee095" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/64/ecc7afa82c0a2c5193aaf3c54eecc5bdc0232f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/64/085786fba30bafa0f79cc000f688b2ad23aa30" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/88" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/88/4a697a0dfd09c4420b604bc402d4b9dab22fc7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/88/21c779c7af1f479720cb20d761617f3e74276d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/88/294e9fbbc39745259d8296f9aa968bbeeb3543" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/fc8e462fc36d4d2d0032c338c5260356388dca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/38927c95aafeb6167cf5b8595afeaed8b65e11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/711d3c5fb4b0bb52e906cde0ba89f574f7eb01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/24ae69919d0cc352ff152d877a82c4eb26f3e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/32ba76a4a322a31cac72aa1a8eb95a346d2af6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/517d377e9d9f1bf4d9f1d1eac069d00456938b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/89/09e9ee53fb45df5032451de687ba442ba79dcb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b2/f1321674a03d1cc5254b4d38f2721d2854ef1e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b2/401f88e1bf925d674f0d75eb3e3972d0bafb16" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b2/434e4864ef4f5beab868fa215be2214c57376b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b2/7a52c18da8bbceea0322e65fda28b4f14dd03b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/7797d01eb132685819d3fd2ac284330c4b2fd9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/2c9dcaa1f4bb426f3d639d6c85b8ebd3add0fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/3bd7187be1fb8de703689bd23abdb0226f4285" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/bd9013a7c4721dfbf5e9669abdd4e7f3dd8cbb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/ac53cbd3a25c8974fcb583f71b0d9c0ad2081b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/accb0633a54880b4edbbfec816f1aba707e8b8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5f/29b341835e9f132210f200793a05831bcdf80d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a9/8dc33318438abb0da832ea576c3206dcefcaf7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a9/be27d34c23069c800ac372e3566c28d05dbba8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a9/663efd874cb9e1110766120ea2d2930b81970c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a9/c972220684d19e7b644cb42bc16c42790c7d27" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/ad0819e19193c4904ff7de7be04b9a155e662e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/d586338932896c5c8b82722df421227e1e68fb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/016c6a02bc2c7f2b410678a1b81634490f2324" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/3b3cfdc0b791d8f9e5271e9b3c4a9f1bbd17b7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/6405ebb1f2ab390beb2552aa080d0188baa9c8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/b462c4d046233a1078e2c6c20cbb0ac5f1ee9c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0c/f158cb6242de9c4b9b0d037824030b9184ca43" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3d/dc98a245dbe5c6fa579defc9bdb6e519331f10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3d/e2687c9cf2d6818d70aaa69a839c1552a4efad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3d/9b60ace0995f1281a0a9ff63a59d56f0ee8061" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3d/9c87039f3a0b50041df4f5b64cd4e3f704e4c1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3d/aa282ebb8ff41e65dd652845b2095fba383f4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/58" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/58/8eea6b87e83c764ad3ec2b87236b0ccce7e1ad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/58/b65add4dbe97419d923702ac9db8c7831b639d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/27" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/27/9e50622312b932d04f00c8dec67a04571f1716" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/27/9e61c218b359e8e615c3df27429163be3f1cda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/27/4c0faba93e7c1bdbe2ea0043d55058b4901886" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/27/9a5ce5d454c6cf082a64d58624b18cca19eb22" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/27/87ee20bfb9342ac401d744f779647399e3e2b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/59" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/59/90e7b7f093dd0120d2946b1f56a9a864c1c3b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/59/6197efdeb5b8b0283849b62ca87564a030bb56" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/95" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/95/797456a54a977f0dede7c0c85e79fc7c8c3121" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/95/272662d825866848fde94ddb763af30c2b21f7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c/822b44380f6b0c79b05ddd924b60cd72d7805f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c/aefc1843940bba9ee5cc2e838ed4199d427e40" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c/7fffe244032bd7694004ffb987247d1a01f33f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c/722bdf4537578f29bbad00e873c6d75e193e43" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c/08463740e6fdd6bcd709edaa8a293b433e3621" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4c/036a86e4c2d589e746421beb0da64c156b9ab7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/ce2cb4574029f81a7fe47a71151c46a54a1a30" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/bdb1b797ae463001843693fafddb8cee82dcf5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/a0608f4f28845facb685d3c4b10d787c6a5933" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/e576c1b58489699da32f771df536d8de8f80fe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/6af22f5adc37378b689d017cca56a789414626" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/34a7ee2cf1a5e0e5b46c6a8a1176090dc0b111" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d0/2821e6660363f8981ab7f13099c26357012179" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b9/0c44ead4e3953a83210fe0a39dc980d452e448" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b9/a3e9bcc363088527df980a3510ad0c25ec9b26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b9/385cbf01f3ce7adfccbd6c4cc3c6132ace0509" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b9/f59bbd962dff87fd6b4b76bc180270f9591d6e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/87" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/87/42ec26b11e4615ef82410c0f50925b55388b4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/87/68731aae3a120e2cbd66ce52b970a8ff0143ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/87/1b113ce1bf7ad5856c22dad27a6c66d2fdce42" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/87/5b39572e7093e30f70f5412140d0a4318e5bb8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/87/86ca10509f179cf61a65a0fd0d155f0eb5b338" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f1/13d4a08a9da5ad74b01f6e35c93c1d6ce16ab0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f1/8961d93a03b359e42b933b77bfe22def8df3f1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f1/acb540770c7ec53906af73aa7fa058e3fe6a70" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f1/fc17b9df11eba628f19f10c5b92c55333d4565" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/68" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/68/e73f31be8a71f7cd690b80b7f1eaebe4ead94b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/68/afac54bf0a59205ae57f13cb05c784fba58584" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/68/ee2d03f56e91071f0f47824e61faf58c41edeb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/68/4596e88d527ed0fefe93038a843ec77b82d5a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/55" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/55/b8809e1379f8822a3eba58db40f1048718a2e2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/55/90ea5683d889ddb345f9fe21c7fbc4f4b4a685" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/55/fe6c420fa67331f889193c48e8bf674d27ee53" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/55/191f8701a80e029199077f0d477dbea4be00e3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/55/6450598da8fc7d78e8fdc79b2533fbb7c51ded" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/47a2a53379d2f35b5a241a5adc40ce33aba7e9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/da5b5de0bbc4e9e42e00f81cd559a6c5338ed8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/6552042338aef3cab7248adba2693523b8c35d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/86d8dae25ee51638123b9056ae4fafffd65ac9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/d15aeb0a5200fa6ac87150ed421044d4a992a7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/50aaa5ec111247d6b2551d9b9e7b734ff0a952" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/75/a9655fe2eddfaab73ec3a8ef4fa3fed8306e1e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9d/b2e630eb3ae6a9eee607238b176ebbc8632a21" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/85" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/85/efaebfa8484970117e214f6c2743710f06933e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/85/f07ec1889a400aba845ff424706012b5df95f1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/85/ccb60d519b244ad15de05be45df0acabe41cc7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/85/4f15aa9b2fa2e894cd52a0936df666d6aa5524" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/09" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/09/1969752a19a980fde13e47c1a548b578c1078a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/09/1f45b15a56e7d90277972c66719686ea6cb5f6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/09/7dff9bb6d8d9589dc80fc8580b263bea3e30d6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/09/16b8a6da83e6b999260b0d012e9e8b9d4ee9b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/47" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/47/9e8d7a903d492ce883ed25f07c577c27fe86e2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/47/1b9b1f78c1f74631674fb55ab175c829adf298" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/47/87640b1da56585626472217d3d87191814ebc5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/47/5ce20568f5976bff57946f9feeab3753e43bfa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/47/b7356114416477a0ae1543b04ed371bd40d119" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1f/5c8b96ef70f4d5210131144ce5aa9612ba83d3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1f/95e925537ba887b5d70b57d94067979f8a0bd1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a3/e224b0cac946a143808909f4c38247212ce561" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a3/f041c3f70c72178727c6ee65c92fbb2b935436" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a3/b7e67d7f83062ed11fc44fe23c03d9a29bfd2f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a3/2b3eb8849b2d567daa6b4021940be4b54883bb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a3/db926229f368980190dbec3c6c8bb142603ba4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/29ae07b35f718a5663e475f88904baa55d5bec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/37f8f862d85db2d80da1c7c9454903c216f40c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/660b39df59705939f85ea809aaa4f8d70033df" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/e85a89bf0b152bb404831bedd732eead5f9a86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/4d3d1114550a68ec9e4483c6724333fb2b1a27" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/d770b50ba9487ed71449addaf8057522a5f0b8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/59f052440df9ec0e1538038493e5dce5cd69ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8b/86c3ae07ffbfcc1ab43960ed889972b319a44a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9/0f0167fad85426498765fad366540cacc0dff5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9/58231bc0ab4bdc53bf732745076da019bbbed7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9/bee2a839e0a8df1c743e3f0c390f81fd5b390c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9/ca5be046bfab8ad584862d5929b066c9048f28" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9/f0ec7c1195e9b02cf8a3b7f8521dc1c48a7dfe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c9/345af689068954c9b1c8f9aabb3d6dd1383714" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c2/f6a6bc8e341cc4821e6db9b405d25b56f6748c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c2/9028f362c153fa088aced6598ea90fef8e05ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c2/40fae96537b897bf8b4e7b4deb1696813768c4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c2/30c3e570e7d2a145d7fdb93c1fdc9a7699a283" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/5429dd417c7b4ac16294857b8d278d31598910" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/06fb8142f1c6143191c48a6e0bafe1aab6962d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/a384bd6bf569e10ece668f5db5bf0aa50a1575" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/b3be431621e0cccab37544825b497907106f3e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/0f184d75cfe93591a251ed11c0e0eec760533b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/47c98d554fdf0cb838fc6cdacbbf46002bff09" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/938ec10e75a14f366a528844c36ad63017390f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/34/32f62758e9efca8feb0d81f136a345799b3729" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/69" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/69/02365db48186c1609c3239cb286d4af1d34597" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/69/1d46993941c1a10c528704e543e0bc13b9de3a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/69/7e2e601e740ec71e3dec1e870ea1b26100abd8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/69/27f2642caa99c2c52463b941cc2912e25f8fbb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7b/e96f2c4b499b313109e13fd421eb70559c638d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7b/5c586055290688afaa5508ffe637b5941528f6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7b/d0081fa9bb09ab624cedbd79e2ec6cfeb2aed0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7b/6c9d34317d09c16bc9a05f4f550552b0a57699" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6a/92fa895d1e03e249918b74f7e66aad8e630d41" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6a/e721446fbed166b640e2d3c8b20504324ccd75" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6a/5877e87d39d4150d75fbe3b52d70bc937371ac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6a/7eb9b83df8e0ed5ed7fbcef3b5ea974025f6eb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2/8c42c7c10607b51f9c6386d2888289bc5dbdb0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2/6ffbf340a5feeafbee44c8eeade39ec722c8f0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2/307f85408ff08690e952da9a21b61b37d94909" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2/bd43b2f0cd933d21c1312dc0ed7ae5b95e12e8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2/f6e14c686944bb7aad12d7938d95946fd4e89d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e2/e6d37de4bb35bbb8030952e54ef649bfb6ce10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f3/e18168e6d27ff5fb2aec56b7710fb983583de0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f3/3edc271f21fa62c6f8661e9cba02cc4738ff0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f3/9d4b6fb6edd3ea213624ced301406757a09a32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/b9ba0e318694e2e0d4d10a59896b285a034ed0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/b699f7239093187477c18cf9ac686a3ceb1749" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/c13f4ae24c79f62bd6cadb792ad2f7527a244e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/b13a7bcfc5a69f8f8bcc1237ff7145f56c0644" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/dcc35fddc54af1d011cb5125b36a3e2141c32d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/e95bcd156c4bc20725bcf587ae3f55cc5ad18e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/71/27e26729b3c856b1a92f3e945c3ced9ee5c4cf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/19" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/19/22ce12d69dc49ab25699a5d91203064268930c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/19/d6e32b02d0207d55d9cffa508e071f2111693c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/da" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/da/999b90705ea094423711e54aa00dab32ec4f2e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/52" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/52/b4c9b00d79688aad6455c60ad9720eaaccfbdf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/52/c85e791a0d398269488d5bed38907c36b39ba7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/52/a2ce42e962f0e602b715371b5d0d8fbe512f92" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/52/a889e911238237c227b902ffa46c6430f3e73a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/52/26df9ce044590db73b8344d1e5528381b7e422" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/24" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/24/d73b1530d1137a31c5ceacf4ea7cb1009e4e02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/24/a09ea31792f0711f35b73ae6deb08b0d6ff6e4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/24/359ce18f1a64b62b7d37142c7ec135efb8ce7a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/24/2d29023c96ba08785602411363641b3845304b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/24/61dabd85ab2199867d0877e871ee698fa90dc0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cb/e58a88a31a47e01d04e63ec6f5f24f0ed718f0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/51" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/51/cd411bfc234fed071dc67704b8cb0daec1a649" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/51/05e5813cc1844eb0f9e4b1ce0ce291d665cb35" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/51/36330d6e56f772c3dc3fb95603c3132b35498a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/51/a4e514201e1624cf46bf61dbc8ecbdc86e2f33" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4/61cd9cfc616ff41f93ed778125b6ca439275e5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4/4f6bdb198f02a8ad6f6ca80518a16c21a6ca42" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4/d88c3450705b145124eb56207252129e686db7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4/7663b66f33b7d47dd08ae3e90acf09dd50f88c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4/f9a927c24b4cd03f30d24e5497e92d57eb1ee3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d4/b718a1d8e4ba4e9ac0a7e81e44991698654d42" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/88e30cdf3fcea3fb071fbdaf2f2b67a2cb7ea3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/641a495c5982385e19fd3955e7cc228b421c99" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/bad4b705c0477a1812f5b2b6e1b2d63282abdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/633f688733e4586d0bca7d5231a134c160dc18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/a51836471059a313a6746c21cb01164b264d47" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/449a1c41e511ae24a04b4ed074ed09569e99c8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6c/f5c95b385d4eaad03463a69343d4a6ea88f2be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/a66374eca1a3f6d84a98709c9973d09bdf64ff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/2b1d0956f35cc5cfd8404cb144c767eb1908e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/382b35e18264dc9a5d2087b0ffdb01f4a6de88" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/483a630cd89c9872586f529949d8952f397aeb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/f03f6b917f2cf00e2812061706d5e411ed5e2d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/d1453fabc5cdb9ef90ae59a6a542b7463ce882" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/3e03cafc6237a2686da9cf6604cb6ce030a14e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9a/bc09e2ff2c931c89ceb29726120b29d26c13a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/50" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/50/04a2455a58e6dceedf655246ba7e8fc0571274" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/50/8e6bdcb703e4d54ceda53ed55c8517fa4715d0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/50/6a98c86e1d7ffa8fb9dcfbeae4b49b3d8fdf5f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/62" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/62/7260c2d2c799daf07e94953a9180c9afb9cdbe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/62/a1f658ac414bbf9c8999daec8e790c1f495806" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cc/92e34140374379c91fba36d97e875508a985de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cc/c9431bf735ea590655a51b1de54bc1106b6c10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cc/70a554b3944e43e10c13dd087eacd36abb751e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dc/519ed4fe6d310661be4a9fda33e185d7009290" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dc/88f9c1787b99a2be0d2ab66a55168eecedac83" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dc/a060e798c9d521166f211b74d35913f0a305a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dc/c53cc9f9aec9c79fd8336e6e504554546b6ac1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43/eef602ba449a6f490eabaf24435f1d5101cd47" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43/e171cd0320a6c8149c237f6239c7a892a085df" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43/014e0178c074a99bf457e6e2b9f87d7b3cd09b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43/c537cba61c9a22fea1a122f7f118e4189128f5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43/6c66da1e8b3ab77055227f5f3b257e88d9fbae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/43/73e82a3c02e9b0def6faa8667248f3cacac493" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/ea9a081f12fcf2c76c5058d2f396f1c11943f5.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/ea9a081f12fcf2c76c5058d2f396f1c11943f5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/ecf5009bbf8d8185396435c9ba44d38c1f2d02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/ea9a081f12fcf2c76c5058d2f396f1c11943f5.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/ea9a081f12fcf2c76c5058d2f396f1c11943f5.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/ea9a081f12fcf2c76c5058d2f396f1c11943f5.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/f92d491c72d97056978285fe110703144896cc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/d5770ac42cd4f51fba7c8a06020909f2371df1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/613fb5d870c379cc08e4a815bbe1affa610649" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ef/d64abe4b2b3c472cc66328df341a6e46366acc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c3/5856691ba2c91a6d5f4a972af67f7118d59f4a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c3/5f49ef6a6add45bddc7f989a38e4518a424596" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c3/d327ba34f617fa5dc0d804984532b2ee55d631" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a8/c9cc853d53636e44d61a1aee41fddf22c7f508" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a8/b109863f07d4143af0670689b23142ed077de8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a8/1e398006f20531fc10c54c1fbc31104b1f8df0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a8/2d6823b1c3986149f4863ee66d9acd1f0df53b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a8/ff1261289c79c276e0b055a2c18b3a4112cc0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/12301365367a2b269178aaeddc5c2315ce33f9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/f32d95d4996f99f033f14a639a0900fd6f752e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/4f616617efdce34be389be8c40864d75736e74" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/094ebd516cabd79abdc521f622883d4617b04a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/612066fa98d1f9e0a32d67cbfd3526ec78107a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/03bf19c1a63e36c877785299dd5c924b6bbd24" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/72/52555eed8e3681964a1a0efbe2e228db682aa8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/f3ce0cb101efe24ebad40c21a3288df95ac33a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/c3841e3b8d6c3c0a4f76e340f0fe4304c50d3f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/8cb55520be5c5a2dc12a303d141612b67090d9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/946621fa67e1df1f0162bc08dcc981bb52de6f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/2d43cc226cca0887992eba4f14a93b9df8c4e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/7ee893996978604352cd0531bdf976e5a71577" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/2d9a78db90fbeba28a857ecf6daf885e5111d6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/3a1d7ba307553f8583c74bdfefcec791bdc8b2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/42/063a317f211e6fd52ab0bf76a1b1f1b9d46981" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ad/a23f75d3a2816fe36b538532ff68e621a5d3e2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ad/f20248ab0996ab3291038b3bfc26f7a55c9a05" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ad/9313d11cde4eb945a7f42a46c39a7dfc367045" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78/94d17be4125bf95f063256b4d7268cab823262" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78/ed3dd42712b9736c0ccb571023eb0c7be4ca32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78/2c13320047118617ef429856dcefa20431a3fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78/5da5502d88a69d221ebfaf78c985a19c3ac208" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78/5ef882dbcaf367ef73d3f4fc4b7c43d61ae548" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/78/92d9b9073a86b19296843c178723c81f572397" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/49" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/49/e73ab86e1d82bfaa99954d9377577e928d9992" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/49/9a73b6ae39b677b77ffb0fee4d049cf0aff607" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/49/aef1d5cca16bac0edc52ed244071167a7b40e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/49/01487acfc080204e97604c10bbe859e20b00af" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/49/4291bdee2c7d81029e1ab61460e4829e679399" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/13" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/13/cc460e31961d941919653fbefe938dbc9bb5de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/13/e11edf909ef128a1496cece8782d19c993bafe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/13/48c537a19df14622de123cc98a7d954dd3380c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/13/0c85673f8658a2ae006465ea1ae0816813eb1e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/13/861cca846d14e92a0db1d2dbe05de8739d91bf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86/1afbce4c395a094ea3576a06810af1eecc24af" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86/3df2d42e66d4cadd34be44422f582b44304c31" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86/2d4e0ac2c8a35324112483596b1d84188f0dee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86/fe37e2269c4bd2037d319b6c5527f15500122b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86/4c608f103c63e70bb20c69fd09da10c84681e1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/86/e3a5de3dc68cac3761c5fc1e1fa2a77f461bd7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/39" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/39/6f39e9619e7896ad7504d333c593390e7bbe4f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/39/bac2075b99be71c0a17e3017915a28c0d0a502" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/39/efe30aa96a802913852fa956c84b87bec1f76a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/39/8c53e6e731241fab77bc133eacfeb8c4b55b6b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/39/30f338d4d4d49b1915bf0bdaa524fdb3179886" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a0/7d232a90e38aae4ed2769cd4d2e71641b0a8d3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a0/5af1220d6fb2426c3af99d547898c8882e16b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a0/d9da8d83b90ca371328e4fa67b7eb6e1e2876f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/8059f9bc613f481efabf364ab11b43a83b1391" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/f4c1958731a70bdcd5e3124b53bab8f2b5bf20" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/47999d560b707609ba7e5990a0d4c3b8602c0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/a82cffea6b93530db34422d49640ee1e1d6a2e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/43511467f852440941c8702be9a70a89bc945e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/4bd5684b4a7c1fec360756cf33e44b5afd6347" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/24326e6fa9a62a1a9ae7b2818d0c9009ca7fed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/14/aa089e0a1e533c1f78028cf3a1719caf4697c0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/79" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/79/0ab8c1e8328066428561b7f45c66dbb8c83761" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/79/1cf76e42980dbde148cf7398607ac7c152cf19" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/79/7c97fc48f417ce73e642831d82b73d744f55b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/79/696197977dc2e132121d4bbead78b8ea87118e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/eb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/eb/27e3a57a145ad07b044499d5baac24bb2d0daf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/eb/b06a44a9b96b1a0bd69a25ce6eba065cf85bdd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/eb/cf9cb884f8614d5bfc94fb70b54b943ea59a0a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/eb/891d776cf649cfbaf424067865cc05c0732f83" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/eb/82e422afde1168fc86aff9fa7fbe0b11a7e549" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1e/034ec3fa5d2a37efc3e7d7da96ab02557967f5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1e/0d722e44fdb7c6b431877637b5507e1dc3bd6e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1e/3985bc77d5aeff908982529ed64b4bb753b6c9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1e/9a6d82484100cc0c1125b982375737f860c9de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1e/14abc33890822ab9b23ee86ec8a5caa3a21305" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c6/2995d84059d1af488bed73686a877251430889" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c6/23a0ee6618e7aa52334c4fcfaaed8ddec46e88" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c6/19975a56797e030705db9ec4b83ed218445d86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a1/deb0d32d59b64e644181ff2ad50297d8b07df8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a1/1551eb8aa6adc6f8d9f36d0bb940b86a5d10cc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a1/3bca6b7b2503db3562f1588cf7771624a5d773" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a1/92a5f8df837060a622a18d134e164c8822895d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/442090b2686d48ac5516184b0d17223db2136e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/563a2bbe2af09c5302e489abcc267784431bd3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/7a3f1a1f8edaddf40df1690dc3597cf9d70d28" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/4495389b457af19d9d0c0c77c522a7082df783" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/d5ff0d03abca590df57e93fc2a382e31da11e4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/016b6e63a8a743639938358b5200874a7c8278" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/0fb5754fb522d968b52d5cbdc860091e272023" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5a/b47c5971932ead88511852e0a9f9180e0a2c9b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b8/3eae7690a95a8894b05a6b2b3378b578efdd74" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b8/ebd557de54c72e9b314911af76c69ea1c1412f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b8/1f7c13bdbb9ab1da5b6f3f990166c8ddc94c61" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b8/c283dbbd81670ead3d6685f90c1402512a330d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b8/e31df2c9742f59ba675e8e8bad52f6cd85cea1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/16" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/16/4588672da5e2fb30bc6838af363127819b80d2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/16/f8f00db5a50399b774d0b67d982c314d10a6b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/16/ab339cb848c0b76adf8c5558f54cfa2c178992" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/57" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/57/f21a553f2137a71d7e4cb1fc2e6112f15435be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/57/d69416a20545602253e75c498ca4b8e48c815e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/57/3658448c55e7607b9725bac0d62cd560601677" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/57/dfb870c452f6a3f52828d97429051de16c75ed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d7/5fc8beffa04981057cd3afdf2766c50e62e0cb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d7/87fad68df858c98cfb5e7d419b29090e6574fb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d7/e9243bf0fcc6bd08706eb8f08d3a78fd880a4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d7/94651ce3954f12fffd71848fc352e6631ae2a0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d7/d7f37efe28383151c785dda9e9fd8a0009d781" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6b/8d92ad94cfa73b9428d7478852ca69d64a27ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6b/e590deb197152ec155bb247d02d733b04499ba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6b/4a21f99de666b0c5ef5f852312aac2c592d48a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b7/a769144c64e0b4c09becd7ac72f2a046c65df7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b7/1bf36f2d4a55a382d1176f53889ee841dcfd03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b7/c47e3d8adb1292bbadf91ca01e9bec61033190" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b7/afd5015d6752cbda6980bef32ab51cfd7b3fd6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b7/09733106c5bb3ac11d1a542572d6c3c5bd2662" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9c/13b7391e25818d22e2459be7b3d9021b847537" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9c/71692d83fdb5f00411d3b439a373db05e76b9a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9c/683d32b5216191516d0604e5e77e2d04c69f9a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9c/a4b721aa64bcdcd773fe79ed7c281ecdf7f521" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/94" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/94/61d683761efc4b9e5783eef8626f6a36f73ca1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/94/aeac12a43ecbc6e627b69dc705051c9249631d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0f/85ae51278eab41c1c6ff108c5600f8f7b697e1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0f/e0f27efcf81fe282c6ca6a84a55272daec1d22" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9f/4b01e38e208eda7206fe4dae2d3b7d5e9d8f71" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9f/42b56737f93bd6dcb8a2f8a50b7e0a374ff39f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e1/8395092ee3081a51d153a07eea011b0c429cc7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e1/0e83d65c56e54f1dfe7d1a4be6ab26b355374b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e1/bdab847c1c88351d8ca679bc517364b511875f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/77/932ce3c8286c11a381d4c4c0960bde8b9b1180" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/77/e2ff1f7c11d3bcfd64e8e10af9095d2b7c261c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/77/8f85c4c941a54fd6929ba548a4bd1189b65ec3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/77/eb6de58748b350cc66ecb353b8222c064c7ed7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/77/f976c7ceeb2cd02dea28a55fbe6d8490ec21ac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc/650b3ad06676a501a480471050c4ae30f5a216" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc/57760e60be6d344e57f8986d406235e2db450f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc/1a3319be5b1de25bcc9e48a8805a4db935e093" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc/0b570c39bfb7f85103d80c70b40c9b5e135d23" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc/3628b41b53e050e1135e22556f94844ed48ff1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bc/254c4fff18672eb9766433e82085dd0c5da826" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6d/2f0d59cfe000e91f65f399c610653349ae1b3f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6d/fd16dfc67c478f723f27bca84539ac6556bf65" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6d/e677e669766b0d34405f0f1a828637ff5f3d10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6d/0105daa1b5ef6c4f6060fc240900e7ee3f7f25" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6d/af9c82db7b46f6cea530c51cb028ad051b40d4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/af" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/af/bc7aac583086d1ed1afc8775d0dd3fca24b6b6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/af/7ef61c2676a501bfbb35f9eca21f3e837c6004" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/af/f2ba0a9bd39ca8e27ba9fbeafa9a68869a38c1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/af/3d2c701ed9c27e213bbd543f9405ad0d4d1418" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/8ae883e8c66a4d1a0c47ce0c8a3225c9aa2e96" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/1f5fde86601176593cbb555b5a287a821fc9e0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/256a672d2880fbe82341bf78b6518a80ec9020" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/380ef162e80a4fbcf183b7bb231858063271c5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/6e21061d86acc771e8b0cc8bd31411fffb817a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/d0a1f70534bc8b6fbf1d93639ef6faeb904315" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/ee4922b93b9af580f5b5ea339115cf076db975" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c1/4c1a98f2a234b1c1f49454e652ebc740e05eff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8c/01070842f4d12748aed5c7d934a14cc9cae9fd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8c/a3e9f395db24c0a8d44e8e113f21ff2c457d40" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8c/7e3375df1ce844ca29fcaddd6a1f781e07aa9d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8c/13e1a2dce54ab80bab31e9b3c57047d8cbc7ac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00/4dce2c09566155be1efb2f7a19c00ece8e5c60" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00/5eda5fdbeeb25b3930e2e3599908b93d358eee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00/fcac4ed1681b900767264ad0fc3a2c1f25dbcb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00/13c8eaa89c2de710cbd79bede71d5c8bfc55a7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00/b574dc11ab8357504ed841ac707670191eb757" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/00/98d3d000b058d9b367bebaea559b3134e571bc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/5ae7b43b25ada3ed5e3fdf9193cb2ce7e992a8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/4216b32932f6275ac073214ad5c9e7bba6fc40" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/025f4aa73f27c7e6b9910faff5f17d6869433f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/49835e73e5facaf33663818607b6d9d0f145a9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/3aafb7c950835128f44b9fc5a6de69de3825ae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/76072de06cc6faed56d4363653e0c2f8e041b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/212307ac52534313bcfc2a6377f705194adf18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c0/e6474df2539d5ad3fd7e038d38b3fdeeb2ee2d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60/f9b86f7b96d81565b1658145086810ffa1bec6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60/99038cf954ba160ccb657c91b6fb4c2bad5f1e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60/18663b70cb5297a0f222ba6e5875cb35c20d01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60/c9b7fb0af3b25a1fa9d63d85fda0c29ed51a8e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60/0aa6e5b51b9ed51d5cbb1b9e6e45986ee57f92" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/60/80177ecb4d17fb80f6d8527bfa78674bfda0ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/6bb52a7aeaa9583f1136f756dcc22339db909c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/441be6e9387aae938f009aa984f702560fc8f0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/31e79e766b6bd06c8dd8fd1b374d42edd195f6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/cacc38794f72195e7c4dd25aedd17d8ee6694a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/c002d6794ec74b6455357ec11c431dfa525e97" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/c1c9f8062ecb8e0a1b5e9aca13e89814c8ef7f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/5489fd15bc782aa978280ad2cf140ae5ace49b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/99/2b1ff906ef7ebf2baf69f0e2959837e6bd354f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5d/e2c902c9f2495ab490c7daf7ea7f437f957acb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5d/b91bf414e5dfa20e9977c15df9fd9e69535d18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5d/f0ab6b86f65cec6d74cc99d8e33b991b747b84" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41/45a6e38111e1304a15d40f2eb900329d8408a7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41/372d7e37aa9d580ebc4047847ac809cde13098" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41/3c8b3e8b8908c40c74355d270456afdaa6c6c0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41/2b465b246c23f0cf4b22d5e272818b030721f8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41/5372667d7fdaf23a927fc126aaf5e9c4684884" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/41/0b86ca0a4cdb5c5ac2b719b3063bff48f7bdba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/15" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/15/f05aef8231fd2a147523ea39835f78796ab05c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/15/d1d66252e9f5c3160a0f75b74739b6aef11df3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/15/af198a6028ddc3eb52556669c8d1e55abb0d92" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/15/8dff5b446d5dc219bc4e349db3fcc6984d6260" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/15/35122d380cb96c3cd73189df44a5e88dfa32fa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de/1d0d45d2e846759c0f2c6d524c0823203bb0ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de/da2110a76eb0584c2ada208a58d89b8d540bc0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de/06add534e8d93d434c1590d73be42c85f6a51e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de/83a309040697f0265b2f59a1a10c4f6766c8ee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de/ec27f090b5fab56361233d549b1162db4de841" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/de/71a60debbf48e7a71ff7f627f6fe909ce52344" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5/4e0863a8c62d4945fa97cdfc3e6d5834370eea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5/9da3814291a43567f7abb500852d3d60ddce49" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5/dd87d0466cb3259ac164eb6040e776bb510867" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5/a0b49a9d121b635dbbecb68ea31d3d24cd35d2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5/b5a294ee03eec3fe778a3f1af2c0955d69b4ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a5/3443d41c94d4ba294ae04d7f982a1d06d62472" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d3/7912fdd1f85e4c6691e03fd0e5385dd0284c21" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d3/177ffad01d72d7ae60bfb9e0a9f94782212f74" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3f/bcfed79a792309e493bae0df58e25e843d5e3e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3f/bad96fd7865a13b3521689b96bab57158832ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3f/caf66eeec16005f67ed8ad0994ad959aab225e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3f/786357108e59938708c0097000443864deeb6d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3f/9b675841bd628585cb3838cade4342a121dd86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9e/cbe4b70a82b9e1ae02899d735b08461ad4efe7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9e/e6f118a82c8c8b0065352ba5af74703566c69f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9e/a97c33820840f01c6e229b58caffef3772e310" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9e/0ca904e191c92fcc845b857b2bfb65eef55caf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9e/7c9e1d75785085477ad9f39bbee80c34f52413" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/f94c837601687a1183ac15c0fc31a3b0fc303c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/99ccd47f7842ff02f7fc3a35e2784fa9b30427" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/0b9f53086a5c45832395ddce76c7fee5c52f11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/590acc10ac57d35cad7b9da756f203a50edb89" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/f69ed347208f3dd87f5a19c317035152559b35" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/c9df59626ab1670a4c8ae5aabaf1e786599ed4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/b5f797c81db17d2b21e63e9220992a32e882e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/929623cbf531b5cc7b4587679f7ce1267f3154" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/ba96a233b433cf9c7be8b337e1c442821d8d5e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a7/7c86e4afd95dd1a78eb2d9d9814526a476176c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/56" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/56/e85759535e45789174b7bebec6b44309845169" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/56/f23f682efe49782b8d46a0aff89ac88fdb9e7a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/56/b98c5bf8b7302aa63b5af17930bd4dfdb2a15f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/5035656eea3573c7b516bd0b57c7c576d82014" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/389f8504309eac1ecedd33595dd8a55f7f35ec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/9c4560792ea0cab0325c970f20c21555a39628" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/aa15e338360a0c87c6f46b691b0447295d8e08" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/dd4f93d6986c80c6e0e9c97b6b45abcfbc3017" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/7e865ca80a4dbb6becbedc0ab6f86f454f96a3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ca/6ea1b2cd919a17ac5937ebecc374932f791a56" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/ef031f529f3856a08a99fbeadb7e141c7b349c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/0674686bccb5dd4538260815cf12f74b55456a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/a9cc61aea91a3f5667d63277ff1e639c4e243b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/046f15e6a3ad48a58244bf2b72064f5779c35d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/2641451c66f122213feef657680202040b2c24" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/d5b696fdd517b205af11d26f52459401a4f5b9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/ac143cbe7a6a9d8d896d085ba2b9ac0e1a5db1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/a64d44f3b0c823e7b89d40eb0d74b58698c393" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3b/f9fdbadb024b2ae87b903695e46cea4c452022" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5/384e1af53f3012f7909106a8b387bb8be0b167.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5/6593554f628695ccb4ba6b5a577bf7ac6e8f27" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5/9cfc0dade0739bbb9f9adba3a5b86f494ba2dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5/3549295b20804d40210aac9575560bedbbea7a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5/384e1af53f3012f7909106a8b387bb8be0b167" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f5/a028219783e4451d085968ca6ac8b7ca24adbc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/562e2e8b5d51b5d985431c83e7e2348e841798" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/edd5d6aa27cd43da3da88cbea83e4d4b832e4c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/06d41b820eda6493ff6e8bbfcb588541925dfe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/78eb28975f88e3fa64d7d412b1916489255160" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/383a26969079f19694370a0a06bcaa301fcb63" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/440827037b40ec7e2e10ac93265b3754fd32de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4f/e868ff76e780b26bc1c8a48491bbdf6a43422f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/6c2c63432b3117bdd8576158480f7fca08ed60" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/334f61fc6833ad96104cc0dd770a4dbc0cdc51" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/5132c743820959f32e6b5594233cdc2c90a1a8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/0daf75ae88ed3a6779b3090b2895151fbf0a3a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/453f0d604ab27922a02dc6d1079efca26c6f4a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/3780025af8a8cc98d542c876a692cfe2833f93" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/9d39bc5f4a00c1a1bc39772c001ddfe75c50ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/7d8074b7378d860f5fb575f32c1b2f5b7c0bda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5b/5123a6127d631ed3b902e2c770b552f5212e4a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a2/80f35745b881fdd85f7bbb34eed00ca358a8dc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a2/0221d2317758dd4bba42540a66f6b5b1d60d1e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a2/a144a3b3cda4b325ace5a6d8e8bcef0ad447c0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a2/9a4fb780d9e0694aa1b01659549d952066e0b2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a2/b76132fc29ebcd573b2dc1debd635b97b31a87" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/90" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/90/8cd0a00ea048e8236d70ea73b11df834b25262" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/90/aac7d9426cdcc0708388fc57245605abdc0e12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/90/9d58ce740115ab8fff6ba36613280f194c2393" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/90/baf6885ed449a489827e02035ec71f295ec48a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66/c03ef9f0ddd1ea5b0e6264ff56543b411e76dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66/eea49ea7b433576ec4b781a4b8b0f683d1e831" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66/16701d6b9a232c83788f4b84ad1537d622da17" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66/c045a3a84d30e698cbd9126a0c1c1d0d9bff0b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66/76d4153ee40dd96b0180f68f94743938858bee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/66/58e53a9ebdf913f5517a33813a3fb3ac410eac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4/e4d711c03dafc5d5f189a2ddaddde117487d34" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4/94ac1685b7b612a9f3f03755c30136204f8ca9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4/6f3c3ad8b852a047472a2b2e38d80766f2df20" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4/e0709d92e560461af0bcb8a3d5435d2d07bbef" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4/f3c619d3c639eb952f688317ff818450fbb79f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b4/f401d6f5334b36676a32cb2be91eece5960860" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7e/004e1f3238807011886c98251848c4b88493f3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7e/15175f5ca5677c1f0d91ec2804ca012d7a18b4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7c/1951f85ec279520690d0cb52999f9ac67da60d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7c/29c30eb64f8610dd645d6a3c26f9c85f533e82" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7c/2e572a20f14e4b3fab19be45a014c36f4f6161" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b6/6d6f1d12a40e42078dad8972adfe12e90e9fdd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b6/61e73cb25bc74860b9ebdddaf3162f8223bd17" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b6/0499769d0e157c01baa2e759488ebae967d5bb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b6/9b993d5477326fe055527bc854f03027cf0341" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b6/5c267c8b0665b22efd30f0cd2b7739e3a2ef05" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8d/4a429c3114dd055b19cabe170c9b94f7e1412b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8d/6cee0d83a0d3b9dc7875f3808718ddd44c7c0e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8d/c06dd16ffc3ad7e0fa2ec9a47747769645d1f9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ee/f74ea0d077509f0229c7cc05a8248d4627ba39" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01/e3759bc3d8c2e0db79059ab7333e8d4578014d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01/67586093abe3a350e00c5c69cb76d514ebf99d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01/1fc2468916b14a8c156f9496b2e50e38a42255" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01/82bc9df53a28e2ec19ca98311149789c09b63d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01/0da0e4d2594548ea5aa2c9c2d87c78d55c3702" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/01/e29685add766d929fd173e15548119ddab07a1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/12" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/12/6d3850f1d7ba9935d84538d4cf9f21178fefc4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/12/c094f8fb09dee8ba4750369d49e0941bd8567e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/12/e186641cb3ef9f156d47396b26930622a8a8d0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fb/88833543f06e145988109f21f41c7f09039842" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fb/365a7e9e6164764d338908b7a841d27ae10efc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fb/0e22455be087b8736388fa07539802fe9466a0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4a/69474fbbcef549af5d2c96a360ed38acf6bf54" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4a/7fec62ab9a6326388a8c7aa3938220e3d03817" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4a/cffb3bd05e920b8a15463290139a8e455ce971" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4a/61b0945e03155390055a6e01f261a3e1b55964" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/db" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/db/fc6229a36aabfbe250b86e8283151dbec63674" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/db/924edd0b5db94b11b81c93d7314ac30acbb4b7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/db/0560b9f3728d93e089b60e4eb4b1f0266601ad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/db/047bf92c5032fc2d5dba7e9918a893d4a1e422" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/c9c10f5cc70d71498bfca42def0a66c8702d92" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/4392d10b4987fca381654c0e967044361bcb3c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/f39c825e285dae60b1d216327257a1c96e6e6a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/56684df840a0f0b543e28bf1eb95f2b8261d17" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/4037944db9f3caf7145c844f3edbba6b118929" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/2e61fedda63e490e7585da5320e85f93f5d7b3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ab/30c08207e2f519efd243f538fe497d24eb6215" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5c/aded255129961c1208e7d4407289745a53c4de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5c/fb91d5e085c62d51b7830a3a0a425b515b06e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5c/daf2f065fbccad3cdddc888198f88367b4c718" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/67d8dc557363177b5e671c10991c609b18ed4f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/f63851f0061f537ddc0d415dc3e9026269b608" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/4288680f06bbb2ee4173fd70b8a962df1e449a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/8d6c976c681d99c15991134edb9add571a709d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/31f436a8dd048992b523c7eeebe1f157ec3f18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/3dd84a3f50c3f46bc6514eade19ca7dbecd1b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b1/5f85a1dd5898219641a599ca1e6a4421ebd667" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/45" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/45/f40d6fd7a4c9ca9b53d10282c63a8223114ba9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/45/94373ea68fd8630ab8c567645c33f89436b986" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/45/f55abd289d007d4858a3467bea7d2a05f5aaee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/45/7994c78cf41e97f2e4ed641d48417e78dc5162" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/45/ba65bbf0afe42295d1494f134aac5caf270f36" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/94d8fdacbbfecef054af269f64d4034a3e785d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/126ca747aa50c67a053bd34a284a9a285c2661" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/38a162225031d7e41f9dda0a1039ee6296d038" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/96794820536607395cbbd923f5c5867bb3f4b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/26062e0b0049ed1c4ca8deea2d0bfdce027957" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/7d0511c9f805547b5a750585176bd8320d555f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/241ef9ce572bb4a51a36201c88398213e6e9c7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/aa/0f32fb70c3a4ca89e16cd1676bf9ed7fc22a1c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9b/b4407ad3e610986d7eeb6a95c4df4076e6757b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9b/1c1432d44695ee562692baadb4e11d63f120f6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/9b/641cd0d514840091087336a71b860903be5042" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/49ae4173da42eccb5aafe857d1d1738c1a5e6d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/34feddd5d0af1767290f44c369c885f1ce7aea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/c35bd83ef2a7a6d0e8efada796be5531d32f74" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/c1874101e4fc227b679cf387254ccf9541d848" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/e023fee8a182243cad6ec24b57c4d9394c3f43" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/e4ff0cc342d1625e3c443ea49a3d99918e90fb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/2f01995b10b11448f8072065ce97117c64d32f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/e8b2a97c35aad003ab46a360b790019d15b14d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/54/e59f40afa8e53b2f0aa83c5fe535b7a9ae9b9f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2f/966423746bfe7dd4b0e0bec3a75452aa7fac5d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2f/63610a0fb8ed3111052f0ad5595463342d3bc5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2f/85626ebe1adb74027a28a1bfc46fdbaf3b6941" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2f/cd11f82fb3194cadcaa540904a2f9ff1b13d11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2f/206639759d4a2a03cff0ccb323fbad00502be2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84/43bc77c9432a3b29fa7d6a42c5e82d4cb1923c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84/d37a225f337f2ccd79eb649d3b1229f25c3b85" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84/389508c6ddef169be8b8ee6623d735e8a16b5d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84/0f4b19d9051709f3ebfa605bb2d4c2fa0390dc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84/de14e178670580f3293d2ec5228b8383a17e21" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/84/94d8acfce796c2fd9935f408f6e7fe8f3597e3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/496c08f8afbcd0087f78160c8b1f376c1ba697" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/d60aa7c3629f3aa27365bca8aaf107784a2179" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/5580e9c6b49e362103b30f3e3fd4a5adbb6358" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/0e461d1b99609ce6943eb123070ea5e3e6f7ff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/5496658b9a3d0bc21d093db2b9d3c19e7d14b7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/59e208b4dab30a64fdb9f79dc51861f1ffba7d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/138f0ad48115bdda68cbf2ce05e0146ed5da4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/05/01f256a65df2ebb9d171a7397384a1caaf2c4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d5/b7efb4d6562e1ad795f7aa638581d8e161db3b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4d/2112e758e81eaf14f4740d82f1b7b4d5147aab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4d/b072db85697f25a26de85fcf8647e21f89a858" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4d/59b430717a9637ad52cadaf133fa7f9eb09ba4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4d/80703b3573c4a47ce58883a17ec867b2640ea0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/96" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/96/e1d149387820fd90ac7d7db47e1ee210d68689" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/96/b2096c39c14a6c290cd5ee9e30f6e141c51fd4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/21" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/21/2c3010a046eb884f2d1040a4c1c0bc83f58494" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/21/b665057adcead3e8430d21dc3a9cc83e6e8748" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/21/890702a59b9e0e4ba2055476d27b89b8b817c9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/21/74311bbcee94d5674afd09e90151ae05442658" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/22" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/22/353958361def52703e9ec06b248606e70e2f4e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/22/64cd797432fce7bd35423ed91dc75cd5f05fb1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/22/f02e62156d0088b429f332f3dfbe985980dad2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/22/e179ad47ffb023a21f00e6b8061a11153166bf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/22/8b47cda15938b0b9a9b9684f37075040509528" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ff/1ff05e09e5e4e5002cf3aec1a5ff977c550848" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ff/d630d3b5b744753c46eb1f2284f814b4f69795" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ff/b8a7520cebcf7890880986f97de5d7db7e3abb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ff/e59af0fa37f7df09a2f712c93be0d9b9594113" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ff/002cb59c34ac51439a9fe625aa89b5624ce2f7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b0/b3c88c4ed566371387f078e54bb0c0ec32db2c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b0/4376c2f48e0a19d0a153eba1a7717cba23caf9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b0/e0a47c472b11a3589692742abc6fceabc92b53" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b0/99c91ee0e091864d2263012145e79b0369d803" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/b0/23e8ee9dedeef9f7a9a8a9ae141e63754854e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/35" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/35/e17779c78d1d858196e72c58c4722cf3051abf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/35/e83064651b43ca51ac7085212d95f4563a58e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/35/680b66dee91999dae53285ef2f2936163fd2b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/35/dbc3baed3c32636bf510b99b2b9a66256387c1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/35/147841daea244cd2dd4528093541408e0407d9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dd/6cb906167149ec8e45970bcb3e60f363647c06" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/dd/d9204a39720d91149423337fc0c0a4697bcf1a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f4/b3db146f572097b705438a20360c3042fa1ef9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f4/99429dfc6fd91a609c1d7991116983cd4b7d69" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f4/f9a30656e5f31ae49fd1f884b9357c109e4007" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f4/267f198fda910feaa5b375c6fb11491b874f44" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a4/fbb32d6305ab2551cbd5e0ba6d7370b8cd3857" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a4/85b4958c3cdd8b29645ee3017ca2352cb29ad5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/a4/03d6de7fade231caaec38cbe0c6addc6c54fdd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7a/0a051809f6433b9f0b443fb4a75ff6da05c4be" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7a/31c8e80c3d0bcb44adfc15311e61615d7f4dfc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7a/c25e06e96a3e700b7cfe4b82353d30d08181a0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7a/7f14389cfca17cd20777f3e27fd5bc3f4dfae3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7a/8aa089b08651cc65893d3ea212d65148564a29" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d9/6023cdfc9374aed679479fe757d4b526b0cd75" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d9/c480879abe828306e72166cec0d519e014f69b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d9/347871b562f7e27a7a28c84ff76211e63a3e0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d9/f8ac74a97df4af2a7bec3e8b6021b67531b0d6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d9/fb9fcf08206b01ba0e0d3f279d2a18715d4836" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/dd0126de76c366d870c7738413ea9ba5a7cf9b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/4e0cefd2e3bb10379b79881ac228f229e1be38" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/8fc9e5c50db80ac545f8f0508d5f3a79dead5f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/56dd8550e9767f0ee6dcad3da262cc2560956e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/1a3ba89639e2b3c872689bf1b201b1a5ef25d5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/4f05c329464388045472be0b83468699fdbea3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/dd0126de76c366d870c7738413ea9ba5a7cf9b.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/7359c24fe176bcaeb6b760a842d6d82258aa32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f6/71fa6f6a55095db62a25f3b843fac42f4481ff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2b/0ef4be8d0d33642e75b38a50eaa2d15d912844" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2b/6c995e02ffd21e0cf93351f551373ab16d3bb4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2b/b0d5c47fb0a2a58b3b8935574bf9706900bb7b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2b/761109b47c7ce891551a5635f9c3bda1910e17" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2b/e3801493c786e4a00aa4daa8fb054743454b7d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/80" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/80/5c7eb0da516bd869cf2eea003864a4b3d9fe16" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/80/22bf12462d99e40a4c7c65adfcb607c670202d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/80/ffff7e2786c1697bbca8d48bcd6517addf8c2d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/80/ec27bee297b95062207d68af5e195cb6af9785" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/83" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/83/0a4b11cffda81352f2f4148b45eec19118c42e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/b4213401af5983555b7fcd6b864203d2098264" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/1877d1242b968fdeb5c724ac8cd69305fa6ddd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/4dfcad128d78336d2c293d3d0911397e990eaa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/ea05e88ef3d5717e173ced8a24baee6214fbdc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/b0d45d637a8529c62b501f242e92bacce0f835" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/236f5119e28ccdd98792917be1adc21751cbab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/64070bc0a0038b580a92a1e5841e3618ba58d6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/91/d5698461ff9e0d66754041a4e0752270878e0b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/18/4f06bf7b5c057fe9fbb1dc5cfca2cbd18e0093" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/18/cd6c26f23713e6e1f43f293f859fd851f60a0e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/18/d791945cf8d6d505598f92dc2d376a9781c728" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76/0b155fab1069df418ffd13fc6e8a6c24dc0623" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76/b9f457738af17e807d1fba61fa5d03d8394abb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76/94db84e46222b944391e4e309facd9a58c2d0f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76/d7c267d81ab557e51ad6c62fac3f19462626d8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76/90eb1fa232ece45ebfea22f7a216a334b5de18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/76/9a189814da663401570d323e00c198b10e75aa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e8/ff54be81604dfe68269d314f59ae59570f8d83.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e8/5f60d074d985358a2c082f897379e4c0458fc1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e8/ff54be81604dfe68269d314f59ae59570f8d83" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e8/38b2428b4364e8afd0baefecfe05ed3e786c91" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e8/f2bf9f85b6cc238b17f17d290e9db1468421ed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/65" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/65/3b6bdb59c1700e1f55baae03995856b4d8cd15" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/65/d93953d9df9b8c7c9034765c9765958bce9a1f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/65/393958ff08569c345589378f4e4bfbb9c09146" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/65/9a533697ef9180198adffe60924bd2db2a2be2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/65/dbaccbce7b18f13e0878ce339a14ae02b0f0dc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f9/a9f7ba8986440bfb98bcdff6daa0cfaa8bb823" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f9/b1fb1e2050d76c0ce5ef526f8806a6a0e33395" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f9/1a775276894fee4df2d89c703eb8fb60167c28" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f9/b9cc3acfdff07ab02468d37d124903cee26d2c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/f9/e3cb24c82a9fb3da4c5cdcf7f01bfb540aab3f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/26/a1cbd81abe1a5d3eb7d71c5036c8962b5f73b3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/26/417f786ce4ca35498b22bda2a702ed8622b1ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/26/14c09cf4ad61607f309b10d2251586c5aa60fb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1b/871a22ad44a69f7604bd877c53026038ec4a37" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1b/4f8d087cf9ab8d1403b43fe4b77e73bc0628d8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1b/2c07d366bb5388136b44fe112bf770e37ce386" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1b/83ad8066f617262f1db64587dd23f89276592b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/29" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/29/ffae496c7a7fc8d5c2b672a656e37919f5bae0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/29/38ea469232640f36726b9d1acd01237b78d3c3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/20" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/20/e7c5729188164506f6751d53ce10911c18057d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/20/0ffaf0f0d49c20aec70e9a15f834e73a2cd5e8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/20/f4f25b5f9be1671e629a54f6acbc1ef58069bd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/495b8a1fc067b6220ed7b3148375ebe5ef6679" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/0ce6e392c21d03a3e686614af25c6668788a89" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/ef1058afbe4a0d8aac1b3a89af5ab13fb8f6ec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/7f371efa702ea0a9b11d4b6d2ab1b49165bbb4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/9b35cf428f2114522291c90909631b0a1ef08f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/ce3fe08406c00e7388a224784bb1083f243c52" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/8b61e99a466af10965a8dbcda5c16ad19f8a72" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ba/f4606a6de0370f1d6a541ea7b1e0c0b16e6b1d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bf/fe8bcdcb19bac88b8891fbfc7dd3c346662274" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bf/6e839dff2f1d9cc21e48ef8e23b5f3ae62f7ce" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bf/d345de604210cbeadff699a3523d442c19e933" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bf/f5eb2c8db7df0387d3858fcffbdffa751225a4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bf/e02e91eeca39b76cc8652c5c97ec576a11edc2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/92" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/92/54d6fcb5258cdc4dcc520d8241821d3142af44" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/92/e1d8b5337b1991392787ae615f7596c123e6f3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/92/60f791e99be3176021cc38811fabf98599b746" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/9155e3260141a336999ca1589835bcdeca1dc0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/61cf17d720bc48f9659a3939e1d9dea8674e58" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/e2a775a99783b00d7b4862e0f7d577d349e922" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/b7cf04ddca0c1891f6f97e69e5cf2671cf40e3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/462f92465e7ba7614efc1e9b7a7caa6b9fcd92" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/20dcf5d71026f9107ca9d8b6a5a974f85512cc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/11/f303711882e4c76ce5a5ff4e49c4c44fa4e8d4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/cfbd6951f995f108aba908f8c1797835d89b6f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/dcda0efdbe650fcfaae1cc748ac20dc623a948" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/ef899292f16ac22a367c0e7581da0bdcab63e1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/13030f317dde5942e2f9f6df262f01db25a643" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/54b8d3132d40219e5a088a4696ce23902ae9f4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/89266aaa36ec7ec3b61c0ef1bf2140cc418a59" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/d8841d319ef3f3cadaf84e0e8d5238cb31d100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8e/62774b398f520b2ca1cbeed31808f54e5edc2f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/4d683cc1749f3a0aefc8f7b67f8354663cd8d4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/03ada7d4846a1cebd0dbbbfe76fac6018839b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/0acf88edf6c5e94b2723879552ebe7b968dfe7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/6d51227b09afe65c39054c3c0837eab10e301b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/bf0a0ea91d32b7aa00b0e23ca03352c24bfce5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/5719fd41bf664009716d8cd6598fa212d0f766" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/1e6b65424aadd7f3198cf20e164fa488864785" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/bc794b6e770af02d53317ad4e05ab8312d59fe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0d/3dc5b65a851767e0898282da024ffdd2cb7686" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8a/149d025086eac335dcc06ddb106da0392c3874" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8a/788ebcba5820d26b8650502a20728368622836" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8a/d29dc353cb3c57a6da4a38cc386e44e51ae19e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/9d3b61bc372ae4d1606640d9f32ddd34eff320" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/77de4bf8de8d7b2f756997d88b55dce3328621" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/a36aabde01dcf2272459049e1cdb2d75153ed1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/366c838367ea19d09f74f27c9e4411e99ec51f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/88fc07e029863ce1b75190f5e0e3524d1c500f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/4b2f45b5c557b4a6b445e91ab2a615cdb745c3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/5c5a88141d8f16bf22919c9b746638c9587f41" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/8e4e3c6599c87db14a2c2df762d4feb11bd418" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/97/673b10a82351cded48f507b8ddb5233c929286" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/c72e118e78fa6d8764ced1db868bfcf0154b18" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/1c8e61d0bbf3661a306a1c09ba86f1aa7e2a0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/27f97fc6bff632392661d9fbbe8e39ff0fcd9a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/97e4d07e5cac4616dc5f62ba6db3d917c0b37d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/6458bea56eb7b49d139b90e12e9d59ca903fa6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/6fd2965371d6ccd985da703a10ba1c6b3ed098" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/b492e811a96a9f87d93ca999f9c97e437c4ec4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/484437d3b164fcab91028ee738670b6a8be3e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ea/6a97a4c39ec12e4c79c715d138b4019368b85c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07/545b8488581680a731b879cb2732b829c2eac9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07/fc6cc407dbedb58e216f5505c78996ac3b7216" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07/550eeef23ac3e793e75591db1579aeff9de2b3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07/53dfdcb97e4c95f7d9c9f3b308f84fbab4cc60" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07/4902739437e582d914cb1c1d66400510a1801e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/07/3100c9e8a93790a195d01cf990247bd47adb45" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bb/46671f2d3bea72c3b1b6fb5c17cb31da02358c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bb/1882ac65a9d3faf2120490aab7e6e35095541b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bb/425b37ba4b390a1b8dd55637c870ad4a46a2f2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/46" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/46/b181eddd0efb6d499550ca7d2633a89f8ccb03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/46/e466006fe709cb41c4c6c040241ddf988845ef" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/46/e200a19523b6c6c3e9c963b51aa9ef5a868961" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/46/98fa50256b1be53abf2dae7a731c074be40a1b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/46/b45b97621a359c5bd3ab35715e31604eb21654" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/61" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/61/7d7a4ffd3219a1eb18c68bd276c5c4602fcd61" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/61/8e389c5fcc25b6e3c27528a5f8e72ac87a769c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/61/f55829b68d6cb07e1ed5d6043a7a684d9a7485" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/61/d48bb4c621db3023ba8fe5c3da0764a206d3da" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6f/08861fd6d55fc3bf4e9581e9a3064429e3bc43" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6f/2f0e02fed6956ad3068d925cd9c194ee4ff426" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6f/8bcfbad9ae9dbebf7875b719034eb13dad85ed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6f/d4e4722d75e4d343dbdcd782cf8d030e7b3b96" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4/358e8a112a75a0a66874a038dcfe054a3240d4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4/ea50430f54a600644131600ac13bb83c3e78b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4/ef92c88dd1cd900ba32076608fe5e0015dec87" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4/cb204fa785c9defc4541c5a614e3b15e3cb003" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4/35d737ca930fdfd7ea84dd62bef6ca4bab8eb8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e4/6833597f10bad0e99c1b912851793156f66752" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4b/c3d7dec6c5d4cdbe997f464bead113132cbed6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4b/f553defa890a34e170a5de47482c0b273fe0e1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4b/8cdfaa72fc55b8fda14eb53bc82dfa107b73ad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4b/858ae47f5d7f2836fbd4697f48892b3e462eb3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e6/73e21afa6e844590dae39f20166a86269c8510" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e6/aec5e3b8fdedb6ed48dc0c3691e16167e8ff3b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e6/529690a26572462b5253fb05c416ad05937a4d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/08bb65aa5412d6fcbf1d15867e0d6c55d13e21" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/8bcabdc37fb69b29160593538cccb03812e422" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/e481b1ad0b18c1ee71ea4d603315a02c6ac5f8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/e57558452b67137bef0482b297f9e3a0f778a2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/2ee1da5f15d4c9ddb1e7737b45252424aedb9a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/303c611682e46da3334d187af62720bf92da1a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/bb2cdee33930f3982efe71ffa36e23c7523b17" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/859d630f64456201c4a9876833589e7ab32213" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/b6c98b197b7304d4f466bb68498e38cf8a4b47" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/5e/51659357fa7cf9622402266da6eb7a63feaffa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/33" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/33/337e522946bdcad85b81e9d380cc1ead5d8927" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/33/25c3fca9991e2d5c921be8733f708ec5c769d3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/33/714d263a7adfd581bde12c4d00fb8793291145" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/33/4e7a1b0bb868514f2fa94bce4933c327181db7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/33/4170f8d4292146f7aa532da1ab0274c35fe658" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bd/a134e7d0301bce9584f919cb89b64e75e0a35d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bd/6589d072c8b74138d774cd03b5a5128586a9f6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bd/5862ccebd59bab88d16d55a3e9a550acb6d966" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/bd/cdf57a2d1a0ac1508b329e20553d68e3781b76" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/03/504649be6f8f87c8109aee749182d63e76659b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/03/fad4a2d948d3ac0b8f6b3b4da427ad692afe5a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/03/521f6b4a9277c6c0a4b0bd17146eefabbf7559" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2d/898256dea8809fa2d88738a96ffd6335d7c467" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2d/4041af22b67a475d208fc74046df94055c9471" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/98" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/98/27a2794a3e447ed7447847547580d1158b49eb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/98/0975e9747e97f3af7d06e68efe284d1d30530d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/98/2bd797f7a7df4e52012b9a1fc9876b515c9f7f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/98/d3b965901d3d8b84efa23d5851ff893543973d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/98/948fc346a2ef0000936b726769dbffb628d5ca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3c/b2bb100c211c9396b9cdaa07c2aa76408ccd1f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3c/2423536185e81db6c6886a043ca9a7d7b64c28" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3c/60405f8fcf2764217df5a24e06424d9f3a2369" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/70" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/70/23b967b82f52c51b0b40329c63ae500ecf8b61" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/70/1414e8cbfff9f6ef874754bc9c9997a89ebcaf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/70/ee17567957a2d4807d31507228a93db2f3c476" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/23" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/23/da272b0eb2d09d82291694957a66595e823581" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/23/37970373be7b80db6c57a0f7276477e79c1daa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/23/4a1668ad316cb8afe1ac795a601168ef3ad6a4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/23/7197888d292ea278708738ecd97658c5e49775" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/23/0500cae8a7af24b5feb15dcb00b99edcf7c103" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/06" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/06/3fab71f2f03e5ed035bacc805717fe8dc9a065" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/06/136358ad6af0c97a63444496110288a1317417" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/06/10f13e02c1b23da349cd7e0bf0c2c673856591" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/06/3b60431ac142e55f3bd2a541b3d081a096e26a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/fccc57121c9e7924f053ab26e17d6a2a73cb57" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/3f1172d8356984fdb08b657aa9de0442ae45f9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/3909bc75ccc9f256dc442aa779ae453fd5073e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/5be10c21cc37e7b9db18c61cd0f1036f427e77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/10f6c68d6892083cf5e097409e871fb994183f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/8a0c0eed80072bff20433a196ef500ce85d7d4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/d75ba6b10725fc01d441f988cf070ba3c5e999" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/cf/affe314f7695d8141aa6e9afdaf26bc11932f7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10/0fd36931c291f2c03084bc7b6096dca03daa30" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10/03650046d8b627a430013329bf26b5043a6ab6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10/fd202aac868bd9d58fc3f230990d9339e8728b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10/4d5f0d94cd72eecf04491af575a3c21072df64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10/8af858b4622a67f7e6b98e94a5e01f390fac85" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/10/4cd453e011550942f1b433c8c347a7a721e85b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/53d21067c8767ad3be0543aed87baf49c990de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/5d12706ca108055c89be0814af25bee8806809" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/15516ffb76af244e487a250e0205130911ae3b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/3fc48a5bd39ead06104b33632a068ac6c6d592" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/7fc357808a905386f988008b5bfc32ec7cb1d1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/3ab96e966522683bc7d754cf4a1a327bdfddfd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/ddde77efd5fff308661835448a2aac10423e70" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/67/6d00a10f78b852cf22abb9173c98b11933161b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/15ae62ca61b13f973cc7df477bb1f7dc7761f5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/2441f7ce95b45c938538750bb74e6714473452" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/0976eb32c6f65d8597b773a9deeeb3e06fe103" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/62be0e592e026c2afa79933897a024da288719" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/834d0a05c5915019adfc823efc60a284e84447" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/4772bfbc816c2e8285e26394703b84c2bb9420" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/28/0026780ac4632d80d0c9a366f01179411d8697" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/457a6932c4d6e89479483385910938a876a9fc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/bf154c628af08c16d45f1d118c37456125ee9c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/d04192ef6ccac20175433c1a8aead121704c82" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/9862f83b1b0ef01cb0dd6832fdf6e62545bd71" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/f6c64e722fa61036ff2e6db6391ba45e8561bd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/27621a25fc51750de09104f08f4169fc66ec67" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/b527797578b052bb9a8c4653a0e7a06fcefb53" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/88cdb4ad4094172c8592c4889dc705ec713289" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/6180d31d9d7714029a665f21f1dedabd0bc8b1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/8f/14fd5c1ea647ab18cfcd0134d6572ed5257fa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6e/8dccdf00c51fabaa41ccdff93bef0b3b86b52f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/6e/6868b06747d8ec9625d1d8fab38cb45cc5988e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0a/75854444c094d8d36835dbab567b6383fd8e00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0a/0124d91653a95385de67c6e37d98fa78ac29a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0a/837ac8ca32dea4319dfccbdcfa560c1d84e6e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0a/7f6936252361a66da37be6721496f8657b305e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0a/b2dcc446e889bee11c1d676d32897eba0b8dde" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0e/31e031f8751286bb1e9fc4cf6bfd809988a6c8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/0e/9de32b3376f81759952d03975cc6063125c026" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4e/4d0a930c669d300feaa1f2b79217220a3dbb86" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4e/9bde14c6595157f63a2fd7fffab09714aaf017" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4e/fbeeffc88987feeb694e28d38b8539a3283d59" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/4e/c2453a3d703e8da96e0bd3d15aad969851f673" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/83f004d49a731953c2f9dee94adc5bb17d1e93" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/11105082f2e467184ab3a6ee43de4d62ccf7ac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/b21d0c4783fbd7ea6e3ebb747e52226bda19bd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/e1683a20855522409edaa57c84308fb27c068f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/cf82fd6d018ecb69bd229dfbcda98f24b0fa3e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/781bfd4154ae7ea37954df1894c662c738a90d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/ee04ed3439f43bd2680caa8746d6852332c8f9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/3a/024352ea4de18e1bd363d29279c78b7862cd24" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53/27ec8515818720befefba7832bcd9eb3038b8b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53/ece04c28b694b737f5d5edc5cbbb2772fd0258" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53/88a8f181d9df67f26587dc773ffdeb37b122b8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53/be6c0bef4d2343f1d25e59a2ddfce925903ee4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53/66733bc46e3ce86135708369d8fcf68cd5b79d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/53/ece8b5247b3765ab3f3d5a21620299c6ac3591" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/30" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/30/42812219136cf536747abca415a9a525013cc8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/30/2582c2f69a522bc55a775de1bacf6cd5fe9d3d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/30/33c87a2f32c1ccc9de985e5413aff75e529dc4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/30/235ec0e2177b0560aa9297b5aea19aa7385f6c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/30/ab92b6069aeb2fa93f6986ec5eebe604060b16" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/40" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/40/0d5f1df284269b8e85e32ec4fded8f4b43e0bc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/40/0003fa61b9d9f5d9e4449fcfe76b39f94ac6f2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/40/0a5dd4e2ddd7cae4223acada2436321d11addf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/40/54e4b99f207e274e3dd571bb89581b62df3dbf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/40/2f154a86c1a64c3b7dd8035a72fe164c3b9010" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1d/05b28bc2512068b43c3c0ef4c0bf902fe7717a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1d/b63995cff66442e3dd0061e81f9df7a9319f0c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1d/6db1b52a05eb69ef5b10c1549f314fa98b138b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1d/0f4cdff68ccecccad4e36b0c8919107fc7092e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/1d/a71dc00f1aa94239c66bb0d9acafcfe5308048" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c5/3f8209e18162358409f9fe2851660408b06715" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c5/2580df56e012e636d756d56c876f027d067534" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c5/da5671f880c8d4afca3b273632fa194cdcfa89" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c5/4a9a2a3d88449b218c568fc7fce899507f70e6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c5/25c109bbb9bee3a64e00e5675a26528a9728a5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/c4f0e2b22e92519eb0ed87ddc222eaf879cf7d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/8bcda543aac019721d79b21c5f54fb664290ea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/a2b84cc3ba3735239bc9dcb003ea9e9965daf5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/10bbc3e33eddd346d76db6ea63dcf79e8abf08" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/8bcf01c11d19f3bb1ef26ee56691d7f482a116" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/d66798dbc75bc55e0b65d655e1891fcb507d36" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/9ca3154c3e1e31760dacf4fc6bd8f3ef1623a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/a6d9f8caf15adb8c39c5ca2fda014329b2ec03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/724141c3d2cb00f5ea87d2918102cc0f42327e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fe/dfb1f10cb3a0ebfbd453b1bfdb5a77edc83214" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/f6e460e38bd13722a73f8d60f8351d8041dc09" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/5e069956360d6cfedf6409c42619f2bf713c67" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/4b3d5cf11f072e1c74fccbd8a22a389b40cd08" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/a5663932a583516fe52ea77860a318623c38e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/8b27a8df19bf9ac57ca45f56827430cca37de6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/ce7fe3f6ada229f00809565746459f28f698de" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/1d2de875898e8f2033f6797cfe3c8ed200f804" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/d6/ba82b3ab77f28da030a15f93f6c93d3446f9b8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c7/9d524206e4e0a4c899950d70944e5ccd577680" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c7/f27ff6f7a69ec90c239eb632ad357e0dce13a9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c7/76aa00c024356fba1fccb10b7a1059d9055297" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/c7/a020ec9f5be166b9b7537c58bb38a4ba23009b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/610d02681b1baaa6423537efbdc73279218733" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/7415a0817d687d1cc8da06d0eb7c6b4ebb793a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/7ae151b8a836c414ad43dc670fe6ec1471ec7d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/167dd0a25ebf57c2da5d46d7248e9a6e1c001d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/54ef65144a39d08e4a49f61fb1426b06f249fd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/4d7e75c48125b290443b302c84a54eabcffc9f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/31/d7e13669830703488b6fdff172d3bb69ec2224" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36/69fe813a24aee0102f779093d35a26561daddb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36/2c226c9924cdfbef01f82799ea51a28b33aa59" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36/e6a82144e4a10ee0f7e881ae8c1f1eea33885b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36/3fa433be2e9d678302e90e5e0f45701abffdd6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36/0c9439222d5af91240592ee35a3069ea7f96a6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/36/430998214f5d93458139558ac8b11e51702df1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/48" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/48/5bf58be7e6a7a8520a13d8a95c6935d73e69bf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/48/acba8560c2e769c2712bd469cd4f3d5047e2b3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/48/bfbf0b0ae267ef67fcfc8d8112f0413a09c8fd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/48/b336f25be9b4c0b363f5410f68ca3deb360e6c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/48/be264a8e464491327bb45df2ee1ccfd4b615b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/37" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/37/79fefa4c302ae3695d2e0ed25618790f3305d8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/37/38ce1f04411f6cca19fef7e327b49eaf4bf08e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/37/65f5340dbdc0e1d37a81e6836eb5d08e88abbc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/37/ad07dd9556a0839714aece8f2da5c96c9a9cc3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/fca0a09514f91bd85d7a8ae6ddaa9438d12fb4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/7ae9ec3feffdada2f435de9d64e586078fa79c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/5b1857a31b36982861f1ad794530fd13173a71" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/d631e7b712dc4010cfec0dc816b4220156d44d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/ec1f8d01f09a1839470f8790127567aa78fd6e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/e07d0dc787b8b30ef915513beed6d1d143b61c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/26b244b067aa193ebcc50253dda01a32c8a523" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/32/906e4928ffd4fc985f66517978b5766fac0aea" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd/a5c34f30e4056ac19078c34652167fdd7b3706" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd/fcd04ee41c083e18c4b18389818fd4bc3e20d9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd/2facc47a6a167124341782cc645ee56212158c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd/38791df2dfc69f838740152bebe6e7c986f733" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd/6fe10ff171f483473cb10821080a5ede006b11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/fd/ca5973021b53249ed529ecca05958edab38954" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7d/aeb7fe920f493e78b13dbc9bf1d91e9b757c6c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7d/41f9088689799ae91adc83a0922c662b2edcaa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7d/c6d40bd01302a1a7fbeb03f2ecb87091222cbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ae" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ae/87edc75ff4571d6e550d76dcf32d45d18c78fb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ae/6aa1760c121dc7c2f4ad8b047f2b98a2cdced2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ae/13c0d71e93069733ed266498004a37dfbd639d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ae/d51f1de3fa0b05cdc8008219e3521480dfbde9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e9/95c3b1f10d04505d8014d9a7651a866eb01c2d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e9/8d27b3f4307b97dfb5036bd9b661c09582428d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e9/b93888a6c53c71cdf4613e7ee2fc9822979bd7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38/aa5eea077e85ce032b1b76d11a772dd619cbe1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38/b54ebf3d22c51de23b5c0b7cb2683ee6eb70e4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38/24ff8963400f812f0ee67251a31117feb79c69" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38/d7d44e6671b7f32b7583adc5c3eccd5c3da184" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38/ffe4e99cb82063efc6aa359148d1d43cc71b0a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/38/2f852067974f86b7121e40e946c195984b64b4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7f/800074e48c77f49f74f5c906cc7630621b6815" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7f/9085b1e309710da18e18c46fcec01de48b4ab5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7f/3261c21faff3bc983c6490754ccfd8ca0618b0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/7f/74b329dccc5c613d6904bd7c105022419685d7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2c/84959a98ae503a0837c9b8a278d2331006d703" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2c/6652e52cb42e557e51174054d86dd3f3b15b10" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/2c/0e9f7727adb38872342565bd038ca96e10bde9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ec/26532b48c4785414fc7374fb7f1dd1ff6ae772" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ec/4e2b2be3af922296c8ec39ce41e78cb3f7d961" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ec/5d510864c031d7df8d7a0cc0ce967592995723" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/ec/fd2fb3bbdc38edb372a4efe909446f8f1b444a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/2b9dd0ce5c42c094d1afad7f923aad96630159" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/d8b9361bee0b3203dfba1623b24b0f25646781" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/9c58a84cb69367a230bb8a17225203b52d126d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/ab752f109f104826455bcff16ef1d6ac27ed2f" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/f8fc1e51a68349af5e83a4eefcbff8a32a5992" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/48e888c78fc15c8e1b1c2a5e0315d39c84065d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/82/747dcb007a58cd08742463f296add4e7e2e258" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/96a21350287e345b6dcc947c16840be9723144" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/269ca4e375a8b0601c90ce446eccf9fc06bdba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/c72d53a1d082dfcbc2168a10751f04985b841e" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/6650b05ddebfb7b963749f73484d691e6b2633" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/f7a6475841dcd1df763197ee2948c32d5e6af6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/55404f70f892f047fac70af68d530fc5f3d52c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/.build-id/e7/836af969dadae3ae62accd7cb29660fffa904a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/binfmt.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-dissect" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-cgroups-agent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/portablectl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-reply-password" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_modules_load_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-modules-load" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_initctl_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-initctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sshd@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/graphical.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/time-sync.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/remote-fs.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/remote-fs-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-rfkill.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/cryptsetup.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sleep.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/fstrim.timer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel1.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-exit.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-udevadm-cleanup-db.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/graphical.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/default.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-sysusers.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udevd-control.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-pre-udev.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-pre-pivot.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-mount.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-pre-mount.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-pre-trigger.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-initqueue.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target.wants/dracut-cmdline.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-random-seed.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_timedated_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-timedated.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/final.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-machine-id-commit.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/emergency.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-ask-password-console.path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/ctrl-alt-del.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus-org.freedesktop.portable1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_keygen_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sshd-keygen@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-cleanup.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/kmod-static-nodes.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sigpwr.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/halt-local.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/getty.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/exit.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-ask-password-wall.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/network-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/system-update-cleanup.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-tmpfiles-clean.timer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-root-fs.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/user-runtime-dir@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel4.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/local-fs.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-tmpfiles-clean.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-journald.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/selinux-autorelabel.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/nss-user-lookup.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/rc-local.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/dbus.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-logind.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel5.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/network-online.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/user@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/hybrid-sleep.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-initctl.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/user-.slice.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/user-.slice.d/10-defaults.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-coredump.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/default.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-root-device.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-kexec.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/syslog.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/basic.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel2.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sys-fs-fuse-connections.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/umount.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/cryptsetup-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus-org.freedesktop.login1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-pre-udev.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/quotaon.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-switch-root.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/suspend.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-backlight@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/remote-cryptsetup.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/basic.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-tmpfiles-setup.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-binfmt.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udev-trigger.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/local-fs-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/getty-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/shutdown.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel3.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-pre-pivot.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/autovt@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-hybrid-sleep.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/remote-fs.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/halt.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel5.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-suspend.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sshd.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel1.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/system-update.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dumpconf.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/boot-complete.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/swap.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-mount.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bluetooth_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/bluetooth.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/paths.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/hibernate.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/console-getty.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/slices.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-hibernate.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/cpi.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-pre-mount.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel6.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_keygen_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sshd-keygen.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/system-update-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udev-settle.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-halt.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dev-mqueue.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/poweroff.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel0.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-switch-root.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/smartcard.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/nss-lookup.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-pre-trigger.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sockets.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-remount-fs.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/emergency.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel3.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/selinux-autorelabel-mark.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-portabled.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sound.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_rfkill_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-rfkill.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_vconsole_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-vconsole-setup.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-journald-audit.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udevd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants/getty.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants/dbus.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/cryptsetup.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-random-seed.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/kmod-static-nodes.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup-dev.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-udevd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-hwdb-update.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/ldconfig.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-modules-load.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/dracut-shutdown.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/reboot.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/tmp.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-firstboot.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/printer.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/timers.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/fstrim.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_hwdb_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-hwdb-update.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-fsck@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udevd-kernel.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/rescue.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel2.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/rescue.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/messagebus.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/tcsd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sshd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-ask-password-wall.path" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sys-kernel-config.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-suspend-then-hibernate.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sysinit.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-coredump@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_resolved_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-resolved.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/getty@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-reboot.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-localed.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-volatile-root.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/network.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udev-trigger.service.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-udev-trigger.service.d/systemd-udev-trigger-no-reload.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-hostnamed.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/ldconfig.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-journald.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-update-utmp-runlevel.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-ask-password-console.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-update-utmp.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dev-hugepages.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-poweroff.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-initqueue.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/local-fs.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/local-fs.target.wants/systemd-remount-fs.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpcd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/rpcbind.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-cmdline.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-journal-catalog-update.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/rescue.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus-org.freedesktop.locale1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/syslog.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/user.slice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-fsck-root.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-fs.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-sysctl.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-journal-flush.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-journald-dev-log.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/container-getty@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-quotacheck.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/runlevel4.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_modules_load_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-modules-load.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/debug-shell.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:getty_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/serial-getty@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/timers.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/kexec.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/initrd-parse-etc.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/suspend-then-hibernate.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dracut-shutdown.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-initctl.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/sys-kernel-debug.mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-user-sessions.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/device_cio_free.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:power_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-hibernate-resume@.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/systemd-update-done.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/selinux-autorelabel.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/dbus.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_hostnamed_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-hostnamed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-volatile-root" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_timedated_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-timedated" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-user-sessions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/strict" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/strict/service.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/nonetwork" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/nonetwork/service.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/default" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/default/service.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/trusted" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/portable/profile/trusted/service.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-hibernate-resume" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/user-environment-generators" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.zh_TW.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.pt_BR.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.de.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.it.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.zh_CN.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.be@latin.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.fr.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.ru.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.bg.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.pl.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/catalog/systemd.be.catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_rfkill_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-rfkill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-shutdown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-veritysetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/purge-nobody-user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-vconsole-setup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-quotacheck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lvm_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-cryptsetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/systemd-sysv-install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-update-utmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sulogin-shell" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:udev_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-udevd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_logind_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-logind" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/graphical-session.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/systemd-exit.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/dbus.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/graphical-session-pre.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/exit.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/systemd-tmpfiles-clean.timer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/systemd-tmpfiles-clean.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/sockets.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/sockets.target.wants/dbus.socket" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/default.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/basic.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/systemd-tmpfiles-setup.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/shutdown.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/dbus.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/bluetooth.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/paths.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/smartcard.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/sockets.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/sound.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/printer.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/systemd/user/timers.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/resolv.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/user-generators" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/network" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/network/99-default.link" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-portabled" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-backlight" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-binfmt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-remount-fs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-shutdown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-preset/85-display-manager.preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-preset/99-default-disable.preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-preset/90-systemd.preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-preset/90-default.preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-random-seed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/systemd/system-sleep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_coredump_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-coredump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_resolved_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-resolved" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-export" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_localed_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-localed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-makefs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_logind_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-user-runtime-dir" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-socket-proxyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-fsck" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_sysctl_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sysctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-ac-power" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/libsystemd-shared-239.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:syslogd_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-journald" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-update-done" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/user-preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/user-preset/90-systemd.preset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-growfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/systemd/system-generators" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-system-update-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_gpt_generator_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-gpt-auto-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-getty-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-hibernate-resume-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-debug-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-cryptsetup-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-veritysetup-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/selinux-autorelabel-generator.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-fstab-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-sysv-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_exec_t:s0", + "filename": "/usr/lib/systemd/system-generators/systemd-rc-local-generator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/environment.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/environment.d/99-environment.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/locale-archive.tmpl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/usr/lib/locale/locale-archive" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/cryptsetup.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/home.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/libselinux.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/systemd-nologin.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/pam.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/dbus.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/var.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/x11.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/journal-nocow.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/portables.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/tmp.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/rpm.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/systemd.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/etc.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/openssh.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/selinux-policy.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/tmpfiles.d/legacy.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/os-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-functions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98ecryptfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98ecryptfs/ecryptfs-mount.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98ecryptfs/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98ecryptfs/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98selinux/selinux-loadpolicy.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98selinux/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/30convertfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/30convertfs/do-convertfs.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/30convertfs/convertfs.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/30convertfs/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90qemu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90qemu/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dm/dm-pre-udev.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dm/11-dm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dm/59-persistent-storage-dm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dm/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dm/dm-shutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91zipl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91zipl/parse-zipl.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91zipl/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91zipl/install_zipl_cmdline.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath/multipathd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath/multipathd-stop.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath/multipathd-needshutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath/multipath-shutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath/multipathd.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90multipath/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50plymouth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50plymouth/plymouth-populate-initrd.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50plymouth/plymouth-pretrigger.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50plymouth/plymouth-newroot.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50plymouth/plymouth-emergency.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50plymouth/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98usrmount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98usrmount/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98usrmount/mount-usr.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95fstab-sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95fstab-sys/mount-sys.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95fstab-sys/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-loop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-loop/crypt-loop-lib.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-loop/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/md-noddf.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/mdraid_start.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/md-shutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/mdmon-pre-shutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/mdraid-waitclean.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/mdraid-needshutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/parse-md.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/mdraid-cleanup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/59-persistent-storage-md.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/mdmon-pre-udev.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/65-md-incremental-imsm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90mdraid/md-noimsm.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/10i18n" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/10i18n/console_init.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/10i18n/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/10i18n/parse-i18n.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/10i18n/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/10i18n/10-console.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90lvm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90lvm/64-lvm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90lvm/parse-lvm.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90lvm/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90lvm/lvm_scan.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zfcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zfcp/parse-zfcp.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zfcp/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95rootfs-block" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95rootfs-block/block-genrules.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95rootfs-block/mount-root.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95rootfs-block/parse-block.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95rootfs-block/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95rootfs-block/rootfallback.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99fs-lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99fs-lib/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99fs-lib/fs-lib.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95resume" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95resume/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95resume/resume.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95resume/parse-resume.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/03modsign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/03modsign/load-modsign-keys.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/03modsign/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/03rescue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/03rescue/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/crypt-cleanup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/crypt-lib.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/parse-crypt.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/cryptroot-ask.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/probe-keydev.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/parse-keydev.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90crypt/crypt-run-generator.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dmraid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dmraid/dmraid.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dmraid/parse-dm.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dmraid/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90dmraid/61-dmraid-imsm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd_rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd_rules/parse-dasd.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd_rules/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/45url-lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/45url-lib/url-lib.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/45url-lib/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90btrfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90btrfs/btrfs_device_ready.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90btrfs/btrfs_finished.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90btrfs/80-btrfs.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90btrfs/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90btrfs/btrfs_timeout.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd/parse-dasd.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dcssblk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dcssblk/parse-dcssblk.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dcssblk/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zdev/parse-zdev.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zdev/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/81cio_ignore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/81cio_ignore/parse-cio_accept.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/81cio_ignore/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98pollcdrom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98pollcdrom/pollcdrom.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98pollcdrom/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-tmpfiles.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline-ask.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline-ask.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-emergency.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-emergency.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/rootfs-generator.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-mount.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-trigger.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/emergency.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-shutdown.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-shutdown.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-pre-pivot.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-mount.service.8.asc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-shutdown.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98dracut-systemd/dracut-initqueue.service.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95qeth_rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95qeth_rules/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50drm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/50drm/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95terminfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95terminfo/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80lvmmerge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80lvmmerge/lvmmerge.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80lvmmerge/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80lvmmerge/README.md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd_mod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd_mod/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95dasd_mod/parse-dasd-mod.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80cms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80cms/cms-write-ifcfg.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80cms/cmsifup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80cms/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/80cms/cmssetup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95lunmask" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95lunmask/fc_transport_scan_lun.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95lunmask/parse-lunmask.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95lunmask/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95lunmask/sas_transport_scan_lun.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/00bash" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/00bash/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zfcp_rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zfcp_rules/parse-zfcp.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95zfcp_rules/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/loginit.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/init.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/parse-root-opts.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/rdsosreport.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/dracut-lib.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99base/initqueue.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95virtfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95virtfs/parse-virtfs.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95virtfs/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95virtfs/mount-virtfs.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/05busybox" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/05busybox/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99memstrack" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/99memstrack/memstrack.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99memstrack/memstrack-report.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99memstrack/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99memstrack/memstrack-start.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/04watchdog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/04watchdog/watchdog-stop.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/04watchdog/watchdog.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/04watchdog/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-gpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-gpg/crypt-gpg-lib.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-gpg/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/91crypt-gpg/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95debug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95debug/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90stratis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90stratis/stratisd-stop.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/90stratis/stratisd-init.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90stratis/stratisd-start.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90stratis/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95udev-rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95udev-rules/61-persistent-storage.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95udev-rules/59-persistent-storage.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95udev-rules/load-modules.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/95udev-rules/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01fips" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01fips/fips-noboot.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01fips/fips-load-crypto.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01fips/fips-boot.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01fips/fips.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01fips/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/00systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/00systemd/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/06rngd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/usr/lib/dracut/modules.d/06rngd/rngd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/06rngd/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90kernel-modules-extra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90kernel-modules-extra/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99shutdown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99shutdown/shutdown.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/99shutdown/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90kernel-modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90kernel-modules/insmodpost.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90kernel-modules/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01systemd-initrd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/01systemd-initrd/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/97biosdevname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/97biosdevname/parse-biosdevname.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/97biosdevname/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/syslog-cleanup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/rsyslogd-stop.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/rsyslogd-start.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/parse-syslog-opts.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/rsyslog.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/modules.d/98syslog/module-setup.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/skipcpio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-functions.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut.conf.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut.conf.d/01-dist.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-initramfs-restore" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-logger.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-init.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/dracut/dracut-version.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysctl.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysctl.d/50-coredump.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysctl.d/50-default.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysctl.d/10-default-yama-scope.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysctl.d/50-libkcapi-optmem_max.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sysctl.d/50-pid-max.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/sse2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x-e1-5.2.13.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ctfw-3.2.3.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt3071.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8822cu_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8192eu_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8822cu_config.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8821c_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8822cs_config.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8822b_config.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8723d_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8822b_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8761a_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8723b_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8821c_config.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8723bs_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8822cs_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8821a_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8192ee_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8812ae_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8723a_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8723bs_config-OBDA8723.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_bt/rtl8723d_config.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar7010_1_1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s5p-mfc.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/slicoss" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/slicoss/oasisdbgdownload.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/slicoss/gbdownload.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/slicoss/oasisdownload.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/slicoss/gbrcvucode.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/slicoss/oasisrcvucode.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9984" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9984/hw1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA988X" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA988X/hw2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA988X/hw2.0/board.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA988X/hw2.0/firmware-4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/WCN3990" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/WCN3990/hw1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/WCN3990/hw1.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/WCN3990/hw1.0/wlanmdsp.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9377" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9377/hw1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9377/hw1.0/board.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9377/hw1.0/firmware-6.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9887" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9887/hw1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9887/hw1.0/board.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9887/hw1.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9888" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9888/hw2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA4019" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA4019/hw1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA4019/hw1.0/board-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw3.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw3.0/board-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw3.0/board.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw3.0/firmware-6.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw3.0/firmware-4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw2.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw2.1/board-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw2.1/board.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA6174/hw2.1/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA99X0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA99X0/hw2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA99X0/hw2.0/board.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath10k/QCA99X0/hw2.0/firmware-5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/kaweth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/kaweth/new_code_fix.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/kaweth/trigger_code.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/kaweth/trigger_code_fix.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/kaweth/new_code.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sun/cassini.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x-e1h-4.8.53.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/3com" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/3com/3C359.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/3com/typhoon.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qlogic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qlogic/isp1000.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qlogic/1040.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qlogic/1280.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qlogic/12160.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qlogic/sd7220.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt2561.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_00230302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/crnv32.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_00130300.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/crbtfw21.tlv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_00130300.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_00440302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_00440302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_00440302_eu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_00130302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_00130302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_usb_00000302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_00230302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_00440302_i2s_eu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_usb_00000300.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_usb_00000302.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/htnv20.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_usb_00000201.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/crnv21.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/htbtfw20.tlv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_usb_00000200.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_usb_00000302_eu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/crbtfw32.tlv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_usb_00000200.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/nvm_usb_00000201.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qca/rampatch_usb_00000300.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/imx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/imx/sdma" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/imx/sdma/sdma-imx7d.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/imx/sdma/sdma-imx6q.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vpu_d.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar9170-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/TDA7706_OM_v2.5.1_boot.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vicam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vicam/firmware.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/v4l-cx23418-dig.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ct2fw-3.2.1.1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i2400m-fw-usb-1.5.sbcf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/matrox" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/matrox/g400_warp.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/matrox/g200_warp.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tr_smctr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cmmb_venice_12mhz.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sms1xxx-nova-a-dvbt-01.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cavium" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cavium/cnn55xx_se.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cavium/cnn55xx_ae.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43569.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/BCM-0a5c-6410.hcd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4356-pcie.gpd-win-pocket.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/BCM-0bb4-0306.hcd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43362-sdio.lemaker,bananapro.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4330-sdio.Prowise-PT301.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43602-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43242a.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4373-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4356-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43602-pcie.ap.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4330-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430-sdio.MUR1DX.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4373.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4354-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43143.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4358-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4371-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43340-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4350-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43241b5-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4334-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4366c-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4366b-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/bcm43xx_hdr-0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43143-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4335-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43241b4-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/bcm43xx-0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430-sdio.AP6212.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43241b0-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430a0-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43430-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43570-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43455-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4339-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/bcm4329-fullmac-4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4350c2-pcie.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4329-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43362-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac4356-sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43236b.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/brcm/brcmfmac43340-sdio.meegopad-t08.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atmel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atmel/wilc1000_p2p_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atmel/wilc1000_wifi_firmware.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atmel/wilc1000_ap_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atmel/wilc1000_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530_zap.b00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.b01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.b03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.mdt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.b02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.b04" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.4/venus.b00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530_zap.b01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530v3_gpmu.fw2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a630_gmu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8/venus.b01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8/venus.b03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8/venus.mdt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8/venus.b02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8/venus.b04" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-1.8/venus.b00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530_pfp.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a300_pfp.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530_zap.b02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530_pm4.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.b01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.b03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.mdt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.b02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.b04" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-5.2/venus.b00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a300_pm4.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2/venus.b01" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2/venus.b03" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2/venus.mdt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2/venus.b02" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2/venus.b04" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/venus-4.2/venus.b00" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/mba.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/a630_zap.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/adsp.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/adspr.jsn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/modem.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/cdsp.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/adspua.jsn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/modemuw.jsn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/cdspr.jsn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/sdm845/wlanmdsp.mbn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a630_sqe.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qcom/a530_zap.mdt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/av7110" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/av7110/bootcode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gv100/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gk20a/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2/image-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2/sig-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/sec2/desc-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp104/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp108/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra186" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra186/vic04_ucode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra186/vic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra186/xusb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/sw_veid_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/acr/ucode_ahesasc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/acr/ucode_asb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu106/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2/image-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2/sig-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/sec2/desc-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp106/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/sw_veid_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/acr/ucode_ahesasc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/acr/ucode_asb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu102/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra194" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra194/xusb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra210" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra210/vic04_ucode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra210/vic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra210/xusb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm206/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra124" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra124/vic03_ucode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra124/vic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tegra124/xusb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp100/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/sw_veid_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/acr/ucode_ahesasc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/acr/ucode_asb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu117/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/pmu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/pmu/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/pmu/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/pmu/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm20b/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu10x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu10x/typec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu10x/typec/ccg_primary.cyacd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu10x/typec/ccg_boot.cyacd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu10x/typec/ccg_secondary.cyacd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/sw_veid_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/acr/ucode_ahesasc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/acr/ucode_asb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu104/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/pmu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/pmu/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/pmu/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/pmu/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp10b/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm200/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gm204/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/sw_veid_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/acr/ucode_ahesasc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/acr/ucode_asb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/tu116/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2/image-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2/sig-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/sec2/desc-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp102/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/nvdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/nvdec/scrubber.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/fecs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/gpccs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/gpccs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/gpccs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/sw_method_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/sw_nonctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/fecs_data.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/sw_bundle_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/gpccs_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/fecs_sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/sw_ctx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/gr/fecs_inst.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2/image.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2/desc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2/sig.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2/image-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2/sig-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/sec2/desc-1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/acr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/acr/bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/acr/ucode_unload.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/acr/ucode_load.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/nvidia/gp107/acr/unload_bl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd/amd_sev_fam17h_model0xh.sbin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/agere_ap_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/wil6210.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vntwusb.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/isdbt_nova_12mhz.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sxg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sxg/saharadownloadB.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sxg/saharadbgdownloadB.sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-usb-terratec-h5-drxk.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt2661.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt2870.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/edgeport" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/edgeport/down3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/edgeport/down2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/edgeport/boot2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/edgeport/down.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/edgeport/boot.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_c3xxx_mmp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vxge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vxge/X3fw.ncf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vxge/X3fw-pxe.ncf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tdmb_nova_12mhz.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s5p-mfc-v6.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi/rs9116_wlan.rps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi/rs9113_ap_bt_dual_mode.rps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi/rs9113_wlan_bt_dual_mode.rps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi/rs9113_wlan_qspi.rps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi/rs9116_wlan_bt_classic.rps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atmsar11.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s2250.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.30.12.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.15.3.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.33.11.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.10.10.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.37.7.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.4.2.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.10.9.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.37.7.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.42.2.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.20.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.33.1.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.40.33.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.18.9.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.33.12.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.37.2.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.10.5.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.14.6.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values-8.20.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qed/qed_init_values_zipped-8.7.3.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tlg2300_firmware.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bs_bt.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723aufw_A.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8821aefw_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8188efw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723befw_36.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cfwU.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192sefw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192eu_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bu_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cufw_B.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bu_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cufw_A.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723aufw_B_NoBT.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bs_ap_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bs_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723fw_B.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723defw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192eefw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723befw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8822befw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cfwU_B.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192eu_ap_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723aufw_B.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8188eufw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cufw_TMSC.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bs_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8712u.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8821aefw_29.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cufw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8812aefw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192cfw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8812aefw_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192eu_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8821aefw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8192defw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtlwifi/rtl8723bu_ap_wowlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rsi_91x.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-usb-it9135-02.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.16.2_ls2088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.10.0_ls2088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.16.2_lx2160a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.18.0_ls2088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.18.0_ls1088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.10.0_lx2160a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.14.3_ls2088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.16.2_ls1088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.14.3_ls1088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.14.3_lx2160a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.10.0_ls1088a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dpaa2/mc/mc_10.18.0_lx2160a.itb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/adaptec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/adaptec/starfire_tx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/adaptec/starfire_rx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/sm1_vp9_mmu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_mpeg12.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxbb_h264.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_hevc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxm_h264.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_mjpeg.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_mpeg4_5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/g12a_vp9.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_h263.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_h264.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/g12a_hevc_mmu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/sm1_hevc_mmu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_hevc_mmu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/gxl_vp9.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/meson/vdec/g12a_h264.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-keystone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/usbduxfast_firmware.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_huc_4.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/tgl_huc_7.0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_dmc_ver1_27.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/icl_huc_ver8_4_3238.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_guc_32.0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_dmc_ver1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/tgl_huc_7.0.12.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_huc_ver02_00_1810.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_huc_ver01_07_1398.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_guc_ver9_14.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_32.0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/icl_huc_9.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/ehl_huc_9.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/cml_guc_33.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_ver4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/cml_huc_4.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_dmc_ver1_01.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_guc_ver9_39.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/glk_dmc_ver1_04.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_huc_2.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_dmc_ver1_04.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_33.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_ver6_1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_guc_33.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/cnl_dmc_ver1_06.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/icl_guc_32.0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_guc_ver8_7.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/cnl_dmc_ver1_07.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_guc_32.0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/glk_huc_ver03_01_2893.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/glk_huc_4.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_guc_33.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_dmc_ver1_23.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_huc_ver01_8_2893.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/icl_dmc_ver1_07.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_ver9_33.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/tgl_guc_35.2.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_dmc_ver1_26.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_huc_ver01_07_1398.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_ver1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/kbl_dmc_ver1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/icl_dmc_ver1_09.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/glk_guc_32.0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_dmc_ver1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_guc_ver9_29.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/icl_guc_33.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/ehl_guc_33.0.4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_guc_ver6.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/glk_guc_33.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/bxt_dmc_ver1_07.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/skl_huc_2.0.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/tgl_dmc_ver2_04.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i915/tgl_dmc_ver2_06.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_ethp_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/f2255usb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-6.2.1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-06-5.0.0.j3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-06-5.0.0.j6.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-06-6.2.3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-06-5.0.0.j3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09-5.0.0.j3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-5.0.0.j9.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-06-6.0.15.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-6.2.1a.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09-5.0.0.j10.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-06-4.6.16.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-4.6.17.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09ax-6.0.17.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09-6.0.17.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-06-6.2.1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-5.0.0.j15.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-6.2.1b.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-6.0.17.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-mips-09-5.0.0.j3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-06-4.6.16.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-09-4.6.15.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2/bnx2-rv2p-06-6.0.15.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb_nova_12mhz_b0.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sdd_sagrad_1091_1098.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.8.17.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.2.51.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-6.2.9.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-6.0.34.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.0.23.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.0.20.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-6.2.9.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.8.19.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.13.1.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-6.0.34.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.13.11.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.8.17.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.8.2.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.12.30.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.0.29.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.8.2.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.12.30.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.12.30.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-6.2.5.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.13.15.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.0.20.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.10.51.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.10.51.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.8.17.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.8.2.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.0.23.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.8.19.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.2.51.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.13.15.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.2.16.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-6.0.34.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.13.1.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-6.2.5.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.0.20.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-6.2.5.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.0.23.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-6.2.9.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.13.1.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.2.16.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.10.51.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.2.16.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.13.11.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.13.11.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1-7.0.29.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.13.15.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.8.19.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e2-7.0.29.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x/bnx2x-e1h-7.2.51.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ql2300_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_ethp_big_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mt7650.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cpia2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cpia2/stv0672_vp4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/advansys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/advansys/38C0800.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/advansys/3550.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/advansys/mcode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/advansys/38C1600.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/hfi1_pcie.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi26" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi26/firmware.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi26/loader.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi26/bitstream.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_rss_ethp_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/hfi1_sbus.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/lbtf_sdio.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/gspi8686_v9_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/cf8381.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/cf8385_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/cf8381_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/gspi8688_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/cf8385.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/sd8385.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/sd8682_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/sd8688.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/gspi8688.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/gspi8686_v9.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/gspi8682.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/sd8682.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/sd8688_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/sd8385_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/gspi8682_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/libertas/usb8682.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/inside-secure" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/inside-secure/eip197_minifw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/inside-secure/eip197_minifw/ipue.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/inside-secure/eip197_minifw/ifpp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ositech" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ositech/Xilinx7OD.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-fe-xc5000-1.6.114.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250/sd_init2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250/sd_rdwr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250/ms_init.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250/ms_rdwr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250/msp_rdwr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ene-ub6250/sd_init1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020200" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020200/PS_ASIC.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020200/ar3kbdaddr.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020200/RamPatch.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x01020200_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x01020200_26.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x41020000.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x01020201.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x31010100_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x01020201_26.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x11020100.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x31010100.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x01020001.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101coex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101coex/PS_ASIC_aclLowPri.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101coex/PS_ASIC.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101coex/ar3kbdaddr.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101coex/PS_ASIC_aclHighPri.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101coex/RamPatch.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x31010000.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x01020201_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x11020000_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x01020200.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101/PS_ASIC.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101/ar3kbdaddr.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30101/RamPatch.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/AthrBT_0x11020000.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x11020100_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020201" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020201/PS_ASIC.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020201/RamPatch.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x31010000_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x01020001_26.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30000" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30000/PS_ASIC.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30000/ar3kbdaddr.pst" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/30000/RamPatch.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020201coex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar3k/ramps_0x41020000_40.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/vpu_p.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/isci" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/isci/isci_firmware.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s5p-mfc-v6-v2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-fe-xc4000-1.4.1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar9271.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dabusb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dabusb/bitstream.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dabusb/firmware.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/a300_pfp.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti_5052.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mts_mt9234mu.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/3CCFEM556.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/3CXEM556.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/NE2K.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/SW_7xx_SER.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/RS-COM-2P.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/COMpad4.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/PCMLM28.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/MT5634ZLX.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/SW_8xx_SER.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/DP83903.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/SW_555_SER.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/LA-PCM.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/PE520.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/COMpad2.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/tamarack.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cis/PE-200.cis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/usbdux_firmware.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cbfw-3.2.5.1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/v4l-cx25840.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sms1xxx-hcw-55xxx-dvbt-02.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ql2400_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ql2200_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s2250_loader.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar9170-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mt7601u.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/TDA7706_OM_v3.0.2_boot.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rp2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar7010.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cmmb_vega_12mhz.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/e100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/e100/d101m_ucode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/e100/d101s_ucode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/e100/d102e_ucode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cbfw-3.2.3.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt3290.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rockchip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rockchip/dptx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/lbtf_usb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum2-29.2007.1168.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.2000.2308.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.1530.152.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.1910.622.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum3-30.2007.1168.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.1703.4.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum2-29.2000.2714.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.1420.122.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.2007.1168.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.1620.192.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.2000.1886.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.1702.6.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.2000.2714.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum2-29.2000.2308.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mellanox/mlxsw_spectrum-13.2000.1122.mfa2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt2561s.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dsp56k" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dsp56k/bootstrap.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/hfi1_dc8051.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/r128" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/r128/r128_cce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_rss_ethp_big_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi62" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi62/midi.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi62/spdif.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi62/loader.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/emi62/bitstream.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_c62x.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/liquidio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/liquidio/lio_210nv_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/liquidio/lio_210sv_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/liquidio/lio_23xx_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/liquidio/lio_410nv_nic.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/r8a779x_usb3_v1.dlmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cbfw-3.2.1.1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/isdbt_rio.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt3090.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/microchip" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/microchip/mscc_vsc8584_revb_int8051_fb48.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/microchip/mscc_vsc8574_revb_int8051_29e8.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/as102_data1_st.hex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/fmimage_8764_ap-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/fmimage_8687.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/fmimage_8366_ap-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/fmimage_8366.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/fmimage_8366_ap-3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/fmimage_8366_ap-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/helper_8366.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwl8k/helper_8687.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_rss_eth_big_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/isdbt_nova_12mhz_b0.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/acenic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/acenic/tg1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/acenic/tg2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath3k-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan_pda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan_pda/xircom_pgs.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan_pda/keyspan_pda.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tigon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tigon/tg3_tso.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tigon/tg3_tso5.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tigon/tg3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tigon/tg357766.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/lgs8g75.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwlwifi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwlwifi/88W8864.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mwlwifi/88W8897.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-usb-it9135-01.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intelliport2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti_3410.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/a300_pm4.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ql2500_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/r8a779x_usb3_v3.dlmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/whiteheat.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt3070.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/usbduxsigma_firmware.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i2400m-fw-usb-1.4.sbcf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd-ucode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd-ucode/microcode_amd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd-ucode/microcode_amd_fam16h.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amd-ucode/microcode_amd_fam17h.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_rss_eth_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV710_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KABINI_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAYMAN_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PALM_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/SUMO2_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KAVERI_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAYMAN_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/JUNIPER_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/MULLINS_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/MULLINS_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV710_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R600_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PALM_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BARTS_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KAVERI_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KAVERI_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV730_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/MULLINS_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CEDAR_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R600_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/SUMO_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV770_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/REDWOOD_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KABINI_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CYPRESS_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R700_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R100_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BTC_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV740_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CEDAR_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAYMAN_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BARTS_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/JUNIPER_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BARTS_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KABINI_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BARTS_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/SUMO_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/MULLINS_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV770_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R600_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV670_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAICOS_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV620_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/JUNIPER_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/SUMO_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAYMAN_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV710_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RS780_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KAVERI_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TURKS_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/ARUBA_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KAVERI_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RS690_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/PITCAIRN_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV730_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV610_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KABINI_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV610_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAINAN_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TURKS_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/bonaire_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAICOS_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV630_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CYPRESS_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/REDWOOD_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/ARUBA_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAICOS_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CYPRESS_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAYMAN_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV635_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TURKS_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TURKS_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV770_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RS600_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KABINI_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R520_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/HAWAII_mc2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R200_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RS780_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/BONAIRE_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/SUMO_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV670_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/pitcairn_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R300_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/SUMO2_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R600_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CYPRESS_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CEDAR_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/OLAND_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/R420_cp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/TAHITI_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RS780_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/banks_k_2_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/MULLINS_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KABINI_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/MULLINS_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/KAVERI_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CYPRESS_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/oland_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/mullins_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CAICOS_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/ARUBA_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/verde_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kabini_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/REDWOOD_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/tahiti_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/REDWOOD_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/si58_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/JUNIPER_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV635_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV770_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV630_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hawaii_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/VERDE_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV620_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/CEDAR_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/hainan_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/kaveri_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV730_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/radeon/RV710_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ql2322_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mts_mt9234zba.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x-e1-5.2.7.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ctfw-3.2.1.1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1658.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1250.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1451.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1618.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1131.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1110.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1653.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1151.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1251.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1613.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1130.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1410.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1450.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/moxa/moxa-1150.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/whiteheat_loader.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt2860.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sms1xxx-nova-b-dvbt-01.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sms1xxx-stellar-dvbt-01.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/yam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/yam/9600.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/yam/1200.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/htc_7010.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_c3xxx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/sms1xxx-hcw-55xxx-isdbt-02.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/s2250-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/go7007tv.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/go7007fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/lr192.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/px-m402u.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/s2250-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/px-tv402u.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/go7007/wis-startrek.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ct2fw-3.2.3.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_eth_big_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s5p-mfc-v7.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/v4l-cx231xx-avcore-01.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/v4l-cx23418-apu.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0078-0011_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0099-0001_2x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0058-0012_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0097-0001_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0078-0011_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0099-0001_2x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0058-0012_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0096-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0081-0001_4x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0058-0011_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0099-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0081-0001_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0097-0001_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/bpf/nic_AMDA0097-0001_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0096-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0078-0011_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0099-0001_2x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0058-0012_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0096-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0081-0001_4x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0058-0011_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0099-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0081-0001_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0097-0001_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic/nic_AMDA0097-0001_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0081-0001_4x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0058-0011_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0099-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0081-0001_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0097-0001_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0011_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0099-0001_2x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0012_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0012_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0096-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0012_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0012_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0011_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0096.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0081.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0081-0001_4x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0012_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0011_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0011_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0012_1x100.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0099-0001_2x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0081-0001_1x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0097-0001_2x40.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0097.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0099.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0058-0011_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0097-0001_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/flower/nic_AMDA0078-0011_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0099-0001_1x10_1x25.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/netronome/nic_AMDA0097-0001_8x10.nffw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mts_cdma.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/r8a779x_usb3_v2.dlmem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-fe-xc5000c-4.1.30.7.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/htc_9271.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x-e1h-5.2.7.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mts_edge.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/TIInit_7.2.31.bts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl18xx-fw-4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/TIInit_6.2.31.bts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl1271-fw-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-5-plt.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-4-plt.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-4-plt.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl1251-fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-plt-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-4-mr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl1271-nvs.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-5-mr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-4-mr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-5-plt.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-5-mr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-5-sr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl18xx-fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl18xx-fw-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-ap.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-4-sr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl1251-nvs.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-nvs.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-4-sr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/TIInit_6.6.15.bts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl1271-fw-ap.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl18xx-fw-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-plt-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl12xx-nvs.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl1271-fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-fw-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl128x-nvs.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ti-connectivity/wl127x-fw-5-sr.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/i6050-fw-usb-1.5.sbcf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168g-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168f-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168h-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8107e-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8107e-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8402-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8153a-3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8153a-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168f-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8125b-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168g-3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168e-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8411-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168e-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8411-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168g-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168h-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168fp-3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8106e-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8153b-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168e-3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8153a-4.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168d-2.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8125a-3.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8125b-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8106e-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8168d-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtl_nic/rtl8105e-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ql2100_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/phanfw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ttusb-budget" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ttusb-budget/dspbootcode.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/agere_sta_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atusb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atusb/rzusb-0.3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atusb/atusb-0.3.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/atusb/atusb-0.2.dfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t4fw-1.24.17.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t5fw-1.14.4.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/configs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/configs/t4-config-default.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/configs/t5-config-default.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/configs/t6-config-default.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/configs/t6-config-hashfilter.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/configs/t5-config-hashfilter.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t5fw-1.15.37.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t4-config.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t6fw-1.24.17.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t4fw-1.14.4.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t6fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/bcm8483.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t5fw-1.24.17.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t4fw-1.15.37.0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t5fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t6-config.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t5-config.txt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/t4fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cxgb4/aq1202_fw.cld" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb_nova_12mhz.inp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_mmp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7915_rom_patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7615_cr4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7915_wm.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7610u.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7622pr2h.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7610e.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7662u_rom_patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt8173" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt8173/vpu_d.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt8173/vpu_p.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7615_n9.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7663_n9_rebb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7650e.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7668pr2h.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7662u.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7663pr2h_rebb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7615_rom_patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7622_n9.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt8183" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt8183/scp.img" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7915_wa.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7622_rom_patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7663_n9_v3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mediatek/mt7663pr2h.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myri10ge_eth_z8e.dat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/s5p-mfc-v8.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ct2fw-3.2.5.1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mt7662.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88/rtw8723d_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88/rtw8821c_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88/rtw8822c_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88/rtw8822b_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rtw88/rtw8822c_wow_fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/v4l-cx23418-cpu.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/hfi1_fabric.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath9k_htc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath9k_htc/htc_7010-1.4.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath9k_htc/htc_9271-1.4.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myricom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/myricom/lanai.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/updates" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ar5523.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tehuti" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/tehuti/bdx.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-12-16.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-0-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-0-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-16-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_glk_v2880.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v3266.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_cnl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-0-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-11-5.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-32-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_release.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-20-1-3.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v2630.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-32-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-0-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v2042.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-0-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/fw_sst_22a8.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-2.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-240-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-20-0-3.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.7.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-20-1-4.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-240-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v3420.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/fw_sst_0f28.bin-48kHz_i2s_master" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/fw_sst_0f28.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-20-0-3.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-0-4.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-32-4.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-32-4.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-0-0.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-20-1-4.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v701.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-16-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ipu3-fw.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v1037.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-2.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-0-4.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_kbl_v3402.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/fw_sst_0f28_ssp0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_glk_v2768.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-240-4.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-2.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-16-4.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_glk.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-240-4.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-32-0.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.8.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-12-16.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_bxtn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_glk_v3366.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ice" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ice/ddp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ice/ddp/ice-1.3.4.0.pkg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ice/ddp/ice.pkg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_glk_v1814.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-16-4.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-32-0.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-1.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_cnl_v1858.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_bxtn_v2219.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-17-16-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-0-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_release_v969.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-2.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-19-0-0.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/IntcSST2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_cnl_v1191.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-20-1-3.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-18-16-1.ddc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_release_v3402.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/ibt-11-5.sfi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/dsp_fw_bxtn_v3366.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_895xcc_mmp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/RTL8192E" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/RTL8192E/main.img" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/RTL8192E/data.img" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/RTL8192E/boot.img" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/usb8897_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/pcie8897_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/usb8766_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sd8797_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sd8887_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/pcieusb8997_combo_v4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/usb8801_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sd8688.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/prestera" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/prestera/mvsw_prestera_fw-v2.0.img" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sdsd8977_combo_v2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sd8801_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/usb8797_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sd8688_helper.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/pcieuart8997_combo_v4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sd8897_uapsta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/pcie8997_wlan_v4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/sdsd8997_combo_v4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mrvl/usbusb8997_combo_v4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/endpointping.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/otp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/data.patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003.1/hw2.1.1/athwlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004/hw1.3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004/hw1.3/fw-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004/hw1.3/bdata.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004/hw1.2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004/hw1.2/fw-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6004/hw1.2/bdata.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6002" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6002/data.patch.hw2_0.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6002/athwlan.bin.z77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6002/eeprom.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6002/eeprom.data" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0/bdata.SD32.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0/athwlan.bin.z77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0/bdata.SD31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0/data.patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0/otp.bin.z77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.0/bdata.WB31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/bdata.SD32.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/endpointping.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/otp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/bdata.SD31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/fw-2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/data.patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/fw-3.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/bdata.WB31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw2.1.1/athwlan.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0/bdata.SD32.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0/athwlan.bin.z77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0/bdata.SD31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0/data.patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0/otp.bin.z77" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ath6k/AR6003/hw1.0/bdata.WB31.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_pfp_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_me_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_rlc_am4.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_ta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_smc_sk.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_mec2_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_me_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_ce_wks.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_smc_sk.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_ce_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_ta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_sos.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_vcn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_sos.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_ta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_k_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_k2_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_kicker_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_pfp_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_sos.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_mec2_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_mec_wks.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_k_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_vcn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_sos.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_dmcu.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_k2_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_ce_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_vcn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_me_wks.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_vcn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/bonaire_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_dmcub.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_asd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_k_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_vcn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_acg_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_sos.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_pfp_wks.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_mec2_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_ce_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/pitcairn_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_vcn.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven2_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/topaz_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_mec2_wks.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_mec_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vegam_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_me_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_pfp_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/banks_k_2_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_ta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/oland_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/mullins_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris12_mec_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi10_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/verde_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kabini_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tahiti_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/fiji_sdma1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/si58_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/picasso_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega12_me.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/renoir_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_k_smc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/carrizo_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/tonga_mc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_mec.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris11_mec_2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_sdma.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hawaii_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_pfp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/polaris10_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_mec2.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega20_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_vce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/navi14_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/hainan_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_ta.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/kaveri_ce.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/vega10_gpu_info.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/raven_rlc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/amdgpu/stoney_uvd.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cadence" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/cadence/mhdp8546.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x-e1h-5.2.13.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/rt73.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/v4l-cx23885-avcore-01.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa49w.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa28.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa28xb.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa49wlc.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa18x.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/mpr.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa28x.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa19.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa19qi.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa19w.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa28xa.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/keyspan/usa19qw.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/as102_data2_st.hex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/dvb-usb-dib0700-1.20.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/carl9170-1.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/wsm_22.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mts_gsm.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/eagleI.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/eagleIV.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVei.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepES.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/DSPep.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMV9p.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/DSPei.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/adi930.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepES03.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMV4p.bin.v2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/eagleIII.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepWO.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepFR04.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMV9i.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/DSP9p.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVeiWO.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/930-fpga.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/eagleII.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepIT.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepFR10.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/DSP9i.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/DSP4p.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVep.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ueagle-atm/CMVepFR.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/ctfw-3.2.5.1.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/wil6210.brd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/mt7662_rom_patch.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_895xcc.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/qat_c62x_mmp.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/firmware/bnx2x-e1-4.8.53.0.fw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/cdrom_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/mtd_probe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/fc_wwpn_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/ccw_init" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/fido_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-vmbus-class.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/70-joystick.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/60-evdev.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-OUI.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-net-ifname.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-usb-vendor-model.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/70-pointingstick.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/70-mouse.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/70-touchpad.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/60-sensor.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-sdio-classes.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-usb-classes.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/60-keyboard.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-pci-classes.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-pci-vendor-model.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/hwdb.d/20-acpi-vendor.hwdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/collect" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/kpartx_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/66-kpartx.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/61-scsi-sg3_id.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/99-systemd.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-persistent-input.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-cdrom_id.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-evdev.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/10-dm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/50-udev-default.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/56-zfcp.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-alias-kmsg.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/90-vconsole.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-sensor.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/70-touchpad.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/70-mouse.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/71-seat.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/81-ccw.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/80-drivers.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/13-dm-disk.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/78-sound-card.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/40-usb-blacklist.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-raw.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-input-id.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/95-dm-notify.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-drm.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/64-btrfs.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/75-probe_mtd.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/90-cpi.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/70-joystick.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-persistent-alsa.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/70-uaccess.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/68-del-part-nodes.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-fido-id.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/40-z90crypt.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/40-redhat.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/80-net-setup-link.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/73-seat-late.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-persistent-v4l.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/59-dasd.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-block.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/56-dasd.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/70-power-switch.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/63-scsi-sg3_symlink.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-readahead.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/63-fc-wwpn-id.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-serial.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-persistent-storage.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/73-idrac.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/11-dm-parts.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/75-net-description.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/60-persistent-storage-tape.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/udev/rules.d/40-elevator.rules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/v4l_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/ata_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/lib/udev/scsi_id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/52-zipl-rescue.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/20-zipl-kernel.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/50-dracut.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/20-grubby.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/00-zipl-prepare.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/90-loaderentry.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/91-zipl.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/50-depmod.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kernel/install.d/10-zfcpdump.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/vmlinuz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.symbols.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.dep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.builtin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.dep.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.alias" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.drm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.alias.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.block" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/build" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.modesetting" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/source" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.order" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.networking" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/.vmlinuz.hmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.softdep" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/symvers.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/bls.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.symbols" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/vdso" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/vdso/vdso64.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/vdso/vdso32.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc/auth_gss" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc/sunrpc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc/xprtrdma" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sunrpc/xprtrdma/rpcrdma.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/core" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/core/failover.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/tls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/tls/tls.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/unix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/unix/unix_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/ip6_tunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/tunnel6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/ip6_udp_tunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/ah6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_NPT.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nft_dup_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6table_security.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_SYNPROXY.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nf_socket_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6table_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nf_dup_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nft_reject_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6table_raw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_eui64.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_REJECT.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_rt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nf_log_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6_tables.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6table_filter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_mh.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_hbh.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nft_fib_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_ah.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nf_reject_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_rpfilter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6table_mangle.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/nf_tproxy_ipv6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_MASQUERADE.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/netfilter/ip6t_frag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/ip6_vti.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/sit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/xfrm6_tunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/esp6_offload.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/esp6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/mip6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/ipcomp6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv6/ip6_gre.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_nat_irc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_sane.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_flow_offload.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_DSCP.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_tftp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_RATEEST.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_ipportnet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_ip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_netiface.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_ipmark.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_list_set.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_mac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_bitmap_port.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_bitmap_ip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_netport.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_ipmac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_ipportip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_netportnet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_ipport.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_netnet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipset/ip_set_hash_net.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_ipvs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_dup_netdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_recent.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_CONNSECMARK.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_quota.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_sed.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_ovf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_nq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_ftp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_wlc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_rr.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_lblcr.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_pe_sip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_dh.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_fo.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_lc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_sh.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_lblc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs_wrr.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/ipvs/ip_vs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_synproxy_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_limit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_tproxy.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_cpu.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_sctp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_compat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_log_common.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_hl.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_state.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_amanda.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_hashlimit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_flow_table_inet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_REDIRECT.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_queue.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_connbytes.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_HMARK.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_netlink.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_SECMARK.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_TCPOPTSTRIP.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_redir.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nfnetlink_cttimeout.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_osf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_addrtype.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_chain_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_tables_set.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_masq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_realm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_length.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_irc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_counter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_sip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_socket.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_NETMAP.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_TCPMSS.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_helper.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_ct.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_mark.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_fib_netdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_esp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_AUDIT.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_ecn.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_NFLOG.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_objref.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_netbios_ns.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conncount.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_dup_netdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_connlimit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_snmp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_pptp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_log.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_nat_ftp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_fib.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_string.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_TEE.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nfnetlink_log.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_h323.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_CT.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_connmark.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nfnetlink_queue.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_statistic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_nat_tftp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_pkttype.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_rateest.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_NFQUEUE.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_TRACE.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_owner.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_comment.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_cgroup.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_hash.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_xfrm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_nat_sip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_policy.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_conntrack.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_log_netdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_set.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_LOG.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_devgroup.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nfnetlink.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_iprange.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_tcpmss.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_dscp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_reject_inet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_reject.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_cluster.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_CHECKSUM.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_nat_amanda.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_multiport.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_fib_inet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_numgen.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_connlimit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_osf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_IDLETIMER.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_physdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_HL.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_mac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_quota.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_fwd_netdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_TPROXY.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nfnetlink_cthelper.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_dccp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_broadcast.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_tables.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_bpf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_CLASSIFY.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_flow_table.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_connlabel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nf_conntrack_ftp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/nft_limit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netfilter/xt_socket.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/mac802154" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/mac802154/mac802154.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/6lowpan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/6lowpan/6lowpan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/vmw_vsock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/vmw_vsock/vmw_vsock_virtio_transport.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/vmw_vsock/vsock_loopback.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/vmw_vsock/vsock.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/vmw_vsock/vsock_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/vmw_vsock/vmw_vsock_virtio_transport_common.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/atm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/psample" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/psample/psample.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/tipc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/tipc/diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/tipc/tipc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/smc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/smc/smc_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/smc/smc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/openvswitch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/openvswitch/vport-geneve.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/openvswitch/vport-gre.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/openvswitch/openvswitch.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/openvswitch/vport-vxlan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/8021q" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/8021q/8021q.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/llc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/llc/llc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/packet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/packet/af_packet_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/mpls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/mpls/mpls_iptunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/mpls/mpls_router.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/l2tp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/l2tp/l2tp_ip6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/l2tp/l2tp_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/l2tp/l2tp_ip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ieee802154" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ieee802154/ieee802154.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ieee802154/6lowpan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ieee802154/6lowpan/ieee802154_6lowpan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ieee802154/ieee802154_socket.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/iucv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/iucv/af_iucv.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/xfrm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/xfrm/xfrm_interface.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/xfrm/xfrm_ipcomp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/rfkill" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/rfkill/rfkill.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/dns_resolver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/dns_resolver/dns_resolver.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/802" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/802/p8022.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/802/stp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/802/mrp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/802/garp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/802/psnap.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/xdp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/xdp/xsk_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ceph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ceph/libceph.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_mark_m.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_arpreply.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_ip6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_802_3.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_log.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_ip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_nflog.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebtables.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebtable_broute.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_vlan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/nf_log_bridge.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_limit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_snat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_pkttype.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_redirect.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_arp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_among.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_dnat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_mark.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/nft_reject_bridge.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebtable_filter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebt_stp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/netfilter/ebtable_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/br_netfilter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/bridge/bridge.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_mirred.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_police.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_htb.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/em_ipset.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_csum.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_simple.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_rsvp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_u32.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_hfsc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_pie.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_hhf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_pedit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/em_u32.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_sfq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_codel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_fw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_flower.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_tbf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_fq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_basic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/em_cmp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/em_text.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_tunnel_key.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_tcindex.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/em_nbyte.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_vlan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_bpf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/em_meta.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_route.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_prio.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_bpf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_matchall.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_skbedit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_plug.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_flow.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/sch_ingress.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/cls_rsvp6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_gact.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_sample.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sched/act_skbmod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/esp4_offload.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/tcp_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/inet_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/tunnel4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/gre.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_socket_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ipt_SYNPROXY.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/iptable_raw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ipt_ECN.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/arpt_mangle.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_nat_pptp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ipt_REJECT.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/arptable_filter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_tproxy_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/iptable_security.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/iptable_mangle.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nft_reject_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/arp_tables.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_log_arp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/iptable_filter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ipt_ah.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_nat_h323.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_log_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/iptable_nat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_dup_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nft_fib_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nft_dup_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ipt_rpfilter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_reject_ipv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/nf_nat_snmp_basic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/netfilter/ip_tables.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/udp_tunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/xfrm4_tunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/esp4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/tcp_bbr.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/ah4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/ipip.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/ipcomp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/ip_vti.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/ip_tunnel.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/udp_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/raw_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/tcp_dctcp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/tcp_nv.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/ipv4/ip_gre.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netlink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/netlink/netlink_diag.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/key" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/key/af_key.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/net/sctp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/drm_panel_orientation_quirks.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/vkms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/vkms/vkms.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/drm_kms_helper.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/drm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/virtio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/gpu/drm/virtio/virtio-gpu.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/cavium" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/cavium/liquidio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/cavium/liquidio/liquidio.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/cavium/liquidio/liquidio_vf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/rocker" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlx5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlx5/core" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlx4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxsw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_spectrum.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_switchx2.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_switchib.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxfw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/mellanox/mlxfw/mlxfw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/google" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/google/gve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/google/gve/gve.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/netronome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/netronome/nfp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/netronome/nfp/nfp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/pensando" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/pensando/ionic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ethernet/pensando/ionic/ionic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/geneve.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/macvtap.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/bonding" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/bonding/bonding.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/phy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/phy/mdio-thunder.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/phy/mdio-bcm-unimac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/phy/mdio-cavium.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/phy/mdio-mscc-miim.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ifb.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan/hdlc_cisco.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan/hdlc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan/hdlc_raw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan/hdlc_ppp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan/hdlc_fr.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/wan/dlci.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/netconsole.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/macvlan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/nlmon.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ipvlan" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ipvlan/ipvtap.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ipvlan/ipvlan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/tun.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/vsockmon.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/netdevsim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/dummy.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/macsec.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ieee802154" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/ieee802154/fakelb.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team/team_mode_loadbalance.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team/team_mode_random.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team/team_mode_roundrobin.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team/team_mode_activebackup.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team/team_mode_broadcast.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/team/team.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/net_failover.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/vrf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/veth.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/vxlan.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/tap.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/net/virtio_net.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost/vhost_iotlb.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost/vhost_vsock.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost/vringh.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost/vhost_vdpa.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost/vhost.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vhost/vhost_net.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/pci" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/pci/vfio-pci.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/vfio_iommu_type1.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/mdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/mdev/vfio_mdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/mdev/mdev.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/vfio.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vfio/vfio_virqfd.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/i2c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/i2c/i2c-core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/i2c/algos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/i2c/algos/i2c-algo-bit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/remoteproc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/remoteproc/remoteproc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/null_blk.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/virtio_blk.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/loop.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/zram" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/zram/zram.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/rbd.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/brd.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/block/nbd.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/ctcm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/qeth_l2.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/ism.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/smsgiucv_app.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/lcs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/qeth_l3.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/fsm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/qeth.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/net/smsgiucv.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block/dasd_diag_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block/dasd_eckd_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block/dcssblk.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block/scm_block.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block/dasd_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/block/dasd_fba_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto/zcrypt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto/vfio_ap.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto/zcrypt_cex2a.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto/zcrypt_cex2c.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto/zcrypt_cex4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/crypto/pkey.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/cio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/cio/qdio.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/cio/chsc_sch.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/cio/eadm_sch.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/cio/vfio_ccw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/cio/ccwgroup.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/monreader.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/tape_34xx.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/tape.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/vmur.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/tape_3590.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/monwriter.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/tape_class.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/fs3270.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/hmcdrv.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/sclp_async.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/char/vmlogrdr.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/scsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/s390/scsi/zfcp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/crypto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/crypto/cavium" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/crypto/cavium/nitrox" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/crypto/cavium/nitrox/n5pf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/dax" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/dax/device_dax.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/mfd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/mfd/mfd-core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/mfd/vx855.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty/n_gsm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty/serial" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty/serial/jsm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty/serial/jsm/jsm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty/serial/serial_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/tty/serial/arc_uart.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target/nvmet-fc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target/nvme-loop.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target/nvmet-rdma.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target/nvmet-tcp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target/nvmet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/target/nvme-fcloop.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host/nvme-tcp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host/nvme-core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host/nvme-rdma.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host/nvme.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host/nvme-fc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvme/host/nvme-fabrics.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/char" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/char/hangcheck-timer.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/input" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/input/sparse-keymap.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/misc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/misc/enclosure.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/misc/genwqe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/misc/genwqe/genwqe_card.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/misc/cb710" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/misc/cb710/cb710.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/watchdog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/watchdog/softdog.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/watchdog/diag288_wdt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvdimm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvdimm/nd_pmem.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvdimm/nd_blk.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvdimm/nd_btt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/nvdimm/libnvdimm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core/ib_cm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core/rdma_ucm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core/iw_cm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core/rdma_cm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core/ib_core.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/core/ib_uverbs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/sw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/sw/siw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/sw/siw/siw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/sw/rxe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/sw/rxe/rdma_rxe.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/hw" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/hw/mlx5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/hw/mlx5/mlx5_ib.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/hw/mlx4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/infiniband/hw/mlx4/mlx4_ib.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/virtio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/virtio/virtio_input.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/virtio/virtio_vdpa.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/virtio/virtio_balloon.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vdpa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vdpa/vdpa_sim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vdpa/vdpa_sim/vdpa_sim.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vdpa/vdpa.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vdpa/ifcvf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/vdpa/ifcvf/ifcvf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/pps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/pps/clients" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/pps/clients/pps-gpio.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/pps/clients/pps-ldisc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/fb.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/cfbimgblt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/fb_sys_fops.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/cfbfillrect.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/cfbcopyarea.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/syscopyarea.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/sysimgblt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/video/fbdev/core/sysfillrect.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/message" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/message/fusion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/message/fusion/mptsas.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/message/fusion/mptbase.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/message/fusion/mptscsih.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/message/fusion/mptspi.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-zero.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-flakey.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/md-cluster.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/raid1.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-log-userspace.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/raid456.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-region-hash.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-log-writes.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/linear.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/raid10.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-era.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-bufio.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-raid.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-crypt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-thin-pool.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-multipath.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-mirror.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-switch.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-snapshot.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/faulty.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-cache.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-integrity.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-log.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-bio-prison.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-verity.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/raid0.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-service-time.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-cache-smq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/persistent-data" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/persistent-data/dm-persistent-data.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-queue-length.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-round-robin.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-writecache.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/md/dm-delay.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/cdrom" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/cdrom/cdrom.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/target_core_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/target_core_file.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/target_core_iblock.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/iscsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/iscsi/iscsi_target_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/target_core_pscsi.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/loopback" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/target/loopback/tcm_loop.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/scsi_debug.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/libiscsi_tcp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/scsi_transport_srp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/csiostor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/csiostor/csiostor.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/scsi_transport_iscsi.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/st.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/scsi_transport_sas.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/libiscsi.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/sr_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/scsi_transport_fc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/ses.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/sg.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/sd_mod.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/virtio_scsi.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/libsas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/libsas/libsas.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/scsi_transport_spi.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/ch.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/fcoe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/fcoe/libfcoe.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/raid_class.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/iscsi_tcp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/libfc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/libfc/libfc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/drivers/scsi/iscsi_boot_sysfs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/overlayfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/overlayfs/overlay.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/ext4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/ext4/ext4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/gfs2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/gfs2/gfs2.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/udf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/udf/udf.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fuse" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fuse/fuse.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/cachefiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/cachefiles/cachefiles.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/cifs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/cifs/cifs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/cramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/cramfs/cramfs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs_common" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs_common/grace.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs_common/nfs_acl.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-inuit.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-celtic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp860.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp775.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp936.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-14.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp1251.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-gaelic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-6.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-15.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp874.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-7.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-13.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp861.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp850.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp1250.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-9.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-3.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-5.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-centeuro.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp855.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_koi8-ru.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp932.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp857.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-iceland.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_koi8-r.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-roman.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp949.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-greek.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-cyrillic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp866.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp865.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp737.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_utf8.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-2.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp852.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-romanian.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp1255.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp862.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-turkish.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp869.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp864.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_koi8-u.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_euc-jp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp863.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_iso8859-1.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/nls_cp950.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nls/mac-croatian.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/squashfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/squashfs/squashfs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/jbd2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/jbd2/jbd2.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/dlm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/dlm/dlm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfsd/nfsd.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/mbcache.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fscache" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fscache/fscache.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/lockd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/lockd/lockd.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/nfs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/filelayout" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/nfsv3.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/nfsv4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/flexfilelayout" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/blocklayout" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/nfs/blocklayout/blocklayoutdriver.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/ceph" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/ceph/ceph.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/binfmt_misc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/isofs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/isofs/isofs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/xfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/xfs/xfs.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fat/msdos.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fat/fat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/fs/fat/vfat.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/tcrypt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/tea.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/chacha20poly1305.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/chacha20_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/salsa20_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/arc4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/crypto_user.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/cast_common.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/pcbc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/camellia_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/tgr192.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/wp512.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/lzo.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/fcrypt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/cast5_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/echainiv.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/ccm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/rmd128.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/vmac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/cts.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/cast6_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/des_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/rmd160.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/michael_mic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/xcbc.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/rmd320.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/pcrypt.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/sha512_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/twofish_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/twofish_common.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/crc32_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/serpent_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx/async_pq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx/async_tx.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx/raid6test.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx/async_xor.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx/async_memcpy.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/async_tx/async_raid6_recov.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/md4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/seed.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/anubis.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/xts.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/sha3_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/blowfish_common.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/blowfish_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/xor.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/lrw.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/poly1305_generic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/khazad.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/cmac.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/rmd256.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/crypto/ansi_cprng.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/net/pnet.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/mm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/mm/cmm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/ghash_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/paes_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/aes_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/sha3_256_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/sha3_512_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/sha512_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/prng.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/crypto/des_s390.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/appldata" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/appldata/appldata_os.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/appldata/appldata_mem.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/appldata/appldata_net_sum.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/oprofile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/oprofile/oprofile.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/kvm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/arch/s390/kvm/kvm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/virt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/virt/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/virt/lib/irqbypass.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/ts_kmp.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/libcrc32c.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/parman.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/crc-itu-t.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/objagg.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/ts_fsm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/crypto" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/crypto/libarc4.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/fonts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/fonts/font.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/crc8.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/ts_bm.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/crc7.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/raid6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/raid6/raid6_pq.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/lib/cordic.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/kernel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/kernel/trace" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/kernel/trace/ring_buffer_benchmark.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/kernel/locking" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/security" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/security/keys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/security/keys/encrypted-keys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/security/keys/encrypted-keys/encrypted-keys.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/security/keys/trusted-keys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/kernel/security/keys/trusted-keys/trusted.ko.xz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.builtin.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/System.map" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/updates" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_object_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/weak-updates" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_dep_t:s0", + "filename": "/usr/lib/modules/4.18.0-240.el8.s390x/modules.devname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/ascii.20-7f.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp850.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat9w.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cyralt.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp437.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat9u.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp850b.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat4.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso04.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp865.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp437.00-1f.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso10.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp865a.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp866.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-5.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp850z.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso08.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso09.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat2.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-6.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat1u.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-4.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp737.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cybercafe.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso02.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat4u.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-1.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp1250.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/viscii.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-13.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat9v.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso01.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-9.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/ECMA144.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso05.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp737b.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-8.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-10.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat7.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat1.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/lat2u.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso06.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-14.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-7.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp737a.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso07u.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/ethiopic.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/def.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp737c.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/tcvn.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso07.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp866a.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/koi8u.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-15.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-3.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso03.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/empty.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/armscii8.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/cp850a.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/ruscii.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/8859-2.a0-ff.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/koi8r.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/unimaps/iso15.uni" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9-10.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.lat0" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737c-8x6.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/arm8.fnt.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso01.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp857.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/t.fnt.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/pancyrillic.f16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp1250.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso03.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/161.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso02.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Cyr_a8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737c-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/latarcyrheb-sun32.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928a-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8u_8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/drdos8x6.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/altc-8x16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatArCyrHeb-16+.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso02.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso06.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/GohaClassic-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp857.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9w-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/default8x9.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.psfu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928a-8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso03.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/drdos8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso03.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso04.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/737.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat0-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat1-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/ERRORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat7-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat1-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737c-8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso10.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/sun12x22.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/162.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/alt-8x16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/972.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.lat9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737c-8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9w-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.LatGrkCyr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.lat7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8r-8x14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/928.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat7a-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cybercafe.fnt.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9u-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/165.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/aply16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-16+.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.12x22" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Agafari-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatGrkCyr-12x22.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso07.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso01.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-16+.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso06.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Goha-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.cp1250" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9u-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/viscii10-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/drdos8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat1-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.cybercafe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/ruscii_8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/greek-polytonic.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9-16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso01.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737b-8x11.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928b-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat5-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Hebrew" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9w-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso05.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso08.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Arabic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso08.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatKaCyrHeb-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9u-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/GohaClassic-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Lat2-Terminus16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/163.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp850-8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso06.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9v-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737d-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso09.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp850-8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9v-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/GohaClassic-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat1-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp866-8x16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8-14.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Cyr_a8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737b-9x16-medieval.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/eurlatgr.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat0-sun16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat5-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp865-8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2-sun16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso04.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/UniCyrExt_8x16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/UniCyr_8x14.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-6.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/none.00-17.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-8.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/none.00-17.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-6.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/ascii.20-7f.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-2.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-9.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-5.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-1.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-5.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-9.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-1.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-2.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-8.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/ascii.20-7f.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-5.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/cp437.00-1f.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-7.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-3.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/none.00-17.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-4.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/cp437.00-1f.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-7.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-3.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-8.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-9.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-10.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-4.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-1.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-2.a0-ff.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-3.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-4.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-10.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/cp437.00-1f.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/ascii.20-7f.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-6.a0-ff.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-7.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/partialfonts/8859-10.a0-ff.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8u_8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso05.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9u-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Agafari-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/alt-8x14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Lat2-Terminus16" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso07u-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9w-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/alt-8x8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928b-8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928-9x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cyr-sun16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Goha-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp865-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-19.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatArCyrHeb-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737a-9x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737c-8x7.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat0-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso09.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737a-8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8c-8x16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso10.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp865-8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatArCyrHeb-19.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatArCyrHeb-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso04.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatGrkCyr-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso05.16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Mik_8x16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/ruscii_8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/drdos8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.eurlatgr" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9u-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso02.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9-08.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9v-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9v-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/LatArCyrHeb-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Goha-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/164.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso10.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp866-8x14.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/tcvn8x16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9w-08.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp850-8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8r-8x16.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.eurlatgr.mappings" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.drdos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso08.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/t850b.fnt.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp857.08.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/880.cp.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928-8x16-thin.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4a-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/cp866-8x8.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr737a-9x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Cyr_a8x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Cyrillic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat2a-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso07.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/default8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/Agafari-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat0-14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat5-16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat7a-16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Ethiopic" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9v-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/UniCyr_8x16.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8u_8x16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat1-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8r-8x8.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/koi8r.8x8.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/README.Greek" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/latarcyrheb-sun16.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat4-19.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso02-12x22.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat0-10.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9-12.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso09.14.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat0-12.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/iso01-12x22.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/lat9-14.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/UniCyr_8x8.psf.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consolefonts/gr928-9x14.psfu.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp1250_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp850_to_iso01.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/iso02_to_cp1250.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/baltic.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp862_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp853_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp852_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp775_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp1251_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp866_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp850_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp864_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp860_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp863_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-2_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp865_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/viscii1.0_to_viscii1.1.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-3_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-8_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/koi8u2ruscii" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-1_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp855_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp437_to_iso01.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/zero" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp857_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-13_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/utflist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/space" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/viscii1.0_to_tcvn.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/latin2u.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/trivial" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/koi8-r_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-6_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp861_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp869_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-9_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-15_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/vga2iso" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp737_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp874_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-5_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-4_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/cp437_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-14_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-7_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/8859-10_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/koi8-u_to_uni.trans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/null" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/consoletrans/koi2alt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-winkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwertz_dot_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam-deadtilde.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/at-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam-colemak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-dsb_qwertz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sy-ku_f.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fi-kotoistus.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br-nativo-epo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ca-multix.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-neo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwerty_comma_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-crh_f.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ge.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/jp-kana86.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwertz_comma_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br-nativo-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwerty_dot_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ie-UnicodeExpert.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-fur.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz-bksl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv-ergonomic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-iso-alternate.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br-nativo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/rs-latinalternatequotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-f.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/il.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-ro_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwerty_dot_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-nativo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-smi_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dk-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/me-latinalternatequotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ml-us-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-colemak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ba-unicode.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/mt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv-fkey.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-svdvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-winkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-bepo_afnor.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-oss.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-smi.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-avn.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dk-winkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-crh.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ee-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-pl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-csb.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dk-mac_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-crh_alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-us_dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwertz_dot_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-de_sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-szl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ir-ku.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ca-fr-legacy.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ke-kik.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/is-mac_legacy.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cm.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-cat.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-mac_sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-oss.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ie-ogam_is434.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ro-winkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ph-capewell-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-wang.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ml.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ph-colemak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/iq-ku_ara.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tw-indigenous.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwertz_comma_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-T3.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ng-hausa.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/is-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-bre.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-dvorak_altquotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ca.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-ast.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-fr_mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/iq-ku.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/vn-fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ir-ku_ara.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ng-yoruba.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-generic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-geo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hr-unicodeus.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-dvorakukp.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-legacy.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-legacy.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-euro.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cn-altgr-pinyin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ge-mess.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/jp-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/md.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-bepo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lk-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fi-classic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-hbs.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-deadacute.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sk-qwerty_bksl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-nativo-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvorak-classic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-altgr-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/is-Sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-alt-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ml-us-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-deadtilde.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ml-fr-oss.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-mac_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam-colemak-gaming.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cm-mmuock.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ba.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz-rus.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvorak-l.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ge-ergonomic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/iq-ku_f.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-de_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ph-capewell-qwerf2k6.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ba-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv-apostrophe.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ie.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ph.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvp.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-oci.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/mt-alt-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/by-latin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dk-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ph-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ee-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ca-multi.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fi-smi.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/me-latinunicodeyz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-colemak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/is-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/al-plisi.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-ibm.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwertz_dot_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cm-french.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/si-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv-tilde.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lt-lekpa.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwertz_comma_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-mac_intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/mt-alt-gb.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br-thinkpad.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/rs-latin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/rs-latinunicodeyz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv-adapted.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/iq-ku_alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/si.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cm-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fo-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-workman-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwerty_comma_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fi-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/is.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tm-alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-ku_alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ma-french.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/epo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fi-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/me.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-latin9_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cm-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-afnor.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/at-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-ewe.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ro-cedilla.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-standard.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/si-alternatequotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-smi.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hr-alternatequotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-latin9_sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tm.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/me-latinyz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/kr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lt-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-hausa.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/nl-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-oss_latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/az.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-qwertz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hr-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-fula.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-dvorak_quotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz-dvorak-ucw.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sk-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ca-fr-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ng-igbo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-colemak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwerty_comma_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/jp.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ro.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/me-latinunicode.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-extd.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-ku_f.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lv-modern.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lt-ibm.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fi-winkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/al.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-ga.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz-qwerty_bksl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sy-ku_alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-oss_sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/rs-latinyz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-workman.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-winkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvorak-alt-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cm-azerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ba-alternatequotes.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ro-std_cedilla.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz-qwerty-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sk-bksl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ng.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwertz_dot_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/it-scn.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-mac_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/in-eng.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-dsb.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/br-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/uz-latin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/latam-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-oss_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/md-gag.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/dk-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-bepo_latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/vn-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ee-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-nativo-epo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-akan.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ro-std.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/nl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/nl-std.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/mm.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-mac_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-102_qwertz_comma_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/vn.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/kr-kr104.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-azerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ke.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lt-lekp.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/epo-legacy.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tr-ku.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sy-ku.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ie-CloGaelach.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/sk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hr-unicode.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/kz-latin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-olpc2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gb-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ir-ku_f.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/fr-oss_latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/be-oss_sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwerty_dot_dead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwerty_dot_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pt-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tw-saisiyat.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/tw.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ee.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvorak-intl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cn.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/se-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/is-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/no-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ba-unicodeus.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/cz-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ir-ku_alt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-norman.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-ro.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/lt-std.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ru-cv_latin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-fr_sundeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-tr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-deadtilde.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-de_mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-dvorak-r.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/at.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/es-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/hu-101_qwerty_comma_nodead.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/mt-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-deadgraveacute.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ge-ru.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ca-eng.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/pl-dvp.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/ch-fr_nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/rs-latinunicode.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/de-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/jp-OADG109A.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/gh-gillbt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/at-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/xkb/nl-mac.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunkeymap.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-de-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-es.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-fr-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt4-es.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sun-pl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-ru.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sundvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sun-pl-altgraph.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-uk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-cz-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt4-no-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt6-uk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt4-fi-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-us-cz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/sun/sunt5-fi-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/lt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/it.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/tralt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ttwin_ctrl-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ttwin_ct_sh-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/defkeymap_V1.0.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/et-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pl4.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/il.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru3.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/il-phonetic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/dk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ttwin_alt-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/lv.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ua-ws.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/hypermap.m4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/es.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru-yawerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/cz-lat2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/by.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bg_bds-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/lt.l4.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/no-latin1.doc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/jp106.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/lt.baltic.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/se-lat6.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_ctrl-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/mk-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bg-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/dk-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ua.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/hu101.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/nl2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_ctrl-CP1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/mk-utf.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/defkeymap.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/mk0.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_cplk-CP1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/trf.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ua-utf-ws.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/se-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/il-heb.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/fi.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/sr-latin.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_alt_sh-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/it-ibm.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/se-ir209.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bg_bds-utf8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bywin-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/br-latin1-abnt2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/lv-tilde.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_cplk-KOI8-R.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/is-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bg_pho-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pt-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/cz-lat2-prog.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru-ms.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/es-cp850.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/cz-cp1250.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_ctrl-KOI8-R.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bg_pho-utf8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/emacs2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/is-latin1-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/sr-cy.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/cf.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/se-fi-ir209.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_alt-KOI8-R.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/us-acentos.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/kyrgyz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/sk-prog-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_ct_sh-KOI8-R.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/sk-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ky_alt_sh-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ro.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru4.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/uk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/gr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bg-cp855.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ko.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_ct_sh-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/emacs.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ttwin_cplk-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/by-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/tr_q-latin5.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/br-abnt.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/et.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_alt-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/la-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/nl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pl3.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/it2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_ct_sh-CP1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ro_std.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pl1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pc110.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/br-latin1-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ua-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ua-utf.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/mk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/br-abnt2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/bashkir.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/sv-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/tj_alt-UTF8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/se-fi-lat6.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru-cp1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/gr-pc.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/no.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/trq.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/kazakh.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pl2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/cz-qwerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/pt-latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ru_win.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_cplk-UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/no-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwerty/ruwin_alt-CP1251.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/fgGIod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/fgGIod/trf-fgGIod.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/fgGIod/tr_f-latin5.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/linux-keys-bare.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/windowkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/keypad.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/linux-with-two-alt-keys.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/euro1.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/euro1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/linux-keys-extd.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/qwerty-layout.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/azerty-layout.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/euro2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/qwertz-layout.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/unicode.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/ctrl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/linux-with-modeshift-altgr.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/euro.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/applkey.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/compose.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/linux-with-alt-and-altgr.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/include/backspace.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/colemak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/colemak/en-latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/wangbe.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/be-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/fr-latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/fr-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/fr-latin0.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/fr-old.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/azerty.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/wangbe2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/azerty/fr-pc.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/bepo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/bepo/fr-bepo-latin9.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/bepo/fr-bepo.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/hu.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/sg.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/de_alt_UTF-8.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/cz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/sg-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/sk-prog-qwertz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/de-latin1-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/slovene.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/cz-us-qwertz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/de_CH-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/sg-latin1-lk450.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/de-mobii.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/sg.map.sg-decimal-separator" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/croat.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/fr_CH-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/sk-qwertz.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/de-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/de.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/qwertz/fr_CH.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/carpalx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/carpalx/carpalx.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/carpalx/carpalx-full.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/olpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/olpc/pt-olpc.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/olpc/es-olpc.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-ca-fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-la.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-es.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-sv-a5.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/no-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-l.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-ru.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-sv-a1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/ANSI-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-programmer.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-r.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/i386/dvorak/dvorak-uk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.latin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/vim-compose.latin1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.latin2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.8859_7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.latin4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.8859_8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.latin3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/include/compose.latin1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/ppc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/amiga" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/amiga/amiga-de.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/amiga/amiga-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include/mac-euro.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include/mac-qwerty-layout.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include/mac-azerty-layout.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include/mac-euro2.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include/mac-linux-keys-bare.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/include/mac-qwertz-layout.inc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-se.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-de-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-fi-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-it.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-pt-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-fr.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-be.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-dvorak.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-dk-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-de_CH.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-de-latin1-nodeadkeys.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-fr_CH-latin1.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-es.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-uk.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-template.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/mac/all/mac-pl.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/atari" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/atari/atari-us.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/atari/atari-uk-falcon.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/atari/atari-se.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/lib/kbd/keymaps/legacy/atari/atari-de.map.gz" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:games_exec_t:s0", + "filename": "/usr/lib/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/include" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man9x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/mann" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man8x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man6x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man9" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man5x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man7" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man4" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man1x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man4x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man3x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man2x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man8" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man3" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/man/man7x" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/info" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/share/applications" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/etc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/local/sbin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/local/lib64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/local/lib64/bpf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/local/bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/src" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/usr/local/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/local/libexec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/grepconf.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/openssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/openssh/sftp-server" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ssh_keysign_exec_t:s0", + "filename": "/usr/libexec/openssh/ssh-keysign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sshd_keygen_exec_t:s0", + "filename": "/usr/libexec/openssh/sshd-keygen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/installkernel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/installkernel/installkernel-bls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/dbus-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_exec_t:s0", + "filename": "/usr/libexec/dbus-1/dbus-daemon-launch-helper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/platform-python3.6" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/awk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/awk/pwcat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/awk/grcat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/coreutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/coreutils/libstdbuf.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/p11-kit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/p11-kit/p11-kit-remote" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/p11-kit/trust-extract-compat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/selinux/selinux-autorelabel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/selinux/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/selinux/hll/pp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/gawk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/utempter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:utempter_exec_t:s0", + "filename": "/usr/libexec/utempter/utempter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/platform-python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/getconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/getconf/POSIX_V6_LP64_OFF64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/grubby" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/grubby/grubby-bls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/grubby/rpm-sort" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/no-python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/usr/libexec/openldap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/DIR_COLORS.lightbgcolor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysctl.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/subuid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/issue.net" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/private" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/misc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/openssl.cnf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/ct_log_list.cnf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs/ca-bundle.crt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs/ca-bundle.trust.crt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/cert.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/product-default" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/product-default/72.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2/cacerts.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java/cacerts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/anchors" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/blacklist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/ca-bundle.legacy.crt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/ca-legacy.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA/redhat.com" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA/redhat.com/redhatcodesignca.cert" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/java" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/java/cacerts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/host.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/opt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/terminfo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/gshadow-" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorxzgrep.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorxzgrep.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/lang.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorgrep.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/sh.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/lang.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorgrep.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/csh.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/gawk.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorzgrep.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorls.csh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorls.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorzgrep.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/gawk.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:exports_t:s0", + "filename": "/etc/exports" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/tcsd.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/mtab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/login.defs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ld.so.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/popt.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/shells" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_aliases_t:s0", + "filename": "/etc/aliases" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/subgid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ld_so_cache_t:s0", + "filename": "/etc/ld.so.cache" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/nsswitch.conf.bak" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:adjtime_t:s0", + "filename": "/etc/adjtime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pkcs11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:pkcs11_modules_conf_t:s0", + "filename": "/etc/pkcs11/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/xattr.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/groff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/groff/site-font" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/groff/site-tmac" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/groff/site-tmac/man.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/groff/site-tmac/mdoc.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:initrc_exec_t:s0", + "filename": "/etc/rc.d/rc.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc6.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc1.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc0.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc4.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc3.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc2.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/rc5.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc.d/init.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:initrc_exec_t:s0", + "filename": "/etc/rc.d/init.d/README" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:machineid_t:s0", + "filename": "/etc/machine-id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/nsswitch.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/session.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/session.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ethertypes" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/libssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/libssh/libssh_server.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/libssh/libssh_client.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rpm/macros.dist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dnf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dnf/protected.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dnf/protected.d/setup.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dnf/protected.d/redhat-release.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dnf/protected.d/systemd.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/yum.repos.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/environment" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/skel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/skel/.bashrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/skel/.bash_profile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/skel/.bash_logout" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/profile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/redhat-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/zkey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/zkey/repository" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc6.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/gcrypt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/gcrypt/random.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc1.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/subgid-" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc0.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/shadow-" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/modules-load.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:modules_conf_t:s0", + "filename": "/etc/modprobe.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/DIR_COLORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/binfmt.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/systemd-user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/smartcard-auth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/remote" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/vlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/runuser-l" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/sshd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/system-auth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/runuser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/postlogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/other" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/su" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/config-util" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/password-auth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/login" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/fingerprint-auth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pam.d/su-l" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/resolved.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/syslog.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/remote-fs.target" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/cpi.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/sshd.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/device_cio_free.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/getty.target.wants" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/getty.target.wants/getty@tty1.service" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/journald.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/system.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/logind.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/coredump.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/systemd/user.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/group-" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/netconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/protocols" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc4.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cupsd_rw_etc_t:s0", + "filename": "/etc/printcap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/semanage.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/seusers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_login_config_t:s0", + "filename": "/etc/selinux/targeted/logins" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/.policy.sha512" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/booleans.subs_dist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/policy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/policy/policy.31" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/systemd_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/unconfined_u" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/sysadm_u" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/guest_u" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/staff_u" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/xguest_u" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/root" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/user_u" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/openssh_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/snapperd_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/default_type" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/sepgsql_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/media" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.subs_dist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.homedirs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.subs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/lxc_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/securetty_types" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/virtual_domain_context" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/dbus_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/x_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/initrc_context" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/default_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/virtual_image_context" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/failsafe_context" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/removable_context" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/customizable_types" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/userhelper_context" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/setrans.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dracut.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc3.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/cpi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/sshd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/dumpconf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/gss" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/gss/mech.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/bashrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/inputrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/group" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/services" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ld.so.conf.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ld.so.conf.d/kernel-4.18.0-240.el8.s390x.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/swid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/swid/swidtags.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/swid/swidtags.d/redhat.com" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/tmpfiles.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc2.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/os-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/GREP_COLORS" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:krb5_conf_t:s0", + "filename": "/etc/krb5.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/filesystems" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysctl.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysctl.d/99-sysctl.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/system-release-cpe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/dracut.conf.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/inittab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/subuid-" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/csh.login" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/etc/locale.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/rc5.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/etc/localtime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/passwd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/udev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/udev/udev.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/udev/hwdb.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:udev_rules_t:s0", + "filename": "/etc/udev/rules.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_hwdb_etc_t:s0", + "filename": "/etc/udev/hwdb.bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/default" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/default/useradd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/DIR_COLORS.256color" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/bindresvport.blacklist" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ssh/moduli" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/ssh/sshd_config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/depmod.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/depmod.d/dist.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sasl2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/csh.cshrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/init.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/shadow" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/motd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/passwd-" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/ssl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/ssl/certs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/issue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/kernel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/kernel/install.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/kernel/install.d/20-grubby.install" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/kernel/cmdline" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/alternatives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/alternatives/python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/alternatives/libnssckbi.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/alternatives/unversioned-python-man" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/chkconfig.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:namespace_init_exec_t:s0", + "filename": "/etc/security/namespace.init" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/group.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/console.perms.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/limits.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:userhelper_conf_t:s0", + "filename": "/etc/security/console.apps" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/namespace.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/pwquality.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/namespace.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/pam_env.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/console.perms" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/security/opasswd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/time.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/console.handlers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/chroot.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/limits.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/access.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/sepermit.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/pwquality.conf.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/security/faillock.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bootloader_etc_t:s0", + "filename": "/etc/zipl.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/libaudit.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/X11" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/X11/fontpath.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/X11/applnk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:xserver_etc_t:s0", + "filename": "/etc/X11/xorg.conf.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit/xinitrc.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit/xinitrc.d/50-systemd-user.sh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/networks" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/bash_completion.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/krb5.conf.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/krb5.conf.d/crypto-policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sestatus.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/pm/config.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/pm/power.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/pm/sleep.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/.pwd.lock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/system-release" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/openldap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:slapd_cert_t:s0", + "filename": "/etc/openldap/certs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/openldap/ldap.conf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/xdg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/xdg/autostart" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/xdg/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/xdg/systemd/user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/opensslcnf.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/java.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/nss.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/libreswan.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/bind.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/opensshserver.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/krb5.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/gnutls.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/openssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/libssh.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/back-ends/openssl.config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/config" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/state" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/state/CURRENT.pol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/state/current" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/policies" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/policies/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/crypto-policies/local.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/xinetd.d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/gshadow" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:net_conf_t:s0", + "filename": "/etc/hosts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/sbin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/lib64" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mnt_t:s0", + "filename": "/media" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/bin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:tmp_t:s0", + "filename": "/tmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:device_t:s0", + "filename": "/dev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:sysfs_t:s0", + "filename": "/sys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_spool_t:s0", + "filename": "/var/spool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mail_spool_t:s0", + "filename": "/var/spool/mail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mail_spool_t:s0", + "filename": "/var/spool/mail/redhat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:print_spool_t:s0", + "filename": "/var/spool/lpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/opt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/kerberos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:krb5_keytab_t:s0", + "filename": "/var/kerberos/krb5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:krb5_keytab_t:s0", + "filename": "/var/kerberos/krb5/user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/empty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/empty/sshd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/nis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:public_content_t:s0", + "filename": "/var/ftp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:mail_spool_t:s0", + "filename": "/var/mail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:tmp_t:s0", + "filename": "/var/tmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_log_t:s0", + "filename": "/var/log" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:faillog_t:s0", + "filename": "/var/log/btmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lastlog_t:s0", + "filename": "/var/log/lastlog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_log_t:s0", + "filename": "/var/log/private" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:wtmp_t:s0", + "filename": "/var/log/wtmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/cache" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/cache/bpf" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/cache/private" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ldconfig_cache_t:s0", + "filename": "/var/cache/ldconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:ldconfig_cache_t:s0", + "filename": "/var/cache/ldconfig/aux-cache" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:system_db_t:s0", + "filename": "/var/db" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lib_t:s0", + "filename": "/var/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lib_t:s0", + "filename": "/var/lib/initramfs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Packages" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Obsoletename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Filetriggername" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Requirename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Installtid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Suggestname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Basenames" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Name" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Providename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Recommendname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Triggername" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Dirnames" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Conflictname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Group" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Transfiletriggername" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/.dbenv.lock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Sigmd5" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Enhancename" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/.rpm.lock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Sha1header" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/Supplementname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lib_t:s0", + "filename": "/var/lib/private" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_var_lib_t:s0", + "filename": "/var/lib/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_var_lib_t:s0", + "filename": "/var/lib/systemd/catalog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_var_lib_t:s0", + "filename": "/var/lib/systemd/catalog/database" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_var_lib_t:s0", + "filename": "/var/lib/systemd/coredump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lib_t:s0", + "filename": "/var/lib/misc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/tmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_read_lock_t:s0", + "filename": "/var/lib/selinux/targeted/semanage.read.LOCK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_trans_lock_t:s0", + "filename": "/var/lib/selinux/targeted/semanage.trans.LOCK" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/seusers" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/homedir_template" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/file_contexts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/file_contexts.homedirs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/users_extra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/denyhosts" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/denyhosts/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/denyhosts/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/denyhosts/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tmpreaper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tmpreaper/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tmpreaper/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tmpreaper/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lvm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lvm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lvm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lvm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/loadkeys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/loadkeys/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/loadkeys/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/loadkeys/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glance" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glance/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glance/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glance/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snort" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snort/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snort/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snort/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/comsat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/comsat/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/comsat/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/comsat/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pki/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pki/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pki/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/procmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/procmail/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/procmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/procmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcscd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcscd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcscd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcscd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cfengine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cfengine/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cfengine/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cfengine/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpufreqselector" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpufreqselector/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpufreqselector/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpufreqselector/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pulseaudio" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pulseaudio/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pulseaudio/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pulseaudio/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmesg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmesg/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmesg/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmesg/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/selinuxutil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/selinuxutil/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/selinuxutil/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/selinuxutil/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pdns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pdns/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pdns/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pdns/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radius" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radius/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radius/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radius/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minissdpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minissdpd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minissdpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minissdpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mon_statd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mon_statd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mon_statd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mon_statd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/arpwatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/arpwatch/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/arpwatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/arpwatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setroubleshoot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setroubleshoot/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setroubleshoot/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setroubleshoot/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmodules" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmodules/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmodules/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmodules/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bugzilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bugzilla/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bugzilla/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bugzilla/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kpatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kpatch/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kpatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kpatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cmirrord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cmirrord/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cmirrord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cmirrord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clock/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quota" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quota/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quota/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quota/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stunnel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stunnel/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stunnel/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stunnel/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bootloader" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bootloader/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bootloader/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bootloader/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mongodb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mongodb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mongodb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mongodb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/polipo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/polipo/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/polipo/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/polipo/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keepalived" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keepalived/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keepalived/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keepalived/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chrome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chrome/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chrome/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chrome/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/accountsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/accountsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/accountsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/accountsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radvd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radvd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radvd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/radvd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cinder" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cinder/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cinder/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cinder/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/secadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/secadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/secadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/secadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chronyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chronyd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chronyd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/chronyd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfineduser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfineduser/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfineduser/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfineduser/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tor/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tor/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tor/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kerberos" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kerberos/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kerberos/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kerberos/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dcc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dcc/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dcc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dcc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sambagui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sambagui/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sambagui/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sambagui/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/memcached" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/memcached/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/memcached/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/memcached/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/staff" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/staff/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/staff/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/staff/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pads" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pads/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pads/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pads/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pingd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pingd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pingd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pingd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fprintd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fprintd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fprintd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fprintd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amtu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amtu/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amtu/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amtu/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/entropyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/entropyd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/entropyd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/entropyd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipa/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipa/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipa/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyrus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyrus/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyrus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyrus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inetd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inetd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inetd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inetd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logging" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logging/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logging/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logging/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcmcia" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcmcia/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcmcia/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pcmcia/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ulogd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ulogd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ulogd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ulogd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tuned" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tuned/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tuned/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tuned/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cobbler" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cobbler/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cobbler/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cobbler/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fail2ban" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fail2ban/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fail2ban/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fail2ban/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mozilla" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mozilla/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mozilla/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mozilla/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rasdaemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rasdaemon/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rasdaemon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rasdaemon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modemmanager" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modemmanager/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modemmanager/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modemmanager/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/roundup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/roundup/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/roundup/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/roundup/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mock/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ksmtuned" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ksmtuned/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ksmtuned/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ksmtuned/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/policykit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/policykit/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/policykit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/policykit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gitosis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gitosis/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gitosis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gitosis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ptchown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ptchown/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ptchown/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ptchown/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mandb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mandb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mandb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mandb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/auditadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/auditadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/auditadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/auditadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amanda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amanda/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amanda/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/amanda/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ncftool" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ncftool/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ncftool/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ncftool/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zarafa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zarafa/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zarafa/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zarafa/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmware" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmware/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmware/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmware/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lttng-tools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lttng-tools/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lttng-tools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lttng-tools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nut" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nut/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nut/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nut/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ldap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ldap/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ldap/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ldap/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/seunshare" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/seunshare/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/seunshare/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/seunshare/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tlp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tlp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tlp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tlp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailscanner" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailscanner/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailscanner/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailscanner/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/svnserve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/svnserve/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/svnserve/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/svnserve/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkhunter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkhunter/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkhunter/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkhunter/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quantum" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quantum/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quantum/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/quantum/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vhostmd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vhostmd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vhostmd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vhostmd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cockpit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cockpit/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cockpit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cockpit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/antivirus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/antivirus/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/antivirus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/antivirus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authlogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authlogin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authlogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authlogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/munin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/munin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/munin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/munin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nx" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nx/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nx/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nx/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/alsa" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/alsa/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/alsa/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/alsa/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jockey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jockey/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jockey/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jockey/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdump" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdump/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdump/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdump/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bcfg2" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bcfg2/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bcfg2/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bcfg2/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/init" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/init/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/init/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/init/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/podsleuth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/podsleuth/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/podsleuth/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/podsleuth/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vdagent" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vdagent/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vdagent/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vdagent/lang_ext" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apache" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apache/hll" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apache/cil" + }, + { + "actual": "unconfined_u:object_r:httpd_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apache/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mip6d" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mip6d/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mip6d/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mip6d/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/samba" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/samba/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/samba/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/samba/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nova" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nova/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nova/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nova/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cloudform" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cloudform/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cloudform/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cloudform/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/locallogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/locallogin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/locallogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/locallogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freqset" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freqset/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freqset/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freqset/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aiccu" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aiccu/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aiccu/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aiccu/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nscd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nscd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nscd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nscd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpucontrol" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpucontrol/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpucontrol/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpucontrol/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/automount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/automount/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/automount/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/automount/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userhelper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userhelper/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userhelper/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userhelper/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portreserve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portreserve/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portreserve/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portreserve/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mirrormanager" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mirrormanager/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mirrormanager/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mirrormanager/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brltty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brltty/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brltty/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brltty/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modutils/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modutils/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/modutils/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jabber" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jabber/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jabber/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jabber/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpcbind" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpcbind/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpcbind/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpcbind/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ppp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ppp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ppp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ppp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conman/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openfortivpn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openfortivpn/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openfortivpn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openfortivpn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netutils" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netutils/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netutils/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netutils/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hsqldb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hsqldb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hsqldb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hsqldb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sslh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sslh/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sslh/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sslh/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opensm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opensm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opensm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opensm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nis/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgroup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgroup/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgroup/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgroup/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnssec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnssec/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnssec/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnssec/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keyboardd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keyboardd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keyboardd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keyboardd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/motion" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/motion/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/motion/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/motion/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mount" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mount/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mount/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mount/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tvtime" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tvtime/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tvtime/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tvtime/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgresql" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgresql/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgresql/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgresql/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/obex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/obex/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/obex/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/obex/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iotop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iotop/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iotop/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iotop/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usernetctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usernetctl/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usernetctl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usernetctl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ftp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ftp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ftp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ftp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smoltclient" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smoltclient/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smoltclient/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smoltclient/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgdcbxd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgdcbxd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgdcbxd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cgdcbxd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qpid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qpid/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qpid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qpid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpuplug" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpuplug/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpuplug/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cpuplug/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgrey" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgrey/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgrey/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postgrey/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cipe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cipe/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cipe/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cipe/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bumblebee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bumblebee/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bumblebee/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bumblebee/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vlock/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vlock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vlock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/devicekit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/devicekit/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/devicekit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/devicekit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtkit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtkit/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtkit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtkit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/shorewall" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/shorewall/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/shorewall/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/shorewall/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lsm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lsm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lsm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lsm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tomcat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tomcat/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tomcat/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tomcat/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pegasus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pegasus/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pegasus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pegasus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntop" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntop/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntop/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntop/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/livecd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/livecd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/livecd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/livecd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hwloc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hwloc/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hwloc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hwloc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ctdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ctdb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ctdb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ctdb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mplayer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mplayer/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mplayer/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mplayer/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irqbalance" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irqbalance/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irqbalance/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irqbalance/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rngd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rngd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rngd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rngd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bitlbee" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bitlbee/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bitlbee/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bitlbee/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cups" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cups/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cups/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cups/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipsec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipsec/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipsec/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipsec/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tftp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tftp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tftp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tftp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyphesis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyphesis/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyphesis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cyphesis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nslcd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nslcd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nslcd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nslcd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdbus/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdbus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdbus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm_secadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm_secadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm_secadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm_secadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rabbitmq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rabbitmq/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rabbitmq/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rabbitmq/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvswitch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvswitch/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvswitch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvswitch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/condor" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/condor/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/condor/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/condor/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/systemd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/systemd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/systemd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfined" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfined/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfined/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unconfined/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mpd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysnetwork" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysnetwork/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysnetwork/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysnetwork/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opafm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opafm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opafm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opafm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rlogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rlogin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rlogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rlogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glusterd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glusterd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glusterd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/glusterd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/afs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/afs/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/afs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/afs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unprivuser" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unprivuser/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unprivuser/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unprivuser/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oddjob" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oddjob/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oddjob/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oddjob/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bluetooth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bluetooth/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bluetooth/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bluetooth/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/linuxptp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/linuxptp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/linuxptp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/linuxptp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpc/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rpc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sanlock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sanlock/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sanlock/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sanlock/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmuxd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmuxd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmuxd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usbmuxd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/puppet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/puppet/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/puppet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/puppet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/watchdog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/watchdog/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/watchdog/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/watchdog/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/daemontools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/daemontools/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/daemontools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/daemontools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelude" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelude/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelude/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelude/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zoneminder" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zoneminder/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zoneminder/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zoneminder/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smokeping" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smokeping/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smokeping/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smokeping/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ktalk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ktalk/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ktalk/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ktalk/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/callweaver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/callweaver/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/callweaver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/callweaver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snapper" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snapper/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snapper/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snapper/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/osad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/osad/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/osad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/osad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iodine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iodine/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iodine/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iodine/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sge" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sge/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sge/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sge/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailman/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mailman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thumb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thumb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thumb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thumb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/thin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/updfstab" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/updfstab/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/updfstab/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/updfstab/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/swift" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/swift/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/swift/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/swift/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tangd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tangd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tangd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tangd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smartmon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smartmon/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smartmon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/smartmon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sensord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sensord/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sensord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sensord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bind" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bind/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bind/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bind/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lircd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lircd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lircd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lircd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/collectd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/collectd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/collectd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/collectd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbus/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbus/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbus/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zabbix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zabbix/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zabbix/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zabbix/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/targetd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/targetd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/targetd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/targetd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wine" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wine/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wine/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wine/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/courier" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/courier/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/courier/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/courier/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vpn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vpn/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vpn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vpn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blueman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blueman/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blueman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blueman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmidecode" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmidecode/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmidecode/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dmidecode/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/anaconda" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/anaconda/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/anaconda/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/anaconda/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mediawiki" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mediawiki/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mediawiki/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mediawiki/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portmap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portmap/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portmap/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/portmap/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/consolekit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/consolekit/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/consolekit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/consolekit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unlabelednet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unlabelednet/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unlabelednet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/unlabelednet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sandboxX" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sandboxX/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sandboxX/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sandboxX/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostname" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostname/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostname/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostname/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/git" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/git/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/git/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/git/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gnome" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gnome/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gnome/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gnome/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/namespace" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/namespace/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/namespace/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/namespace/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rrdcached" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rrdcached/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rrdcached/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rrdcached/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stapserver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stapserver/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stapserver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stapserver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pwauth" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pwauth/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pwauth/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pwauth/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brctl/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brctl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/brctl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clogd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clogd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clogd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/clogd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/varnishd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/varnishd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/varnishd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/varnishd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhev/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhev/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhev/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/remotelogin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/remotelogin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/remotelogin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/remotelogin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sasl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sasl/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sasl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sasl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/speech-dispatcher" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/speech-dispatcher/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/speech-dispatcher/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/speech-dispatcher/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xserver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xserver/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xserver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xserver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rsync" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rsync/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rsync/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rsync/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openhpid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openhpid/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openhpid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openhpid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv-admin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv-admin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv-admin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dirsrv-admin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ajaxterm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ajaxterm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ajaxterm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ajaxterm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvpn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvpn/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvpn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openvpn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/l2tp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/l2tp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/l2tp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/l2tp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slpd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/awstats" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/awstats/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/awstats/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/awstats/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inn" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inn/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inn/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/inn/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/man2html" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/man2html/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/man2html/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/man2html/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/redis" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/redis/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/redis/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/redis/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/su" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/su/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/su/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/su/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhsmcertd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhsmcertd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhsmcertd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhsmcertd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sblim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sblim/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sblim/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sblim/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netlabel" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netlabel/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netlabel/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/netlabel/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mcelog" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mcelog/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mcelog/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mcelog/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lockdev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lockdev/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lockdev/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lockdev/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ccs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ccs/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ccs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ccs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userdomain" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userdomain/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userdomain/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/userdomain/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mysql" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mysql/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mysql/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mysql/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/acct" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/acct/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/acct/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/acct/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kismet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kismet/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kismet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kismet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/raid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/raid/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/raid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/raid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtas" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtas/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtas/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rtas/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freeipmi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freeipmi/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freeipmi/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/freeipmi/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dhcp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dhcp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dhcp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dhcp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firstboot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firstboot/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firstboot/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firstboot/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qmail/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/qmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpg/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpg/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpg/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dspam" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dspam/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dspam/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dspam/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/timedatex" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/timedatex/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/timedatex/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/timedatex/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usermanage" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usermanage/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usermanage/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/usermanage/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boltd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boltd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boltd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boltd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/screen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/screen/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/screen/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/screen/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fstools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fstools/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fstools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fstools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmtools" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmtools/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmtools/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vmtools/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/udev" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/udev/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/udev/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/udev/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iptables" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iptables/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iptables/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iptables/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uml" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uml/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uml/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uml/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gpm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcpd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tcpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/journalctl" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/journalctl/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/journalctl/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/journalctl/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wireshark" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wireshark/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wireshark/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wireshark/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ddclient" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ddclient/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ddclient/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ddclient/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mta" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mta/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mta/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mta/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/icecast" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/icecast/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/icecast/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/icecast/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keystone" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keystone/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keystone/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/keystone/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cdrecord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cdrecord/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cdrecord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cdrecord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdumpgui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdumpgui/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdumpgui/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kdumpgui/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sbd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sbd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sbd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhnsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhnsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhnsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhnsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/soundserver" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/soundserver/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/soundserver/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/soundserver/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/spamassassin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/spamassassin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/spamassassin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/spamassassin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oracleasm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oracleasm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oracleasm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/oracleasm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blkmapd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blkmapd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blkmapd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/blkmapd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmonger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmonger/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmonger/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmonger/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbskk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbskk/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbskk/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dbskk/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jetty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jetty/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jetty/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/jetty/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhcs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhcs/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhcs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhcs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lpd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lpd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lpd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lpd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hypervkvp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hypervkvp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hypervkvp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hypervkvp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/w3c" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/w3c/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/w3c/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/w3c/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kmscon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kmscon/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kmscon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/kmscon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slocate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slocate/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slocate/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/slocate/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ssh/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ssh/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ssh/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iscsi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iscsi/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iscsi/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/iscsi/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rssh/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rssh/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rssh/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/virt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/virt/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/virt/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/virt/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openct" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openct/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openct/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openct/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ricci" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ricci/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ricci/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ricci/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/squid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/squid/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/squid/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/squid/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/colord" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/colord/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/colord/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/colord/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/application" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/application/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/application/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/application/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conntrackd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conntrackd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conntrackd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/conntrackd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sosreport" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sosreport/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sosreport/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sosreport/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uucp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uucp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uucp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uucp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zebra" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zebra/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zebra/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zebra/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/psad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/psad/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/psad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/psad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cron" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cron/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cron/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cron/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boinc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boinc/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boinc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/boinc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/getty" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/getty/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/getty/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/getty/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/permissivedomains" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/permissivedomains/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/permissivedomains/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/likewise" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/likewise/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/likewise/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/likewise/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelink" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelink/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelink/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prelink/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fcoe" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fcoe/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fcoe/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fcoe/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/isns" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/isns/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/isns/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/isns/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sectoolm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sectoolm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sectoolm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sectoolm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apcupsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apcupsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apcupsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/apcupsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opendnssec" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opendnssec/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opendnssec/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/opendnssec/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sudo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sudo/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sudo/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sudo/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fwupd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fwupd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fwupd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fwupd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkt/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkt/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rkt/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/naemon" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/naemon/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/naemon/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/naemon/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/geoclue" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/geoclue/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/geoclue/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/geoclue/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postfix" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postfix/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postfix/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/postfix/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minidlna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minidlna/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minidlna/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/minidlna/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/calamaris" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/calamaris/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/calamaris/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/calamaris/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setrans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setrans/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setrans/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/setrans/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uuidd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uuidd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uuidd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/uuidd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dovecot" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dovecot/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dovecot/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dovecot/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xen" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xen/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xen/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xen/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmaster" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmaster/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmaster/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certmaster/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cachefilesd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cachefilesd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cachefilesd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cachefilesd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostapd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostapd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostapd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hostapd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sendmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sendmail/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sendmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sendmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cvs" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cvs/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cvs/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/cvs/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/drbd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/drbd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/drbd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/drbd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/abrt" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/abrt/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/abrt/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/abrt/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irc/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/irc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/plymouthd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/plymouthd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/plymouthd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/plymouthd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/numad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/numad/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/numad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/numad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs11proxyd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs11proxyd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs11proxyd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pkcs11proxyd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mojomojo" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mojomojo/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mojomojo/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mojomojo/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/base" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/base/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/base/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/base/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ninfod" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ninfod/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ninfod/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ninfod/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rdisc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rdisc/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rdisc/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rdisc/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rshd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rshd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rshd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rshd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/piranha" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/piranha/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/piranha/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/piranha/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/networkmanager" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/networkmanager/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/networkmanager/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/networkmanager/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/milter" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/milter/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/milter/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/milter/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certwatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certwatch/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certwatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/certwatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dictd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dictd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dictd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dictd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gdomap" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gdomap/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gdomap/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gdomap/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nagios" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nagios/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nagios/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nagios/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysstat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysstat/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysstat/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sysstat/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ntp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/libraries" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/libraries/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/libraries/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/libraries/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tgtd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tgtd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tgtd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/tgtd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gssproxy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gssproxy/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gssproxy/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/gssproxy/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vnstatd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vnstatd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vnstatd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/vnstatd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prosody" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prosody/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prosody/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/prosody/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhgb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhgb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhgb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rhgb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webalizer" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webalizer/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webalizer/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/webalizer/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift-origin" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift-origin/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift-origin/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openshift-origin/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telnet" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telnet/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telnet/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telnet/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rolekit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rolekit/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rolekit/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rolekit/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/games/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/games/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/games/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aide" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aide/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aide/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/aide/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pesign" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pesign/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pesign/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/pesign/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewalld" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewalld/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewalld/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewalld/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logrotate" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logrotate/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logrotate/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logrotate/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/privoxy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/privoxy/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/privoxy/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/privoxy/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mrtg" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mrtg/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mrtg/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mrtg/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logadm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logadm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logadm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logadm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rwho" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rwho/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rwho/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/rwho/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zosremote" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zosremote/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zosremote/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/zosremote/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snmp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snmp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snmp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/snmp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logwatch" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logwatch/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logwatch/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/logwatch/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/guest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/guest/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/guest/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/guest/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/realmd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/realmd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/realmd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/realmd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/miscfiles" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/miscfiles/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/miscfiles/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/miscfiles/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openwsman" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openwsman/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openwsman/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/openwsman/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ibacm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ibacm/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ibacm/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ibacm/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/canna" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/canna/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/canna/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/canna/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipmievd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipmievd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipmievd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/ipmievd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nsd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nsd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nsd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/nsd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnsmasq" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnsmasq/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnsmasq/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/dnsmasq/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewallgui" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewallgui/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewallgui/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/firewallgui/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telepathy" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telepathy/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telepathy/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/telepathy/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/couchdb" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/couchdb/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/couchdb/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/couchdb/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/readahead" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/readahead/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/readahead/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/readahead/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fetchmail" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fetchmail/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fetchmail/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/fetchmail/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/asterisk" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/asterisk/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/asterisk/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/asterisk/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xguest" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xguest/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xguest/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/xguest/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/finger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/finger/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/finger/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/finger/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/avahi" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/avahi/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/avahi/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/avahi/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authconfig" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authconfig/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authconfig/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/authconfig/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hddtemp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hddtemp/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hddtemp/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/hddtemp/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/passenger" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/passenger/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/passenger/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/passenger/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/exim" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/exim/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/exim/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/exim/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wdmd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wdmd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wdmd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/wdmd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mythtv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mythtv/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mythtv/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/mythtv/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stratisd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stratisd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stratisd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/stratisd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bacula" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bacula/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bacula/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/bacula/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lldpad" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lldpad/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lldpad/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/lldpad/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sssd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sssd/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sssd/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/sssd/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/publicfile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/publicfile/hll" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/publicfile/cil" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/modules/100/publicfile/lang_ext" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/commit_num" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/var/lib/selinux/targeted/active/policy.kern" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:system_dbusd_var_lib_t:s0", + "filename": "/var/lib/dbus" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:system_dbusd_var_lib_t:s0", + "filename": "/var/lib/dbus/machine-id" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/alternatives" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/alternatives/python" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/alternatives/libnssckbi.so" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:tcsd_var_lib_t:s0", + "filename": "/var/lib/tpm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:games_data_t:s0", + "filename": "/var/lib/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lib_t:s0", + "filename": "/var/lib/rpm-state" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lib_t:s0", + "filename": "/var/lib/portables" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/adm" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/preserve" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/gopher" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lock_t:s0", + "filename": "/var/lock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/var/local" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_yp_t:s0", + "filename": "/var/yp" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:games_data_t:s0", + "filename": "/var/games" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_run_t:s0", + "filename": "/var/run" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_t:s0", + "filename": "/srv" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:lib_t:s0", + "filename": "/lib" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:home_root_t:s0", + "filename": "/home" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "unconfined_u:object_r:user_home_dir_t:s0", + "filename": "/home/redhat" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "unconfined_u:object_r:user_home_t:s0", + "filename": "/home/redhat/.bashrc" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "unconfined_u:object_r:ssh_home_t:s0", + "filename": "/home/redhat/.ssh" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "unconfined_u:object_r:ssh_home_t:s0", + "filename": "/home/redhat/.ssh/authorized_keys" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "unconfined_u:object_r:user_home_t:s0", + "filename": "/home/redhat/.bash_profile" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "unconfined_u:object_r:user_home_t:s0", + "filename": "/home/redhat/.bash_logout" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_run_t:s0", + "filename": "/run" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:faillog_t:s0", + "filename": "/run/faillock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:pam_var_console_t:s0", + "filename": "/run/console" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:fsadm_var_run_t:s0", + "filename": "/run/blkid" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:init_var_run_t:s0", + "filename": "/run/systemd" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_logind_var_run_t:s0", + "filename": "/run/systemd/users" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_logind_var_run_t:s0", + "filename": "/run/systemd/shutdown" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_logind_sessions_t:s0", + "filename": "/run/systemd/sessions" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_logind_var_run_t:s0", + "filename": "/run/systemd/seats" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_machined_var_run_t:s0", + "filename": "/run/systemd/machines" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:systemd_passwd_var_run_t:s0", + "filename": "/run/systemd/ask-password" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_run_t:s0", + "filename": "/run/cryptsetup" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:user_tmp_t:s0", + "filename": "/run/user" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:syslogd_var_run_t:s0", + "filename": "/run/log" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:setrans_var_run_t:s0", + "filename": "/run/setrans" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:var_lock_t:s0", + "filename": "/run/lock" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:pam_var_run_t:s0", + "filename": "/run/sepermit" + }, + { + "actual": "unconfined_u:object_r:user_tmp_t:s0", + "expected": "system_u:object_r:admin_home_t:s0", + "filename": "/root" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", @@ -6302,6 +131261,7 @@ "kexec.target", "poweroff.target", "reboot.target", + "remote-cryptsetup.target", "runlevel0.target", "runlevel6.target", "serial-getty@.service", diff --git a/test/data/manifests/rhel_8-x86_64-ami-boot.json b/test/data/manifests/rhel_8-x86_64-ami-boot.json index d49b7e387..9b99b3d90 100644 --- a/test/data/manifests/rhel_8-x86_64-ami-boot.json +++ b/test/data/manifests/rhel_8-x86_64-ami-boot.json @@ -11,6 +11,11 @@ { "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.3.0.r-20210120/", "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" + }, + { + "name": "rt", + "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-rt-8.3.0.r-20210214/", + "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" } ], "filename": "image.raw", @@ -1195,6 +1200,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -1871,6 +1877,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -8486,6 +8493,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd ro console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295 crashkernel=auto" }, @@ -8503,6 +8592,14 @@ "version": "4.18.0-240.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -8557,9 +8654,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9009,6 +9114,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9023,6 +9169,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9093,6 +9245,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-x86_64-openstack-boot.json b/test/data/manifests/rhel_8-x86_64-openstack-boot.json index ac85daf13..179985aaf 100644 --- a/test/data/manifests/rhel_8-x86_64-openstack-boot.json +++ b/test/data/manifests/rhel_8-x86_64-openstack-boot.json @@ -14,6 +14,11 @@ { "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.3.0.r-20210120/", "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" + }, + { + "name": "rt", + "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-rt-8.3.0.r-20210214/", + "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" } ], "filename": "disk.qcow2", @@ -1326,6 +1331,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -2002,6 +2008,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -9065,6 +9072,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd ro net.ifnames=0" }, @@ -9141,10 +9230,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9631,6 +9728,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9645,6 +9783,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "console-getty.service", @@ -9719,6 +9863,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-x86_64-qcow2-boot.json b/test/data/manifests/rhel_8-x86_64-qcow2-boot.json index c09647112..f9f157066 100644 --- a/test/data/manifests/rhel_8-x86_64-qcow2-boot.json +++ b/test/data/manifests/rhel_8-x86_64-qcow2-boot.json @@ -11,6 +11,11 @@ { "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.3.0.r-20210120/", "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" + }, + { + "name": "rt", + "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-rt-8.3.0.r-20210214/", + "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" } ], "filename": "disk.qcow2", @@ -1401,6 +1406,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -2077,6 +2083,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -9489,6 +9496,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd console=ttyS0 console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" }, @@ -9506,6 +9595,14 @@ "version": "4.18.0-240.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9567,10 +9664,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10092,6 +10197,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10108,6 +10254,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10188,6 +10340,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-x86_64-qcow2-customize.json b/test/data/manifests/rhel_8-x86_64-qcow2-customize.json index 99bd8bf2f..a4e1f523b 100644 --- a/test/data/manifests/rhel_8-x86_64-qcow2-customize.json +++ b/test/data/manifests/rhel_8-x86_64-qcow2-customize.json @@ -9615,6 +9615,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd console=ttyS0 console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 debug" }, @@ -9632,6 +9714,14 @@ "version": "4.18.0-240.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "server": [ + "time.example.com iburst" + ] + }, "default-target": "graphical.target", "fstab": [ [ @@ -9696,10 +9786,23 @@ "wheel:x:10:" ], "hostname": "my-host", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "keyboard": { + "vconsole": { + "KEYMAP": "dvorak" + } + }, + "locale": { + "LANG": "el_CY.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10222,6 +10325,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10239,6 +10383,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10319,6 +10469,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "London" } } diff --git a/test/data/manifests/rhel_8-x86_64-rhel_edge_commit-boot.json b/test/data/manifests/rhel_8-x86_64-rhel_edge_commit-boot.json index 3bad241d1..044504a57 100644 --- a/test/data/manifests/rhel_8-x86_64-rhel_edge_commit-boot.json +++ b/test/data/manifests/rhel_8-x86_64-rhel_edge_commit-boot.json @@ -8521,6 +8521,14 @@ ] }, "image-info": { + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8573,6 +8581,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9003,6 +9019,39 @@ "systemd-resolve:x:193:193:systemd Resolver:/:/sbin/nologin", "tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "chrony-dnssrv@.timer", @@ -9078,6 +9127,23 @@ "sshd.service", "timedatex.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC", "type": "ostree/commit" } diff --git a/test/data/manifests/rhel_8-x86_64-rhel_edge_commit_rt-boot.json b/test/data/manifests/rhel_8-x86_64-rhel_edge_commit_rt-boot.json index f35ab2ad7..02a1c8e80 100644 --- a/test/data/manifests/rhel_8-x86_64-rhel_edge_commit_rt-boot.json +++ b/test/data/manifests/rhel_8-x86_64-rhel_edge_commit_rt-boot.json @@ -8917,6 +8917,56 @@ ] }, "image-info": { + "/etc/security/limits.d": { + "realtime.conf": [ + { + "domain": "@realtime", + "item": "cpu", + "type": "soft", + "value": "unlimited" + }, + { + "domain": "@realtime", + "item": "rtprio", + "type": "-", + "value": "99" + }, + { + "domain": "@realtime", + "item": "nice", + "type": "-", + "value": "-20" + }, + { + "domain": "@realtime", + "item": "memlock", + "type": "-", + "value": "unlimited" + } + ] + }, + "/etc/sysctl.d": { + "99-sysctl.conf": [ + "kernel.hung_task_panic = 0", + "kernel.hung_task_timeout_secs = 600" + ] + }, + "/etc/udev/rules.d": { + "99-rhel-rt.rules": [ + "KERNEL==\"rtc0\", PROGRAM+=\"/bin/ln -sf rtc0 /dev/rtc\"", + "KERNEL==\"cpu_dma_latency\", GROUP=\"realtime\"", + "SUBSYSTEM==\"msr\", GROUP=\"realtime\", MODE=\"0640\"", + "SUBSYSTEM==\"cpuid\", GROUP=\"realtime\", MODE=\"0640\"" + ] + }, + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8970,6 +9020,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9426,6 +9484,39 @@ "systemd-resolve:x:193:193:systemd Resolver:/:/sbin/nologin", "tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin" ], + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "chrony-dnssrv@.timer", @@ -9506,6 +9597,23 @@ "timedatex.service", "tuned.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC", "type": "ostree/commit" } diff --git a/test/data/manifests/rhel_8-x86_64-tar-boot.json b/test/data/manifests/rhel_8-x86_64-tar-boot.json index bf0145c08..50203fa5a 100644 --- a/test/data/manifests/rhel_8-x86_64-tar-boot.json +++ b/test/data/manifests/rhel_8-x86_64-tar-boot.json @@ -14,6 +14,11 @@ { "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.3.0.r-20210120/", "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" + }, + { + "name": "rt", + "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-rt-8.3.0.r-20210214/", + "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" } ], "filename": "root.tar.xz", @@ -72,9 +77,15 @@ "sha256:0d612ef49922f8eff2d2c96e8da290f77dacf7b667f6b8a9be751bd6394fcf73": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/libxcrypt-4.1.1-4.el8.x86_64.rpm" }, + "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm" + }, "sha256:0ec965a53b04c44d26d7a80d2b8d642afeca32350ecdb5782766bc51c806e4b7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/redhat-release-8.3-1.0.el8.x86_64.rpm" }, + "sha256:0fcb20a5047a1ee9ac2aa0454a704ed22334343fa8f0108bf46dd6cc7305543c": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.x86_64.rpm" + }, "sha256:11c9c29a2f938935c9dd7febc7194dc35c22289d6d818775c17f1a34c8047710": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/glibc-all-langpacks-2.28-127.el8.x86_64.rpm" }, @@ -225,6 +236,9 @@ "sha256:47844be3565ac30b2bc46091f81a96953945b879c88be72e53d178f6fffd6fcb": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/elfutils-default-yama-scope-0.180-1.el8.noarch.rpm" }, + "sha256:47a595fc34b7eadc738e5a8992d11847d228ab7c15ed3b9199763f8dc8a2190f": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.x86_64.rpm" + }, "sha256:49646b15bc83441dad756598083137562b7b06fe6d88249141b6e3006f703797": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/procps-ng-3.3.15-3.el8.x86_64.rpm" }, @@ -276,6 +290,9 @@ "sha256:55a58ea1e63e2cc102d82ab4d02e04e90e2c03819b2a2dee74395905868eb5fd": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/memstrack-0.1.11-1.el8.x86_64.rpm" }, + "sha256:56b1d002e0d4f31120742344a896eab02d0538bef01d15a5e01e859ad2747713": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.x86_64.rpm" + }, "sha256:584b39de639e9f0a25687b8c7ef05500a0084a3bc4c8afb0a2137868ab357d14": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/rpm-build-libs-4.14.3-4.el8.x86_64.rpm" }, @@ -713,6 +730,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -1389,6 +1407,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -1573,6 +1592,15 @@ { "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "checksum": "sha256:47a595fc34b7eadc738e5a8992d11847d228ab7c15ed3b9199763f8dc8a2190f" + }, + { + "checksum": "sha256:56b1d002e0d4f31120742344a896eab02d0538bef01d15a5e01e859ad2747713" + }, + { + "checksum": "sha256:0fcb20a5047a1ee9ac2aa0454a704ed22334343fa8f0108bf46dd6cc7305543c" + }, { "checksum": "sha256:4da971c6e5a8a759c919dc9cde21324ee2b309c96b46eb000b4f251a287b08b1" }, @@ -1726,6 +1754,9 @@ { "checksum": "sha256:45cc50a8b02f9bbbbe2c8c056f34622d15d383f695916ac07821d688fcab1c25" }, + { + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "checksum": "sha256:60c5b5ece7a84f1c5e320b6120b64c176ce4bc48b484b85e20a13cb52ee7db05" }, @@ -4445,6 +4476,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm", "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kernel-4.18.0-240.el8.x86_64.rpm", + "checksum": "sha256:47a595fc34b7eadc738e5a8992d11847d228ab7c15ed3b9199763f8dc8a2190f" + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kernel-core-4.18.0-240.el8.x86_64.rpm", + "checksum": "sha256:56b1d002e0d4f31120742344a896eab02d0538bef01d15a5e01e859ad2747713" + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "240.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/kernel-modules-4.18.0-240.el8.x86_64.rpm", + "checksum": "sha256:0fcb20a5047a1ee9ac2aa0454a704ed22334343fa8f0108bf46dd6cc7305543c" + }, { "name": "keyutils-libs", "epoch": 0, @@ -4904,6 +4962,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/libzstd-1.4.4-1.el8.x86_64.rpm", "checksum": "sha256:45cc50a8b02f9bbbbe2c8c056f34622d15d383f695916ac07821d688fcab1c25" }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20200619", + "release": "99.git3890db36.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.3.0.r-20210120/Packages/linux-firmware-20200619-99.git3890db36.el8.noarch.rpm", + "checksum": "sha256:0dc7b3a90e2e0806e398ccc929dfa873b951ae0eb770690d044a1e1529e335b9" + }, { "name": "lua-libs", "epoch": 0, @@ -5429,7 +5496,19 @@ ] }, "image-info": { - "bootmenu": [], + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20200923093127-4.18.0-240.el8.x86_64", + "initrd": "/boot/initramfs-4.18.0-240.el8.x86_64.img", + "linux": "/boot/vmlinuz-4.18.0-240.el8.x86_64", + "options": "$kernelopts", + "title": "Red Hat Enterprise Linux (4.18.0-240.el8.x86_64) 8.3 (Ootpa)", + "version": "4.18.0-240.el8.x86_64" + } + ], "default-target": "graphical.target", "groups": [ "adm:x:4:", @@ -5470,6 +5549,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -5550,6 +5637,9 @@ "kbd-2.0.4-10.el8.x86_64", "kbd-legacy-2.0.4-10.el8.noarch", "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-240.el8.x86_64", + "kernel-core-4.18.0-240.el8.x86_64", + "kernel-modules-4.18.0-240.el8.x86_64", "keyutils-libs-1.5.10-6.el8.x86_64", "kmod-25-16.el8.x86_64", "kmod-libs-25-16.el8.x86_64", @@ -5602,6 +5692,7 @@ "libxkbcommon-0.9.1-1.el8.x86_64", "libxml2-2.9.7-8.el8.x86_64", "libzstd-1.4.4-1.el8.x86_64", + "linux-firmware-20200619-99.git3890db36.el8.noarch", "lua-libs-5.3.4-11.el8.x86_64", "lz4-libs-1.8.3-2.el8.x86_64", "memstrack-0.1.11-1.el8.x86_64", @@ -5693,6 +5784,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/rhel_8-x86_64-vhd-boot.json b/test/data/manifests/rhel_8-x86_64-vhd-boot.json index 3933cca92..d84f5ddaa 100644 --- a/test/data/manifests/rhel_8-x86_64-vhd-boot.json +++ b/test/data/manifests/rhel_8-x86_64-vhd-boot.json @@ -11,6 +11,11 @@ { "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.3.0.r-20210120/", "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" + }, + { + "name": "rt", + "baseurl": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-rt-8.3.0.r-20210214/", + "gpgkey": "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" } ], "filename": "disk.vhd", @@ -1296,6 +1301,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -1972,6 +1978,7 @@ "name": "org.osbuild.rpm", "options": { "gpgkeys": [ + "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n", "-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF\n0HtzIG58qDRybwUe89FZprB1ffuUKzdE+HcL3FbNWSSOXVjZIersdXyH3NvnLLLF\n0DNRB2ix3bXG9Rh/RXpFsNxDp2CEMdUvbYCzE79K1EnUTVh1L0Of023FtPSZXX0c\nu7Pb5DI5lX5YeoXO6RoodrIGYJsVBQWnrWw4xNTconUfNPk0EGZtEnzvH2zyPoJh\nXGF+Ncu9XwbalnYde10OCvSWAZ5zTCpoLMTvQjWpbCdWXJzCm6G+/hx9upke546H\n5IjtYm4dTIVTnc3wvDiODgBKRzOl9rEOCIgOuGtDxRxcQkjrC+xvg5Vkqn7vBUyW\n9pHedOU+PoF3DGOM+dqv+eNKBvh9YF9ugFAQBkcG7viZgvGEMGGUpzNgN7XnS1gj\n/DPo9mZESOYnKceve2tIC87p2hqjrxOHuI7fkZYeNIcAoa83rBltFXaBDYhWAKS1\nPcXS1/7JzP0ky7d0L6Xbu/If5kqWQpKwUInXtySRkuraVfuK3Bpa+X1XecWi24JY\nHVtlNX025xx1ewVzGNCTlWn1skQN2OOoQTV4C8/qFpTW6DTWYurd4+fE0OJFJZQF\nbuhfXYwmRlVOgN5i77NTIJZJQfYFj38c/Iv5vZBPokO6mffrOTv3MHWVgQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChyZWxlYXNlIGtleSAyKSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjYEEwECACAFAkrgSTsCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAK\nCRAZni+R/UMdUWzpD/9s5SFR/ZF3yjY5VLUFLMXIKUztNN3oc45fyLdTI3+UClKC\n2tEruzYjqNHhqAEXa2sN1fMrsuKec61Ll2NfvJjkLKDvgVIh7kM7aslNYVOP6BTf\nC/JJ7/ufz3UZmyViH/WDl+AYdgk3JqCIO5w5ryrC9IyBzYv2m0HqYbWfphY3uHw5\nun3ndLJcu8+BGP5F+ONQEGl+DRH58Il9Jp3HwbRa7dvkPgEhfFR+1hI+Btta2C7E\n0/2NKzCxZw7Lx3PBRcU92YKyaEihfy/aQKZCAuyfKiMvsmzs+4poIX7I9NQCJpyE\nIGfINoZ7VxqHwRn/d5mw2MZTJjbzSf+Um9YJyA0iEEyD6qjriWQRbuxpQXmlAJbh\n8okZ4gbVFv1F8MzK+4R8VvWJ0XxgtikSo72fHjwha7MAjqFnOq6eo6fEC/75g3NL\nGht5VdpGuHk0vbdENHMC8wS99e5qXGNDued3hlTavDMlEAHl34q2H9nakTGRF5Ki\nJUfNh3DVRGhg8cMIti21njiRh7gyFI2OccATY7bBSr79JhuNwelHuxLrCFpY7V25\nOFktl15jZJaMxuQBqYdBgSay2G0U6D1+7VsWufpzd/Abx1/c3oi9ZaJvW22kAggq\ndzdA27UUYjWvx42w9menJwh/0jeQcTecIUd0d0rFcw/c1pvgMMl/Q73yzKgKYw==\n=zbHE\n-----END PGP PUBLIC KEY BLOCK-----\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBFsy23UBEACUKSphFEIEvNpy68VeW4Dt6qv+mU6am9a2AAl10JANLj1oqWX+\noYk3en1S6cVe2qehSL5DGVa3HMUZkP3dtbD4SgzXzxPodebPcr4+0QNWigkUisri\nXGL5SCEcOP30zDhZvg+4mpO2jMi7Kc1DLPzBBkgppcX91wa0L1pQzBcvYMPyV/Dh\nKbQHR75WdkP6OA2JXdfC94nxYq+2e0iPqC1hCP3Elh+YnSkOkrawDPmoB1g4+ft/\nxsiVGVy/W0ekXmgvYEHt6si6Y8NwXgnTMqxeSXQ9YUgVIbTpsxHQKGy76T5lMlWX\n4LCOmEVomBJg1SqF6yi9Vu8TeNThaDqT4/DddYInd0OO69s0kGIXalVgGYiW2HOD\nx2q5R1VGCoJxXomz+EbOXY+HpKPOHAjU0DB9MxbU3S248LQ69nIB5uxysy0PSco1\nsdZ8sxRNQ9Dw6on0Nowx5m6Thefzs5iK3dnPGBqHTT43DHbnWc2scjQFG+eZhe98\nEll/kb6vpBoY4bG9/wCG9qu7jj9Z+BceCNKeHllbezVLCU/Hswivr7h2dnaEFvPD\nO4GqiWiwOF06XaBMVgxA8p2HRw0KtXqOpZk+o+sUvdPjsBw42BB96A1yFX4jgFNA\nPyZYnEUdP6OOv9HSjnl7k/iEkvHq/jGYMMojixlvXpGXhnt5jNyc4GSUJQARAQAB\ntDNSZWQgSGF0LCBJbmMuIChhdXhpbGlhcnkga2V5KSA8c2VjdXJpdHlAcmVkaGF0\nLmNvbT6JAjkEEwECACMFAlsy23UCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIX\ngAAKCRD3b2bD1AgnknqOD/9fB2ASuG2aJIiap4kK58R+RmOVM4qgclAnaG57+vjI\nnKvyfV3NH/keplGNRxwqHekfPCqvkpABwhdGEXIE8ILqnPewIMr6PZNZWNJynZ9i\neSMzVuCG7jDoGyQ5/6B0f6xeBtTeBDiRl7+Alehet1twuGL1BJUYG0QuLgcEzkaE\n/gkuumeVcazLzz7L12D22nMk66GxmgXfqS5zcbqOAuZwaA6VgSEgFdV2X2JU79zS\nBQJXv7NKc+nDXFG7M7EHjY3Rma3HXkDbkT8bzh9tJV7Z7TlpT829pStWQyoxKCVq\nsEX8WsSapTKA3P9YkYCwLShgZu4HKRFvHMaIasSIZWzLu+RZH/4yyHOhj0QB7XMY\neHQ6fGSbtJ+K6SrpHOOsKQNAJ0hVbSrnA1cr5+2SDfel1RfYt0W9FA6DoH/S5gAR\ndzT1u44QVwwp3U+eFpHphFy//uzxNMtCjjdkpzhYYhOCLNkDrlRPb+bcoL/6ePSr\n016PA7eEnuC305YU1Ml2WcCn7wQV8x90o33klJmEkWtXh3X39vYtI4nCPIvZn1eP\nVy+F+wWt4vN2b8oOdlzc2paOembbCo2B+Wapv5Y9peBvlbsDSgqtJABfK8KQq/jK\nYl3h5elIa1I3uNfczeHOnf1enLOUOlq630yeM/yHizz99G1g+z/guMh5+x/OHraW\niLkCDQRbMtt1ARAA1lNsWklhS9LoBdolTVtg65FfdFJr47pzKRGYIoGLbcJ155ND\nG+P8UrM06E/ah06EEWuvu2YyyYAz1iYGsCwHAXtbEJh+1tF0iOVx2vnZPgtIGE9V\nP95V5ZvWvB3bdke1z8HadDA+/Ve7fbwXXLa/z9QhSQgsJ8NS8KYnDDjI4EvQtv0i\nPVLY8+u8z6VyiV9RJyn8UEZEJdbFDF9AZAT8103w8SEo/cvIoUbVKZLGcXdAIjCa\ny04u6jsrMp9UGHZX7+srT+9YHDzQixei4IdmxUcqtiNR2/bFHpHCu1pzYjXj968D\n8Ng2txBXDgs16BF/9l++GWKz2dOSH0jdS6sFJ/Dmg7oYnJ2xKSJEmcnV8Z0M1n4w\nXR1t/KeKZe3aR+RXCAEVC5dQ3GbRW2+WboJ6ldgFcVcOv6iOSWP9TrLzFPOpCsIr\nnHE+cMBmPHq3dUm7KeYXQ6wWWmtXlw6widf7cBcGFeELpuU9klzqdKze8qo2oMkf\nrfxIq8zdciPxZXb/75dGWs6dLHQmDpo4MdQVskw5vvwHicMpUpGpxkX7X1XAfdQf\nyIHLGT4ZXuMLIMUPdzJE0Vwt/RtJrZ+feLSv/+0CkkpGHORYroGwIBrJ2RikgcV2\nbc98V/27Kz2ngUCEwnmlhIcrY4IGAAZzUAl0GLHSevPbAREu4fDW4Y+ztOsAEQEA\nAYkCHwQYAQIACQUCWzLbdQIbDAAKCRD3b2bD1AgnkusfD/9U4sPtZfMw6cII167A\nXRZOO195G7oiAnBUw5AW6EK0SAHVZcuW0LMMXnGe9f4UsEUgCNwo5mvLWPxzKqFq\n6/G3kEZVFwZ0qrlLoJPeHNbOcfkeZ9NgD/OhzQmdylM0IwGM9DMrm2YS4EVsmm2b\n53qKIfIyysp1yAGcTnBwBbZ85osNBl2KRDIPhMs0bnmGB7IAvwlSb+xm6vWKECkO\nlwQDO5Kg8YZ8+Z3pn/oS688t/fPXvWLZYUqwR63oWfIaPJI7Ahv2jJmgw1ofL81r\n2CE3T/OydtUeGLzqWJAB8sbUgT3ug0cjtxsHuroQBSYBND3XDb/EQh5GeVVnGKKH\ngESLFAoweoNjDSXrlIu1gFjCDHF4CqBRmNYKrNQjLmhCrSfwkytXESJwlLzFKY8P\nK1yZyTpDC9YK0G7qgrk7EHmH9JAZTQ5V65pp0vR9KvqTU5ewkQDIljD2f3FIqo2B\nSKNCQE+N6NjWaTeNlU75m+yZocKObSPg0zS8FAuSJetNtzXA7ouqk34OoIMQj4gq\nUnh/i1FcZAd4U6Dtr9aRZ6PeLlm6MJ/h582L6fJLNEu136UWDtJj5eBYEzX13l+d\nSC4PEHx7ZZRwQKptl9NkinLZGJztg175paUu8C34sAv+SQnM20c0pdOXAq9GKKhi\nvt61kpkXoRGxjTlc6h+69aidSg==\n=ls8J\n-----END PGP PUBLIC KEY BLOCK-----\n" ], @@ -8973,6 +8980,121 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "66-azure-storage.rules": [ + "ACTION!=\"add|change\", GOTO=\"walinuxagent_end\"", + "SUBSYSTEM!=\"block\", GOTO=\"walinuxagent_end\"", + "ATTRS{ID_VENDOR}!=\"Msft\", GOTO=\"walinuxagent_end\"", + "ATTRS{ID_MODEL}!=\"Virtual_Disk\", GOTO=\"walinuxagent_end\"", + "ATTRS{device_id}==\"?00000000-0000-*\", ENV{fabric_name}=\"root\", GOTO=\"wa_azure_names\"", + "ATTRS{device_id}==\"?00000000-0001-*\", ENV{fabric_name}=\"resource\", GOTO=\"wa_azure_names\"", + "ATTRS{device_id}==\"{f8b3781a-1e82-4818-a1c3-63d806ec15bb}\", ENV{fabric_scsi_controller}=\"scsi0\", GOTO=\"azure_datadisk\"", + "ATTRS{device_id}==\"{f8b3781b-1e82-4818-a1c3-63d806ec15bb}\", ENV{fabric_scsi_controller}=\"scsi1\", GOTO=\"azure_datadisk\"", + "ATTRS{device_id}==\"{f8b3781c-1e82-4818-a1c3-63d806ec15bb}\", ENV{fabric_scsi_controller}=\"scsi2\", GOTO=\"azure_datadisk\"", + "ATTRS{device_id}==\"{f8b3781d-1e82-4818-a1c3-63d806ec15bb}\", ENV{fabric_scsi_controller}=\"scsi3\", GOTO=\"azure_datadisk\"", + "GOTO=\"walinuxagent_end\"", + "LABEL=\"azure_datadisk\"", + "ENV{DEVTYPE}==\"partition\", PROGRAM=\"/bin/sh -c 'readlink /sys/class/block/%k/../device|cut -d: -f4'\", ENV{fabric_name}=\"$env{fabric_scsi_controller}/lun$result\"", + "ENV{DEVTYPE}==\"disk\", PROGRAM=\"/bin/sh -c 'readlink /sys/class/block/%k/device|cut -d: -f4'\", ENV{fabric_name}=\"$env{fabric_scsi_controller}/lun$result\"", + "ENV{fabric_name}==\"scsi0/lun0\", ENV{fabric_name}=\"root\"", + "ENV{fabric_name}==\"scsi0/lun1\", ENV{fabric_name}=\"resource\"", + "ENV{fabric_name}==\"scsi0/lun2\", GOTO=\"walinuxagent_end\"", + "LABEL=\"wa_azure_names\"", + "ENV{DEVTYPE}==\"disk\", SYMLINK+=\"disk/azure/$env{fabric_name}\"", + "ENV{DEVTYPE}==\"partition\", SYMLINK+=\"disk/azure/$env{fabric_name}-part%n\"", + "LABEL=\"walinuxagent_end\"" + ], + "99-azure-product-uuid.rules": [ + "SUBSYSTEM!=\"dmi\", GOTO=\"product_uuid-exit\"", + "ATTR{sys_vendor}!=\"Microsoft Corporation\", GOTO=\"product_uuid-exit\"", + "ATTR{product_name}!=\"Virtual Machine\", GOTO=\"product_uuid-exit\"", + "TEST!=\"/sys/devices/virtual/dmi/id/product_uuid\", GOTO=\"product_uuid-exit\"", + "RUN+=\"/bin/chmod 0444 /sys/devices/virtual/dmi/id/product_uuid\"", + "LABEL=\"product_uuid-exit\"" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0bd700f8-090f-4556-b797-b340297ea1bd ro biosdevname=0 rootdelay=300 console=ttyS0 earlyprintk=ttyS0 net.ifnames=0" }, @@ -8990,6 +9112,14 @@ "version": "4.18.0-240.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "firewall-enabled": [ "ssh", @@ -9050,9 +9180,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9534,6 +9672,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9548,6 +9727,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9625,6 +9810,23 @@ "unbound-anchor.timer", "waagent.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_8-x86_64-vmdk-boot.json b/test/data/manifests/rhel_8-x86_64-vmdk-boot.json index f6504d800..bd1eca700 100644 --- a/test/data/manifests/rhel_8-x86_64-vmdk-boot.json +++ b/test/data/manifests/rhel_8-x86_64-vmdk-boot.json @@ -8633,6 +8633,14 @@ "version": "4.18.0-240.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8693,9 +8701,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "vmdk" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9153,6 +9169,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9167,6 +9224,12 @@ }, "missing": [] }, + "selinux": { + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "chrony-dnssrv@.timer", "chrony-wait.service", @@ -9241,6 +9304,23 @@ "vgauthd.service", "vmtoolsd.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "timezone": "UTC" } } diff --git a/test/data/manifests/rhel_84-aarch64-ami-boot.json b/test/data/manifests/rhel_84-aarch64-ami-boot.json index 9b14047e2..dd5679262 100644 --- a/test/data/manifests/rhel_84-aarch64-ami-boot.json +++ b/test/data/manifests/rhel_84-aarch64-ami-boot.json @@ -8902,6 +8902,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.aarch64" @@ -8920,6 +9002,14 @@ "version": "4.18.0-275.el8.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -8981,9 +9071,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9472,6 +9570,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9492,6 +9631,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:systemd_sleep_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9565,6 +9727,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-aarch64-openstack-boot.json b/test/data/manifests/rhel_84-aarch64-openstack-boot.json index 5f776ed26..9f8db7b35 100644 --- a/test/data/manifests/rhel_84-aarch64-openstack-boot.json +++ b/test/data/manifests/rhel_84-aarch64-openstack-boot.json @@ -9466,6 +9466,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 ro net.ifnames=0", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.aarch64" @@ -9550,10 +9632,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10078,6 +10168,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10098,6 +10229,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:systemd_sleep_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "cpupower.service", @@ -10174,6 +10328,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-aarch64-qcow2-boot.json b/test/data/manifests/rhel_84-aarch64-qcow2-boot.json index d30a6c605..5c78f37d9 100644 --- a/test/data/manifests/rhel_84-aarch64-qcow2-boot.json +++ b/test/data/manifests/rhel_84-aarch64-qcow2-boot.json @@ -9387,6 +9387,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.aarch64" @@ -9405,6 +9487,14 @@ "version": "4.18.0-275.el8.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9473,10 +9563,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10002,6 +10100,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10020,6 +10159,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:systemd_sleep_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10100,6 +10262,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-aarch64-rhel_edge_commit-boot.json b/test/data/manifests/rhel_84-aarch64-rhel_edge_commit-boot.json index abb66c920..04ead6d32 100644 --- a/test/data/manifests/rhel_84-aarch64-rhel_edge_commit-boot.json +++ b/test/data/manifests/rhel_84-aarch64-rhel_edge_commit-boot.json @@ -121,6 +121,9 @@ "sha256:1269ac60fc692ef06218f41e2e8a5a7ecc7cb236f33838403555a75923a2eea4": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/iptables-1.8.4-16.el8.aarch64.rpm" }, + "sha256:12a354bd9f9db9c593d1da05a84e4161cb9a7f222058999bd83f1908c1ec3df5": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-syspurpose-1.28.9-1.el8.aarch64.rpm" + }, "sha256:136f4caef324a9730c5d4a9f4da48d2b23ffbb51039ff7c46ce6afc040131028": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/clevis-dracut-15-1.el8.aarch64.rpm" }, @@ -175,6 +178,9 @@ "sha256:1a9d808e6fce4a10f7982e4b1b598d9f9c9f20dbf1d9555e7289120b9dad9e2b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libgcc-8.4.1-1.el8.aarch64.rpm" }, + "sha256:1bc21785bc6f66d6fcc29cd62f2cdd3584f3f8ea6321db4c27251b192f468433": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/usermode-1.113-1.el8.aarch64.rpm" + }, "sha256:1cb0a98a34d2c18104c05460f0fa2563395a2516ea61f86a27e8b7c8bb36f6ec": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/iwl7260-firmware-25.30.13.0-101.el8.1.noarch.rpm" }, @@ -253,6 +259,9 @@ "sha256:2cddadff38ccef2364a7e40af0e1d9b3bf9c06869c15ceeb655f3cfa431c2083": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libcap-2.26-4.el8.aarch64.rpm" }, + "sha256:2d6603e456b0460b46da85f7bc7eaccdf86954afea109db5d741b948c1652ce0": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-1.28.9-1.el8.aarch64.rpm" + }, "sha256:2d84f6765b1645f867527f493b6153470602a80c75f81545bf619aa92127e4da": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/bzip2-libs-1.0.6-26.el8.aarch64.rpm" }, @@ -322,6 +331,9 @@ "sha256:3a74a74a9e355f2d5c6f3a6ffdd65d12e7dde60529240c40e4bf0e0b63f7b9e7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libuuid-2.32.1-26.el8.aarch64.rpm" }, + "sha256:3bc73592b87c241f60b481a298f03c96c8ba0ae1e450938e707fff6d1e070d92": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-rhsm-certificates-1.28.9-1.el8.aarch64.rpm" + }, "sha256:3cc86a6c631cb069221b616d60e61bff630f5afb1e18e7c3365b567760f58f52": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/libbytesize-1.4-3.el8.aarch64.rpm" }, @@ -385,6 +397,9 @@ "sha256:43ab42c8a58267936a89da99e37d3b9fc56489e958060f600ba047445ca44ee3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/os-prober-1.74-6.el8.aarch64.rpm" }, + "sha256:464aa2a977ac132c5480d3dd36ff05e8d2fbf18d2c8ac0bda8a18f3fd9e2b00c": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-librepo-1.12.0-3.el8.aarch64.rpm" + }, "sha256:4702a5969b686f5f12532ba6eb660d704d117b2156d1188a0049114de93b4d62": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-pip-wheel-9.0.3-19.el8.noarch.rpm" }, @@ -406,6 +421,9 @@ "sha256:499861559c90bd94d41f5ba8d6eb75779cf16f56577b6657f279f1b8d422363e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/NetworkManager-libnm-1.30.0-0.6.el8.aarch64.rpm" }, + "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-inotify-0.9.6-13.el8.noarch.rpm" + }, "sha256:4a40a1538c8a488f32476f96d2461c3b792eb0cf5acb998e397d8a9cef8e5461": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libffi-3.1-22.el8.aarch64.rpm" }, @@ -415,6 +433,9 @@ "sha256:4f6484f63e38a9ae9e45eb39fee2369bf854c08b611e2d5cd975ab5ec4ba8c7f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/libblockdev-fs-2.24-5.el8.aarch64.rpm" }, + "sha256:4fe7733b93fad52a48d4b47a6dc55582f3cc41fc2074e42a9b39fc5d407df6d3": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-ethtool-0.14-3.el8.aarch64.rpm" + }, "sha256:505e415e559abd5995cd31f6fe599b5f5832d344b497ef12e556a515057fd162": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/util-linux-2.32.1-26.el8.aarch64.rpm" }, @@ -550,6 +571,9 @@ "sha256:6f2bfbe0f23d3b233aacb72c153ee133839353325f028321eb5ea38b0dc06c02": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libattr-2.4.48-3.el8.aarch64.rpm" }, + "sha256:6fdf867aa240eac1bca86792a1d583786bff800f0c14522521cbc0d1a0850bec": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-plugin-subscription-manager-1.28.9-1.el8.aarch64.rpm" + }, "sha256:703f78e932f243ccf2890039ab582176b829f4dfc302a4c9a4e48189eb3a0bd2": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm" }, @@ -604,6 +628,9 @@ "sha256:7cfca13c2e74a2b19232d8191b097a9968f3cf07f09d13564017cfb1a994bc92": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/clevis-15-1.el8.aarch64.rpm" }, + "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm" + }, "sha256:7ec815eab4d457890d4270470fb29bde61047d447b32058ef23c593e7ea50aeb": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/firewalld-0.8.2-3.el8.noarch.rpm" }, @@ -664,6 +691,9 @@ "sha256:892298be919e44d33048894c71de9cb2157b02eac45c68ebc2fba41e0a888475": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dracut-network-049-133.git20210112.el8.aarch64.rpm" }, + "sha256:893d163d835b357cce0759f465c893f419ee20ecc00ab7809725356ecea92a23": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-subscription-manager-rhsm-1.28.9-1.el8.aarch64.rpm" + }, "sha256:89bd26efe94889e657c5cedede8b5eede7d4e8833619218753df6ab5ab477d37": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libgusb-0.3.0-1.el8.aarch64.rpm" }, @@ -754,6 +784,9 @@ "sha256:9d81ba497977c81475fc33d99d9f031587703c3ff1513655c5b421dfc48ebd31": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libselinux-utils-2.9-5.el8.aarch64.rpm" }, + "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dnf-plugins-core-4.0.18-2.el8.noarch.rpm" + }, "sha256:9e1de440fe583d0fe0b000c1d12040b7bcda11fdfed9e05bf54e1935387f8418": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/fuse3-3.2.1-12.el8.aarch64.rpm" }, @@ -835,6 +868,9 @@ "sha256:adb9e37c63a055bc106a9676c10a85fdedcb4af64ae062249732e158bc0ae9af": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/checkpolicy-2.9-1.el8.aarch64.rpm" }, + "sha256:ade2bfdfdac1e1108c42023afd9ef7a8eb10bf8b11a93b4670afbe60e592059e": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dmidecode-3.2-8.el8.aarch64.rpm" + }, "sha256:ae1ab5b5cb6ebd690b8e35154dad5efcf0c6c2f10ef0c229ea7c0dacd100a2be": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/glibc-2.28-145.el8.aarch64.rpm" }, @@ -871,6 +907,9 @@ "sha256:b66c71cf784c46f4040c6cf450dd0c0b1d0f69e3e86714fc7cb6ea0f2f2331ed": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/crypto-policies-20200713-1.git51d1222.el8.noarch.rpm" }, + "sha256:b6946db91c0a0b5e39427db028815391dd1e8c7a04faf98bc1031b5490034790": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/virt-what-1.18-6.el8.aarch64.rpm" + }, "sha256:b705e2abbce31768f9dde08b2e3bb4756f2512ad22ac94f4bb6761c530b66f71": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/bash-completion-2.7-5.el8.noarch.rpm" }, @@ -997,6 +1036,9 @@ "sha256:d0dccf816695a9726edd1a67920db97237c61539751f6d27725e58c43009142b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libpwquality-1.4.4-1.el8.aarch64.rpm" }, + "sha256:d1e11fe42bf2556337f52c1dac4e47cb35f7cdde31abd87d936ac10f972bb2fb": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/sqlite-3.26.0-13.el8.aarch64.rpm" + }, "sha256:d2b03b2961b44295e2fe8f5464572ac2225e38c3cf9787198c698acf8da4a3fb": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/ostree-libs-2020.7-1.el8.aarch64.rpm" }, @@ -2036,6 +2078,18 @@ { "checksum": "sha256:3a684fd5f1b1d417c6c3e9d1f0d5b846138aa06450ff246425d43d4a20bd619e" }, + { + "checksum": "sha256:ade2bfdfdac1e1108c42023afd9ef7a8eb10bf8b11a93b4670afbe60e592059e" + }, + { + "checksum": "sha256:e381bbfcb84a338d74ab793c99529368708c61b466e222983d50fd7e026970cd" + }, + { + "checksum": "sha256:0d7867b42fb1882445ddcce818f1660b10da8873fa33f50432c1e7c3ba4e7f03" + }, + { + "checksum": "sha256:6fdf867aa240eac1bca86792a1d583786bff800f0c14522521cbc0d1a0850bec" + }, { "checksum": "sha256:2efbfbcce7ef24e433d3c304b6b6b022d1b1b8a972969da1adb1c3c85f9625a7" }, @@ -2306,6 +2360,9 @@ { "checksum": "sha256:e5f82f102f51d88aa517bbebd170795a571b7ddc3036574b92b498cc13704d98" }, + { + "checksum": "sha256:ff9fc6467a4c2fd0c22c419a9cdb7a524d1c69d0c87aa09f31728bef9f692f76" + }, { "checksum": "sha256:e58ae3f8143d7fe7247aa9ae03bf0df30e7877e61dbebe727f4b4ff67f2e7395" }, @@ -2318,6 +2375,9 @@ { "checksum": "sha256:8b273938591908ea80cd8cf0dc24b8b8e3d275b0db6438c6ad37290a355cd8ef" }, + { + "checksum": "sha256:c3d77f12bc5b1af8b377d37614616768c2c04bbda83b2e1d0f3f844c21e8efb6" + }, { "checksum": "sha256:b93a509fc65dd88761b4f7f21d8a05f1cd22e878ac59eb7d8e1507f5a2376a1e" }, @@ -2432,6 +2492,9 @@ { "checksum": "sha256:d6af0d986b806c10770b85292e07dff2fc5a751d7be309e966a45253b1081b91" }, + { + "checksum": "sha256:ae411345ee8271ad3985d445d728a5f010eec9725f69b7ba5536099d3713b8b0" + }, { "checksum": "sha256:cc7e751a62f9a28b82df0bce0ecfb050364b8688ef69473f1910909e44c5eb98" }, @@ -2651,18 +2714,51 @@ { "checksum": "sha256:48509ce37ec06c1b15149feec4b2eb5d3a2f0453a41804c9c5d9ef5b8b320d4f" }, + { + "checksum": "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37" + }, { "checksum": "sha256:8329bf1aedce9ef3a4d7513ef98d3931ad39b84d5c3e73e99936c7f9b87931c2" }, { "checksum": "sha256:589fa333c866d9a59bc607ec6c45b7df30c8602c80c16b2aac2c0f916ebed6e7" }, + { + "checksum": "sha256:ae590ec0f4e8f7cb01d25168a6f68e54f383b8e5d3fe5676a3f2cd1247051a5d" + }, + { + "checksum": "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632" + }, + { + "checksum": "sha256:4fe7733b93fad52a48d4b47a6dc55582f3cc41fc2074e42a9b39fc5d407df6d3" + }, { "checksum": "sha256:32d056d0f1c064512e4d27bdc2c9a23591d7c74838ef3436e451c90ac3b05b97" }, { "checksum": "sha256:31043a7324411dad6b84f6504a9e9cb7ece9f576acf091be522e484c8b82f469" }, + { + "checksum": "sha256:7fd245efbd8214be4981128cfa05c59000c08b6ec0a9818f6f3c819c140ab7b9" + }, + { + "checksum": "sha256:95a9154fb31f6f703066ac47a1d30ec45ca363b8f6c3a31b9fc0be67edafcd7c" + }, + { + "checksum": "sha256:9a6eb680e8debcd0b97575a76e9cf0d0655ef7f875b362542e0d129f5e423419" + }, + { + "checksum": "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54" + }, + { + "checksum": "sha256:3a3207904e90b42a3fcf474f906e4c1544dbdccafa0d7e6e0406c32fd31e2a63" + }, + { + "checksum": "sha256:f5a8c222570915524e2ce7c1afd4b9c9dcbbd4dea0faec823d237b93dd8b36bd" + }, + { + "checksum": "sha256:464aa2a977ac132c5480d3dd36ff05e8d2fbf18d2c8ac0bda8a18f3fd9e2b00c" + }, { "checksum": "sha256:2bbd02a9d82bb0226cd0d1602eeb0eb75351047456e164fd0cfb62e2c3487e07" }, @@ -2681,6 +2777,9 @@ { "checksum": "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42" }, + { + "checksum": "sha256:b5b1f5f7a02f70db056861813ddcf181f2ebba507cd368fbe2c32f262edf7fc6" + }, { "checksum": "sha256:65374d74a9aa8bbfbe67631c8be2f4e11f54ca89c8a015192f203b0fed9b01c1" }, @@ -2696,6 +2795,12 @@ { "checksum": "sha256:96b090a6696ca4c8b3f701c3a7b95b91c892db389e023c4b2d500a5162e43e8d" }, + { + "checksum": "sha256:893d163d835b357cce0759f465c893f419ee20ecc00ab7809725356ecea92a23" + }, + { + "checksum": "sha256:12a354bd9f9db9c593d1da05a84e4161cb9a7f222058999bd83f1908c1ec3df5" + }, { "checksum": "sha256:c2f286f6b75caf1508829d748c35833ee5fba762e0175b1f5dbb23ab8ab2079e" }, @@ -2711,12 +2816,18 @@ { "checksum": "sha256:47b483c0f556c56f0b1f468603c57834864902ae5a849a18c8a0ca5f76d66c86" }, + { + "checksum": "sha256:c633b98b4dbf96674a69573404819c34d66eb7e19820283fc588f6b10b0e3fc8" + }, { "checksum": "sha256:d3fb5a473c44cd8ae6b94d6bf3fc552553d8f4ef28eed439658ea38990ab9db5" }, { "checksum": "sha256:0a885c6dc6abd969b828bf2fd7063ee884e6d058eaf405b02f3dd6efb6c66bac" }, + { + "checksum": "sha256:0bb7024125ca67119612e55a92da13c989e0306ddd7de7e655a679c963939ef7" + }, { "checksum": "sha256:8ab8742e7a3695a36f17fd5bd7bf9035d87f33dcdbf254b6d4cad5ad9a008ec9" }, @@ -2744,9 +2855,18 @@ { "checksum": "sha256:15021794c7c33d0a27c6b10dfd66024b0c3ac286aa0457f3ea69207a38f70660" }, + { + "checksum": "sha256:d1e11fe42bf2556337f52c1dac4e47cb35f7cdde31abd87d936ac10f972bb2fb" + }, { "checksum": "sha256:9e2de1bedfd2ddaa28f43e430112e254b19086c1dfadcde9891b89e93a7efc2b" }, + { + "checksum": "sha256:2d6603e456b0460b46da85f7bc7eaccdf86954afea109db5d741b948c1652ce0" + }, + { + "checksum": "sha256:3bc73592b87c241f60b481a298f03c96c8ba0ae1e450938e707fff6d1e070d92" + }, { "checksum": "sha256:432ef41fd5f9ad2b9a797ed105f6e729dcaf19c17df9c1478802af04e898e305" }, @@ -2789,12 +2909,18 @@ { "checksum": "sha256:5993a1b691dc77ea966c083de8e19c40ada9ea56618df934b2e5c80a12426308" }, + { + "checksum": "sha256:1bc21785bc6f66d6fcc29cd62f2cdd3584f3f8ea6321db4c27251b192f468433" + }, { "checksum": "sha256:505e415e559abd5995cd31f6fe599b5f5832d344b497ef12e556a515057fd162" }, { "checksum": "sha256:1956304761f23c6661b831d33a3539b82384636db4113cccd19321b36a3a8415" }, + { + "checksum": "sha256:b6946db91c0a0b5e39427db028815391dd1e8c7a04faf98bc1031b5490034790" + }, { "checksum": "sha256:0f32d23a6b2b15603d710b0317238ef8dde3de61eda96713e21d86c9fc7a98ed" }, @@ -2975,6 +3101,9 @@ { "checksum": "sha256:cf5d9432afbd324b457d2a02eb9b270ff358b1bfcf28bee57ffe7b84df6e65f4" }, + { + "checksum": "sha256:eeabe7958b5c845f5985d4d42e7ce3dbe731e96ee012252866acd1e3be7974ed" + }, { "checksum": "sha256:72af71a936ab0892375825901d18b0de6ba66358282cd1a7e7f8f61804a953ff" }, @@ -2993,6 +3122,9 @@ { "checksum": "sha256:f2ed7bf5dcea1a477d4a12d0552076e7a3b58832dbf670b0023e7d42441fb29d" }, + { + "checksum": "sha256:0a6d5020a518723f5bde47066b1de6fbb4554af12369508e68a8de44d0ff8fec" + }, { "checksum": "sha256:d319c52da2ef15567128fbd7f96a9e8c6a14dd7f60de89b38c77476ba4a59c18" }, @@ -5498,6 +5630,42 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/diffutils-3.6-6.el8.aarch64.rpm", "checksum": "sha256:3a684fd5f1b1d417c6c3e9d1f0d5b846138aa06450ff246425d43d4a20bd619e" }, + { + "name": "dmidecode", + "epoch": 1, + "version": "3.2", + "release": "8.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dmidecode-3.2-8.el8.aarch64.rpm", + "checksum": "sha256:ade2bfdfdac1e1108c42023afd9ef7a8eb10bf8b11a93b4670afbe60e592059e" + }, + { + "name": "dnf", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:e381bbfcb84a338d74ab793c99529368708c61b466e222983d50fd7e026970cd" + }, + { + "name": "dnf-data", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-data-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:0d7867b42fb1882445ddcce818f1660b10da8873fa33f50432c1e7c3ba4e7f03" + }, + { + "name": "dnf-plugin-subscription-manager", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-plugin-subscription-manager-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:6fdf867aa240eac1bca86792a1d583786bff800f0c14522521cbc0d1a0850bec" + }, { "name": "dosfstools", "epoch": 0, @@ -6308,6 +6476,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libcom_err-1.45.6-1.el8.aarch64.rpm", "checksum": "sha256:e5f82f102f51d88aa517bbebd170795a571b7ddc3036574b92b498cc13704d98" }, + { + "name": "libcomps", + "epoch": 0, + "version": "0.1.11", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libcomps-0.1.11-4.el8.aarch64.rpm", + "checksum": "sha256:ff9fc6467a4c2fd0c22c419a9cdb7a524d1c69d0c87aa09f31728bef9f692f76" + }, { "name": "libcroco", "epoch": 0, @@ -6344,6 +6521,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libdb-utils-5.3.28-40.el8.aarch64.rpm", "checksum": "sha256:8b273938591908ea80cd8cf0dc24b8b8e3d275b0db6438c6ad37290a355cd8ef" }, + { + "name": "libdnf", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libdnf-0.55.0-1.el8.aarch64.rpm", + "checksum": "sha256:c3d77f12bc5b1af8b377d37614616768c2c04bbda83b2e1d0f3f844c21e8efb6" + }, { "name": "libedit", "epoch": 0, @@ -6686,6 +6872,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libreport-filesystem-2.9.5-15.el8.aarch64.rpm", "checksum": "sha256:d6af0d986b806c10770b85292e07dff2fc5a751d7be309e966a45253b1081b91" }, + { + "name": "librhsm", + "epoch": 0, + "version": "0.0.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/librhsm-0.0.3-4.el8.aarch64.rpm", + "checksum": "sha256:ae411345ee8271ad3985d445d728a5f010eec9725f69b7ba5536099d3713b8b0" + }, { "name": "libseccomp", "epoch": 0, @@ -7343,6 +7538,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm", "checksum": "sha256:48509ce37ec06c1b15149feec4b2eb5d3a2f0453a41804c9c5d9ef5b8b320d4f" }, + { + "name": "python3-dateutil", + "epoch": 1, + "version": "2.6.1", + "release": "6.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm", + "checksum": "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37" + }, { "name": "python3-dbus", "epoch": 0, @@ -7361,6 +7565,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-decorator-4.2.1-2.el8.noarch.rpm", "checksum": "sha256:589fa333c866d9a59bc607ec6c45b7df30c8602c80c16b2aac2c0f916ebed6e7" }, + { + "name": "python3-dnf", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dnf-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:ae590ec0f4e8f7cb01d25168a6f68e54f383b8e5d3fe5676a3f2cd1247051a5d" + }, + { + "name": "python3-dnf-plugins-core", + "epoch": 0, + "version": "4.0.18", + "release": "2.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dnf-plugins-core-4.0.18-2.el8.noarch.rpm", + "checksum": "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632" + }, + { + "name": "python3-ethtool", + "epoch": 0, + "version": "0.14", + "release": "3.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-ethtool-0.14-3.el8.aarch64.rpm", + "checksum": "sha256:4fe7733b93fad52a48d4b47a6dc55582f3cc41fc2074e42a9b39fc5d407df6d3" + }, { "name": "python3-firewall", "epoch": 0, @@ -7379,6 +7610,69 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-gobject-base-3.28.3-2.el8.aarch64.rpm", "checksum": "sha256:31043a7324411dad6b84f6504a9e9cb7ece9f576acf091be522e484c8b82f469" }, + { + "name": "python3-gpg", + "epoch": 0, + "version": "1.13.1", + "release": "7.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-gpg-1.13.1-7.el8.aarch64.rpm", + "checksum": "sha256:7fd245efbd8214be4981128cfa05c59000c08b6ec0a9818f6f3c819c140ab7b9" + }, + { + "name": "python3-hawkey", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-hawkey-0.55.0-1.el8.aarch64.rpm", + "checksum": "sha256:95a9154fb31f6f703066ac47a1d30ec45ca363b8f6c3a31b9fc0be67edafcd7c" + }, + { + "name": "python3-iniparse", + "epoch": 0, + "version": "0.4", + "release": "31.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-iniparse-0.4-31.el8.noarch.rpm", + "checksum": "sha256:9a6eb680e8debcd0b97575a76e9cf0d0655ef7f875b362542e0d129f5e423419" + }, + { + "name": "python3-inotify", + "epoch": 0, + "version": "0.9.6", + "release": "13.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-inotify-0.9.6-13.el8.noarch.rpm", + "checksum": "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54" + }, + { + "name": "python3-libcomps", + "epoch": 0, + "version": "0.1.11", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-libcomps-0.1.11-4.el8.aarch64.rpm", + "checksum": "sha256:3a3207904e90b42a3fcf474f906e4c1544dbdccafa0d7e6e0406c32fd31e2a63" + }, + { + "name": "python3-libdnf", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-libdnf-0.55.0-1.el8.aarch64.rpm", + "checksum": "sha256:f5a8c222570915524e2ce7c1afd4b9c9dcbbd4dea0faec823d237b93dd8b36bd" + }, + { + "name": "python3-librepo", + "epoch": 0, + "version": "1.12.0", + "release": "3.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-librepo-1.12.0-3.el8.aarch64.rpm", + "checksum": "sha256:464aa2a977ac132c5480d3dd36ff05e8d2fbf18d2c8ac0bda8a18f3fd9e2b00c" + }, { "name": "python3-libs", "epoch": 0, @@ -7433,6 +7727,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-policycoreutils-2.9-9.el8.noarch.rpm", "checksum": "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42" }, + { + "name": "python3-rpm", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-rpm-4.14.3-4.el8.aarch64.rpm", + "checksum": "sha256:b5b1f5f7a02f70db056861813ddcf181f2ebba507cd368fbe2c32f262edf7fc6" + }, { "name": "python3-setools", "epoch": 0, @@ -7478,6 +7781,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-slip-dbus-0.6.4-11.el8.noarch.rpm", "checksum": "sha256:96b090a6696ca4c8b3f701c3a7b95b91c892db389e023c4b2d500a5162e43e8d" }, + { + "name": "python3-subscription-manager-rhsm", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-subscription-manager-rhsm-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:893d163d835b357cce0759f465c893f419ee20ecc00ab7809725356ecea92a23" + }, + { + "name": "python3-syspurpose", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-syspurpose-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:12a354bd9f9db9c593d1da05a84e4161cb9a7f222058999bd83f1908c1ec3df5" + }, { "name": "readline", "epoch": 0, @@ -7523,6 +7844,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-4.14.3-4.el8.aarch64.rpm", "checksum": "sha256:47b483c0f556c56f0b1f468603c57834864902ae5a849a18c8a0ca5f76d66c86" }, + { + "name": "rpm-build-libs", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-build-libs-4.14.3-4.el8.aarch64.rpm", + "checksum": "sha256:c633b98b4dbf96674a69573404819c34d66eb7e19820283fc588f6b10b0e3fc8" + }, { "name": "rpm-libs", "epoch": 0, @@ -7541,6 +7871,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-selinux-4.14.3-4.el8.aarch64.rpm", "checksum": "sha256:0a885c6dc6abd969b828bf2fd7063ee884e6d058eaf405b02f3dd6efb6c66bac" }, + { + "name": "rpm-plugin-systemd-inhibit", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-systemd-inhibit-4.14.3-4.el8.aarch64.rpm", + "checksum": "sha256:0bb7024125ca67119612e55a92da13c989e0306ddd7de7e655a679c963939ef7" + }, { "name": "rsync", "epoch": 0, @@ -7622,6 +7961,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/shim-aa64-15-16.el8.aarch64.rpm", "checksum": "sha256:15021794c7c33d0a27c6b10dfd66024b0c3ac286aa0457f3ea69207a38f70660" }, + { + "name": "sqlite", + "epoch": 0, + "version": "3.26.0", + "release": "13.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/sqlite-3.26.0-13.el8.aarch64.rpm", + "checksum": "sha256:d1e11fe42bf2556337f52c1dac4e47cb35f7cdde31abd87d936ac10f972bb2fb" + }, { "name": "sqlite-libs", "epoch": 0, @@ -7631,6 +7979,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/sqlite-libs-3.26.0-13.el8.aarch64.rpm", "checksum": "sha256:9e2de1bedfd2ddaa28f43e430112e254b19086c1dfadcde9891b89e93a7efc2b" }, + { + "name": "subscription-manager", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:2d6603e456b0460b46da85f7bc7eaccdf86954afea109db5d741b948c1652ce0" + }, + { + "name": "subscription-manager-rhsm-certificates", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-rhsm-certificates-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:3bc73592b87c241f60b481a298f03c96c8ba0ae1e450938e707fff6d1e070d92" + }, { "name": "sudo", "epoch": 0, @@ -7757,6 +8123,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/tzdata-2020f-1.el8.noarch.rpm", "checksum": "sha256:5993a1b691dc77ea966c083de8e19c40ada9ea56618df934b2e5c80a12426308" }, + { + "name": "usermode", + "epoch": 0, + "version": "1.113", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/usermode-1.113-1.el8.aarch64.rpm", + "checksum": "sha256:1bc21785bc6f66d6fcc29cd62f2cdd3584f3f8ea6321db4c27251b192f468433" + }, { "name": "util-linux", "epoch": 0, @@ -7775,6 +8150,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/vim-minimal-8.0.1763-15.el8.aarch64.rpm", "checksum": "sha256:1956304761f23c6661b831d33a3539b82384636db4113cccd19321b36a3a8415" }, + { + "name": "virt-what", + "epoch": 0, + "version": "1.18", + "release": "6.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/virt-what-1.18-6.el8.aarch64.rpm", + "checksum": "sha256:b6946db91c0a0b5e39427db028815391dd1e8c7a04faf98bc1031b5490034790" + }, { "name": "which", "epoch": 0, @@ -8315,6 +8699,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/protobuf-c-1.3.0-4.el8.aarch64.rpm", "checksum": "sha256:cf5d9432afbd324b457d2a02eb9b270ff358b1bfcf28bee57ffe7b84df6e65f4" }, + { + "name": "python3-unbound", + "epoch": 0, + "version": "1.7.3", + "release": "15.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/python3-unbound-1.7.3-15.el8.aarch64.rpm", + "checksum": "sha256:eeabe7958b5c845f5985d4d42e7ce3dbe731e96ee012252866acd1e3be7974ed" + }, { "name": "rpm-ostree", "epoch": 0, @@ -8369,6 +8762,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/udisks2-2.9.0-5.el8.aarch64.rpm", "checksum": "sha256:f2ed7bf5dcea1a477d4a12d0552076e7a3b58832dbf670b0023e7d42441fb29d" }, + { + "name": "unbound-libs", + "epoch": 0, + "version": "1.7.3", + "release": "15.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/unbound-libs-1.7.3-15.el8.aarch64.rpm", + "checksum": "sha256:0a6d5020a518723f5bde47066b1de6fbb4554af12369508e68a8de44d0ff8fec" + }, { "name": "usbguard", "epoch": 0, @@ -8408,6 +8810,14 @@ ] }, "image-info": { + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -8423,13 +8833,13 @@ "audio:x:63:", "bin:x:1:", "cdrom:x:11:", - "chrony:x:993:", - "clevis:x:994:", + "chrony:x:992:", + "clevis:x:993:", "daemon:x:2:", "dbus:x:81:", "dialout:x:18:", "disk:x:6:", - "dnsmasq:x:992:", + "dnsmasq:x:991:", "floppy:x:19:", "ftp:x:50:", "games:x:20:", @@ -8453,12 +8863,21 @@ "tape:x:33:", "tss:x:59:clevis", "tty:x:5:", + "unbound:x:994:", "users:x:100:", "utempter:x:35:", "utmp:x:22:", "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -8542,6 +8961,10 @@ "dhcp-common-4.3.6-44.el8.noarch", "dhcp-libs-4.3.6-44.el8.aarch64", "diffutils-3.6-6.el8.aarch64", + "dmidecode-3.2-8.el8.aarch64", + "dnf-4.4.2-3.el8.noarch", + "dnf-data-4.4.2-3.el8.noarch", + "dnf-plugin-subscription-manager-1.28.9-1.el8.aarch64", "dnsmasq-2.79-14.el8.aarch64", "dosfstools-4.1-6.el8.aarch64", "dracut-049-133.git20210112.el8.aarch64", @@ -8655,10 +9078,12 @@ "libcap-2.26-4.el8.aarch64", "libcap-ng-0.7.9-5.el8.aarch64", "libcom_err-1.45.6-1.el8.aarch64", + "libcomps-0.1.11-4.el8.aarch64", "libcroco-0.6.12-4.el8_2.1.aarch64", "libcurl-7.61.1-17.el8.aarch64", "libdb-5.3.28-40.el8.aarch64", "libdb-utils-5.3.28-40.el8.aarch64", + "libdnf-0.55.0-1.el8.aarch64", "libedit-3.1-23.20170329cvs.el8.aarch64", "libevent-2.1.8-5.el8.aarch64", "libfdisk-2.32.1-26.el8.aarch64", @@ -8701,6 +9126,7 @@ "libqmi-utils-1.24.0-1.el8.aarch64", "librepo-1.12.0-3.el8.aarch64", "libreport-filesystem-2.9.5-15.el8.aarch64", + "librhsm-0.0.3-4.el8.aarch64", "libseccomp-2.4.3-1.el8.aarch64", "libsecret-0.18.6-1.el8.aarch64", "libselinux-2.9-5.el8.aarch64", @@ -8794,30 +9220,47 @@ "protobuf-c-1.3.0-4.el8.aarch64", "publicsuffix-list-dafsa-20180723-1.el8.noarch", "python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64", + "python3-dateutil-2.6.1-6.el8.noarch", "python3-dbus-1.2.4-15.el8.aarch64", "python3-decorator-4.2.1-2.el8.noarch", + "python3-dnf-4.4.2-3.el8.noarch", + "python3-dnf-plugins-core-4.0.18-2.el8.noarch", + "python3-ethtool-0.14-3.el8.aarch64", "python3-firewall-0.8.2-3.el8.noarch", "python3-gobject-base-3.28.3-2.el8.aarch64", + "python3-gpg-1.13.1-7.el8.aarch64", + "python3-hawkey-0.55.0-1.el8.aarch64", + "python3-iniparse-0.4-31.el8.noarch", + "python3-inotify-0.9.6-13.el8.noarch", + "python3-libcomps-0.1.11-4.el8.aarch64", + "python3-libdnf-0.55.0-1.el8.aarch64", + "python3-librepo-1.12.0-3.el8.aarch64", "python3-libs-3.6.8-34.el8.aarch64", "python3-libselinux-2.9-5.el8.aarch64", "python3-libsemanage-2.9-4.el8.aarch64", "python3-nftables-0.9.3-16.el8.aarch64", "python3-pip-wheel-9.0.3-19.el8.noarch", "python3-policycoreutils-2.9-9.el8.noarch", + "python3-rpm-4.14.3-4.el8.aarch64", "python3-setools-4.3.0-2.el8.aarch64", "python3-setuptools-wheel-39.2.0-6.el8.noarch", "python3-six-1.11.0-8.el8.noarch", "python3-slip-0.6.4-11.el8.noarch", "python3-slip-dbus-0.6.4-11.el8.noarch", + "python3-subscription-manager-rhsm-1.28.9-1.el8.aarch64", + "python3-syspurpose-1.28.9-1.el8.aarch64", + "python3-unbound-1.7.3-15.el8.aarch64", "readline-7.0-10.el8.aarch64", "redhat-release-8.4-0.5.el8.aarch64", "redhat-release-eula-8.4-0.5.el8.aarch64", "rootfiles-8.1-22.el8.noarch", "rpm-4.14.3-4.el8.aarch64", + "rpm-build-libs-4.14.3-4.el8.aarch64", "rpm-libs-4.14.3-4.el8.aarch64", "rpm-ostree-2020.7-1.el8.aarch64", "rpm-ostree-libs-2020.7-1.el8.aarch64", "rpm-plugin-selinux-4.14.3-4.el8.aarch64", + "rpm-plugin-systemd-inhibit-4.14.3-4.el8.aarch64", "rsync-3.1.3-12.el8.aarch64", "runc-1.0.0-69.rc92.module+el8.4.0+9425+98db097b.aarch64", "sed-4.5-2.el8.aarch64", @@ -8830,7 +9273,10 @@ "shim-aa64-15-16.el8.aarch64", "skopeo-1.2.1-3.module+el8.4.0+9425+98db097b.aarch64", "slirp4netns-1.1.8-1.module+el8.4.0+9425+98db097b.aarch64", + "sqlite-3.26.0-13.el8.aarch64", "sqlite-libs-3.26.0-13.el8.aarch64", + "subscription-manager-1.28.9-1.el8.aarch64", + "subscription-manager-rhsm-certificates-1.28.9-1.el8.aarch64", "sudo-1.8.29-6.el8.aarch64", "systemd-239-43.el8.aarch64", "systemd-libs-239-43.el8.aarch64", @@ -8846,10 +9292,13 @@ "trousers-lib-0.3.15-1.el8.aarch64", "tzdata-2020f-1.el8.noarch", "udisks2-2.9.0-5.el8.aarch64", + "unbound-libs-1.7.3-15.el8.aarch64", "usbguard-0.7.8-7.el8.aarch64", "usbguard-selinux-0.7.8-7.el8.noarch", + "usermode-1.113-1.el8.aarch64", "util-linux-2.32.1-26.el8.aarch64", "vim-minimal-8.0.1763-15.el8.aarch64", + "virt-what-1.18-6.el8.aarch64", "volume_key-libs-0.3.11-5.el8.aarch64", "which-2.21-12.el8.aarch64", "wpa_supplicant-2.9-3.el8.aarch64", @@ -8865,11 +9314,11 @@ "passwd-system": [ "adm:x:3:4:adm:/var/adm:/sbin/nologin", "bin:x:1:1:bin:/bin:/sbin/nologin", - "chrony:x:996:993::/var/lib/chrony:/sbin/nologin", - "clevis:x:997:994:Clevis Decryption Framework unprivileged user:/var/cache/clevis:/sbin/nologin", + "chrony:x:995:992::/var/lib/chrony:/sbin/nologin", + "clevis:x:996:993:Clevis Decryption Framework unprivileged user:/var/cache/clevis:/sbin/nologin", "daemon:x:2:2:daemon:/sbin:/sbin/nologin", "dbus:x:81:81:System message bus:/:/sbin/nologin", - "dnsmasq:x:992:992:Dnsmasq DHCP and DNS server:/var/lib/dnsmasq:/sbin/nologin", + "dnsmasq:x:991:991:Dnsmasq DHCP and DNS server:/var/lib/dnsmasq:/sbin/nologin", "ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin", "games:x:12:100:games:/usr/games:/sbin/nologin", "halt:x:7:0:halt:/sbin:/sbin/halt", @@ -8883,8 +9332,10158 @@ "sync:x:5:0:sync:/sbin:/bin/sync", "systemd-coredump:x:999:997:systemd Core Dumper:/:/sbin/nologin", "systemd-resolve:x:193:193:systemd Resolver:/:/sbin/nologin", - "tss:x:59:59:Account used for TPM access:/dev/null:/sbin/nologin" + "tss:x:59:59:Account used for TPM access:/dev/null:/sbin/nologin", + "unbound:x:997:994:Unbound DNS resolver:/etc/unbound:/sbin/nologin" ], + "rhsm": { + "dnf-plugins": { + "product-id": { + "enabled": true + }, + "subscription-manager": { + "enabled": true + } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } + } + }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:chronyd_keys_t:s0", + "filename": "/etc/chrony.keys" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/ssl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/ssl/certs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dnsmasq_etc_t:s0", + "filename": "/etc/dnsmasq.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/rc.d/init.d/functions" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:initrc_exec_t:s0", + "filename": "/etc/rc.d/init.d/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:initrc_exec_t:s0", + "filename": "/etc/rc.d/rc.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/security/opasswd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:namespace_init_exec_t:s0", + "filename": "/etc/security/namespace.init" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:userhelper_conf_t:s0", + "filename": "/etc/security/console.apps" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:userhelper_conf_t:s0", + "filename": "/etc/security/console.apps/config-util" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:userhelper_conf_t:s0", + "filename": "/etc/security/console.apps/subscription-manager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_aliases_t:s0", + "filename": "/etc/aliases" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/shadow" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/group" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:modules_conf_t:s0", + "filename": "/etc/modprobe.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:modules_conf_t:s0", + "filename": "/etc/modprobe.d/firewalld-sysctls.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/ipsets" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/icmptypes" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/helpers" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/lockdown-whitelist.xml" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/firewalld.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/zones" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:firewalld_etc_rw_t:s0", + "filename": "/etc/firewalld/services" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:slapd_cert_t:s0", + "filename": "/etc/openldap/certs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/default_type" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/initrc_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/failsafe_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/dbus_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/default_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/x_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/sysadm_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/root" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/unconfined_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/user_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/staff_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/guest_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/users/xguest_u" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.subs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/media" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.homedirs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.subs_dist" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:file_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/files/file_contexts.homedirs.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/removable_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/virtual_domain_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/userhelper_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/sepgsql_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/openssh_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/systemd_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/lxc_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/virtual_image_context" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/securetty_types" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/snapperd_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:default_context_t:s0", + "filename": "/etc/selinux/targeted/contexts/customizable_types" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/booleans.subs_dist" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_login_config_t:s0", + "filename": "/etc/selinux/targeted/logins" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/homedir_template" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/file_contexts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/policy.kern" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/users_extra.linked" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/users_extra" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/policy.linked" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/booleans.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/commit_num" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/seusers.linked" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/usbguard/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/200/container/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pdns/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/base/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ftp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cobbler/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chronyd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openfortivpn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhev/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snapper/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/init/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/courier/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtas/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nscd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkt/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sbd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firstboot/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/spamassassin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/automount/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/secadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amanda/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lircd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freqset/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nut/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tlp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opensm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/permissivedomains" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/permissivedomains/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/permissivedomains/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jockey/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minissdpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpg/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mozilla/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailscanner/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bugzilla/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aide/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xen/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jabber/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smartmon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certwatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snmp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ksmtuned/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tftp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uucp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmidecode/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/games/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pesign/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/watchdog/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs11proxyd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/aiccu/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/slocate/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ddclient/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sensord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ctdb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/accountsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sblim/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ajaxterm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sasl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelink/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nova/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mongodb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hypervkvp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcmcia/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/arpwatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/couchdb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dictd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bcfg2/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sssd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cups/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bootloader/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oddjob/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kmscon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logging/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhsmcertd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uml/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyrus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/samba/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kismet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openhpid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tmpreaper/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bumblebee/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpucontrol/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gnome/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcscd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rngd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewalld/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quantum/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sectoolm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gssproxy/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sanlock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glance/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zoneminder/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdbus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostapd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vpn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/psad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ldap/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pingd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fstools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blkmapd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rwho/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/numad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/finger/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/puppet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rdisc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rlogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mip6d/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhnsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/minidlna/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/udev/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lsm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmodules/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rabbitmq/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openshift-origin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cachefilesd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgrey/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setroubleshoot/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfineduser/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iodine/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/loadkeys/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rasdaemon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usbmuxd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vdagent/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/namespace/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/swift/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/application/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wine/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/networkmanager/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/roundup/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tor/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/amtu/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysstat/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pwauth/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unconfined/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnssec/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stratisd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/snort/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/getty/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postgresql/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/realmd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sge/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/milter/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/naemon/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/svnserve/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/squid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cvs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/privoxy/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/consolekit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nslcd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/jetty/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/guest/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cron/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/postfix/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netutils/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ppp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/su/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unlabelednet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/comsat/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boltd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cdrecord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm_secadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mrtg/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logrotate/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/redis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmtools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/libraries/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/man2html/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdumpgui/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zarafa/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/awstats/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysnetwork/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rrdcached/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pegasus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/raid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cloudform/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lldpad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bluetooth/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authlogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/osad/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/afs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cyphesis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mplayer/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stapserver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tuned/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fprintd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wireshark/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/virt/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/glusterd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smokeping/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/screen/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bitlbee/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/livecd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rkhunter/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/authconfig/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/clogd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inetd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tvtime/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpufreqselector/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/l2tp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/shorewall/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvswitch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dnsmasq/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cfengine/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/blueman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tangd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mailman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/anaconda/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lvm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/unprivuser/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhcs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ssh/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/selinuxutil/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gpsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sysadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmaster/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openvpn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/remotelogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/asterisk/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/varnishd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/antivirus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openct/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hostname/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/colord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fetchmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nx/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vhostmd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ulogd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/acct/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telepathy/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/entropyd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prosody/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zabbix/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/collectd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/canna/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mcelog/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hwloc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mojomojo/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xguest/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/procmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keepalived/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/condor/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apcupsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modemmanager/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ktalk/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portmap/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/polipo/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpcbind/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbskk/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/w3c/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/motion/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/stunnel/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/linuxptp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/miscfiles/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radius/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vmware/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/geoclue/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/targetd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbus/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vlock/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dovecot/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/passenger/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bind/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipsec/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mysql/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/certmonger/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv-admin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rssh/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/quota/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/isns/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fwupd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/soundserver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/publicfile/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rshd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/icecast/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dhcp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iscsi/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mythtv/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rsync/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/telnet/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/likewise/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/git/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/timedatex/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dmesg/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/thumb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/firewallgui/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/podsleuth/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/inn/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sudo/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/oracleasm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/auditadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cpuplug/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/apache/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/munin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/staff/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zosremote/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kpatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ccs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/speech-dispatcher/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/webalizer/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/boinc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/wdmd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/denyhosts/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/smoltclient/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/uuidd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pads/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/abrt/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mandb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iotop/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usernetctl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rpc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mount/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kdump/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rhgb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brltty/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ibacm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ipmievd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/openwsman/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/systemd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/portreserve/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/avahi/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/vnstatd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tomcat/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/freeipmi/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/netlabel/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/qpid/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/usermanage/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/obex/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hddtemp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dcc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/radvd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irc/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ptchown/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/journalctl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pkcs/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/plymouthd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/setrans/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mediawiki/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keyboardd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/logwatch/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcpd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sendmail/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/readahead/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/irqbalance/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/alsa/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dirsrv/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ntop/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ncftool/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pulseaudio/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/exim/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/bacula/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/nagios/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fcoe/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sambagui/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/xserver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/prelude/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/seunshare/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/daemontools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tgtd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sosreport/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/iptables/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ricci/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cockpit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/chrome/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/calamaris/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/locallogin/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/tcsd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rolekit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sandboxX/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/brctl/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opendnssec/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lttng-tools/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/sslh/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/opafm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/lockdev/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/ninfod/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pcp/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgroup/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userhelper/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gdomap/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cipe/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/kerberos/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/keystone/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/rtkit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/drbd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cgdcbxd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mirrormanager/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/callweaver/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mon_statd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dbadm/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cmirrord/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/gitosis/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/dspam/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/fail2ban/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/cinder/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/conntrackd/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/devicekit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/policykit/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/modutils/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/zebra/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/userdomain/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/memcached/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/hsqldb/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/updfstab/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/piranha/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/mta/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki/hll" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki/cil" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/100/pki/lang_ext" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/modules/disabled" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/seusers" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/active/file_contexts.homedirs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/policy" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:semanage_store_t:s0", + "filename": "/etc/selinux/targeted/policy/policy.31" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/setrans.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/seusers" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/targeted/.policy.sha512" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:selinux_config_t:s0", + "filename": "/etc/selinux/semanage.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:shadow_t:s0", + "filename": "/etc/gshadow" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:pkcs11_modules_conf_t:s0", + "filename": "/etc/pkcs11/modules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:udev_rules_t:s0", + "filename": "/etc/udev/rules.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_hwdb_etc_t:s0", + "filename": "/etc/udev/hwdb.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cupsd_rw_etc_t:s0", + "filename": "/etc/printcap" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:krb5_conf_t:s0", + "filename": "/etc/krb5.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/etc/locale.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/ostree/remotes.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:net_conf_t:s0", + "filename": "/etc/hosts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:exports_t:s0", + "filename": "/etc/exports" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dnsmasq_etc_t:s0", + "filename": "/etc/dnsmasq.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/lvmlocal.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_metadata_t:s0", + "filename": "/etc/lvm/cache" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_metadata_t:s0", + "filename": "/etc/lvm/archive" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_metadata_t:s0", + "filename": "/etc/lvm/backup" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/vdo-small.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/lvmdbusd.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/cache-mq.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/thin-generic.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/command_profile_template.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/metadata_profile_template.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/cache-smq.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/profile/thin-performance.profile" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:lvm_etc_t:s0", + "filename": "/etc/lvm/lvm.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/pm/sleep.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/pm/power.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysctl.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/lang.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/csh.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorxzgrep.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/which2.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/less.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/which2.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/lang.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorxzgrep.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/gawk.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/gawk.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorls.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorzgrep.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorgrep.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorgrep.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/sh.local" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorzgrep.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/bash_completion.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/colorls.csh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/profile.d/less.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager/dnsmasq.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/pre-up.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/pre-down.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/20-chrony" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/11-dhclient" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_initrc_exec_t:s0", + "filename": "/etc/NetworkManager/dispatcher.d/no-wait.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager/conf.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_t:s0", + "filename": "/etc/NetworkManager/dnsmasq-shared.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_rw_t:s0", + "filename": "/etc/NetworkManager/system-connections" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:NetworkManager_etc_rw_t:s0", + "filename": "/etc/NetworkManager/NetworkManager.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:ld_so_cache_t:s0", + "filename": "/etc/ld.so.cache" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dhcp_etc_t:s0", + "filename": "/etc/dhcp" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dhcp_etc_t:s0", + "filename": "/etc/dhcp/dhclient.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/dhcp/dhclient.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/dhcp/dhclient.d/chrony.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/yum.repos.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_cron_spool_t:s0", + "filename": "/etc/cron.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_cron_spool_t:s0", + "filename": "/etc/cron.d/raid-check" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:machineid_t:s0", + "filename": "/etc/machine-id" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:passwd_file_t:s0", + "filename": "/etc/passwd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit/xinitrc.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:bin_t:s0", + "filename": "/etc/X11/xinit/xinitrc.d/50-systemd-user.sh" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:xserver_etc_t:s0", + "filename": "/etc/X11/xorg.conf.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:locale_t:s0", + "filename": "/etc/localtime" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/local-fs.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/local-fs.target.wants/ostree-remount.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/greenboot-healthcheck.service.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/greenboot-healthcheck.service.requires/greenboot-rpm-ostree-grub2-check-fallback.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/getty.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/getty.target.wants/getty@tty1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/systemd-timedated.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.wants/redboot-auto-reboot.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/loadmodules.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/nis-domainname.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/import-state.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sockets.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/sockets.target.wants/dm-event.socket" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.freedesktop.timedate1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/timers.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/timers.target.wants/dnf-makecache.timer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/timers.target.wants/unbound-anchor.timer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.requires/greenboot-grub2-set-success.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/boot-complete.target.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/boot-complete.target.requires/greenboot-healthcheck.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/syslog.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/ostree-finalize-staged.service.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/ostree-finalize-staged.service.requires/greenboot-grub2-set-counter.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.requires" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/redboot.target.requires/redboot-task-runner.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/network-online.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/auditd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/sshd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/greenboot-task-runner.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/greenboot-status.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/NetworkManager.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/mdmonitor.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/remote-fs.target" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/greenboot-healthcheck.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/firewalld.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/ModemManager.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/rhsmcertd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/multi-user.target.wants/chronyd.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/graphical.target.wants" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:systemd_unit_file_t:s0", + "filename": "/etc/systemd/system/graphical.target.wants/udisks2.service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/plugins.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/plugins.d/af_unix.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/rules.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/rules.d/audit.rules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/audit-stop.rules" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:auditd_etc_t:s0", + "filename": "/etc/audit/auditd.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:named_conf_t:s0", + "filename": "/etc/unbound" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dnssec_t:s0", + "filename": "/etc/unbound/root.key" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:named_conf_t:s0", + "filename": "/etc/unbound/icannbundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/logging.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/ca" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/ca/redhat-entitlement-authority.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/ca/redhat-uep.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/pluginconf.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/syspurpose" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/syspurpose/valid_fields.json" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/rhsm.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:rhsmcertd_config_t:s0", + "filename": "/etc/rhsm/facts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/session.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/session.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/com.redhat.RHSM1.Facts.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/nm-dispatcher.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.selinux.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/dnsmasq.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/com.redhat.RHSM1.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/nm-ifcfg-rh.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:dbusd_etc_t:s0", + "filename": "/etc/dbus-1/system.d/wpa_supplicant.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_conf_t:s0", + "filename": "/etc/usbguard" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_rules_t:s0", + "filename": "/etc/usbguard/rules.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_rules_t:s0", + "filename": "/etc/usbguard/rules.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_conf_t:s0", + "filename": "/etc/usbguard/usbguard-daemon.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:usbguard_conf_t:s0", + "filename": "/etc/usbguard/IPCAccessControl.d" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysconfig/ip6tables-config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:net_conf_t:s0", + "filename": "/etc/sysconfig/network-scripts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysconfig/iptables-config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:system_conf_t:s0", + "filename": "/etc/sysconfig/ebtables-config" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/anchors" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/ca-bundle.legacy.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/source/blacklist" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/ca-legacy.conf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java/cacerts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/java/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/edk2/cacerts.bin" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/README" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb/pkcs11.txt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb/key3.db" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb/key4.db" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb/cert9.db" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb/secmod.db" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/nssdb/cert8.db" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/entitlement" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/consumer" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/java" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/java/cacerts" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata/LVFS-CA.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/GPG-KEY-Hughski-Limited" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/LVFS-CA.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:fwupd_cert_t:s0", + "filename": "/etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA/redhat.com" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/swid/CA/redhat.com/redhatcodesignca.cert" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/misc" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/ct_log_list.cnf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/cert.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs/ca-bundle.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/certs/ca-bundle.trust.crt" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/private" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/tls/openssl.cnf" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/product-default" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:cert_t:s0", + "filename": "/etc/pki/product-default/363.pem" + }, + { + "actual": "system_u:object_r:etc_t:s0", + "expected": "system_u:object_r:adjtime_t:s0", + "filename": "/etc/adjtime" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + }, + { + "actual": "unconfined_u:object_r:usr_t:s0", + "expected": "system_u:object_r:usr_t:s0", + "filename": "/usr/share/rpm/.dbenv.lock" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:systemd_sleep_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "blk-availability.service", "chrony-dnssrv@.timer", @@ -8912,6 +19511,8 @@ "rdisc.service", "reboot.target", "remote-cryptsetup.target", + "rhsm-facts.service", + "rhsm.service", "rpm-ostree-bootstatus.service", "rpm-ostreed-automatic.timer", "runlevel0.target", @@ -8938,6 +19539,7 @@ "dbus-org.freedesktop.nm-dispatcher.service", "dbus-org.freedesktop.timedate1.service", "dm-event.socket", + "dnf-makecache.timer", "firewalld.service", "getty@.service", "greenboot-grub2-set-counter.service", @@ -8956,11 +19558,30 @@ "redboot-auto-reboot.service", "redboot-task-runner.service", "remote-fs.target", + "rhsmcertd.service", "selinux-autorelabel-mark.service", "sshd.service", "timedatex.service", - "udisks2.service" + "udisks2.service", + "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-aarch64-rhel_edge_container-boot.json b/test/data/manifests/rhel_84-aarch64-rhel_edge_container-boot.json index a0f2abc51..4451d6205 100644 --- a/test/data/manifests/rhel_84-aarch64-rhel_edge_container-boot.json +++ b/test/data/manifests/rhel_84-aarch64-rhel_edge_container-boot.json @@ -332,6 +332,10 @@ "sha256:53ce968a0e3d72c39bd6234153f719703615a7891ad65c71d36be68a0c72f49a", "sha256:71abfbf9644b3ba2409edc713d0801031919370a5528278839d555df3cb434c9", "sha256:3a684fd5f1b1d417c6c3e9d1f0d5b846138aa06450ff246425d43d4a20bd619e", + "sha256:ade2bfdfdac1e1108c42023afd9ef7a8eb10bf8b11a93b4670afbe60e592059e", + "sha256:e381bbfcb84a338d74ab793c99529368708c61b466e222983d50fd7e026970cd", + "sha256:0d7867b42fb1882445ddcce818f1660b10da8873fa33f50432c1e7c3ba4e7f03", + "sha256:6fdf867aa240eac1bca86792a1d583786bff800f0c14522521cbc0d1a0850bec", "sha256:2efbfbcce7ef24e433d3c304b6b6b022d1b1b8a972969da1adb1c3c85f9625a7", "sha256:e51440f9e6be5394b4606930b87bb8548110fe8b76409508617cfd736c477e88", "sha256:f756e4702f82b14cd152b0be8ac9841107a0de3ac3884aa3db70ce6db98a423b", @@ -422,10 +426,12 @@ "sha256:2cddadff38ccef2364a7e40af0e1d9b3bf9c06869c15ceeb655f3cfa431c2083", "sha256:62a2878605ca0415fd60adcff4c7068d855d20737498a968fabc646610ccbe5c", "sha256:e5f82f102f51d88aa517bbebd170795a571b7ddc3036574b92b498cc13704d98", + "sha256:ff9fc6467a4c2fd0c22c419a9cdb7a524d1c69d0c87aa09f31728bef9f692f76", "sha256:e58ae3f8143d7fe7247aa9ae03bf0df30e7877e61dbebe727f4b4ff67f2e7395", "sha256:3a573ee517c0b94992414b6129347d425329f3c0bbd928889f5958c1dba58a54", "sha256:1892294b56e349d84884bce686e48006b21f0b56d03c7e235f8ea934ac5c8c2d", "sha256:8b273938591908ea80cd8cf0dc24b8b8e3d275b0db6438c6ad37290a355cd8ef", + "sha256:c3d77f12bc5b1af8b377d37614616768c2c04bbda83b2e1d0f3f844c21e8efb6", "sha256:b93a509fc65dd88761b4f7f21d8a05f1cd22e878ac59eb7d8e1507f5a2376a1e", "sha256:058822931f4c34c18675116c1b02b718de4044c1019acb0d5f97417f00a30ba7", "sha256:3419800de39dd7bae5f5eac74b077e285e031d81abaf7f9597ed6a90a6a29d25", @@ -464,6 +470,7 @@ "sha256:a362b50497d2c4b69ffb5664b7573062e1305861861561d497b8796f123c506e", "sha256:0571b1312316ae09a222185f60c4db69bdfadc80e6da408e29218bf5e1699c1c", "sha256:d6af0d986b806c10770b85292e07dff2fc5a751d7be309e966a45253b1081b91", + "sha256:ae411345ee8271ad3985d445d728a5f010eec9725f69b7ba5536099d3713b8b0", "sha256:cc7e751a62f9a28b82df0bce0ecfb050364b8688ef69473f1910909e44c5eb98", "sha256:c1b5c4668331e8b05a08e7de432cbfb75f8072401bb6651a24e43f64eff8dcc4", "sha256:abb0876ae8eec548128e5d468e1a4d2f89a4fde54f7b507de8f54f95989c0236", @@ -537,28 +544,44 @@ "sha256:ffbd359a18b3e49aa9603e1b7b4975f6b86170ec314aef78359ecdd788c3335e", "sha256:f8c191d8b952621d10a1055be960bbe07be66f557c5a9d007f8908abcde1b9af", "sha256:48509ce37ec06c1b15149feec4b2eb5d3a2f0453a41804c9c5d9ef5b8b320d4f", + "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37", "sha256:8329bf1aedce9ef3a4d7513ef98d3931ad39b84d5c3e73e99936c7f9b87931c2", "sha256:589fa333c866d9a59bc607ec6c45b7df30c8602c80c16b2aac2c0f916ebed6e7", + "sha256:ae590ec0f4e8f7cb01d25168a6f68e54f383b8e5d3fe5676a3f2cd1247051a5d", + "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632", + "sha256:4fe7733b93fad52a48d4b47a6dc55582f3cc41fc2074e42a9b39fc5d407df6d3", "sha256:32d056d0f1c064512e4d27bdc2c9a23591d7c74838ef3436e451c90ac3b05b97", "sha256:31043a7324411dad6b84f6504a9e9cb7ece9f576acf091be522e484c8b82f469", + "sha256:7fd245efbd8214be4981128cfa05c59000c08b6ec0a9818f6f3c819c140ab7b9", + "sha256:95a9154fb31f6f703066ac47a1d30ec45ca363b8f6c3a31b9fc0be67edafcd7c", + "sha256:9a6eb680e8debcd0b97575a76e9cf0d0655ef7f875b362542e0d129f5e423419", + "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54", + "sha256:3a3207904e90b42a3fcf474f906e4c1544dbdccafa0d7e6e0406c32fd31e2a63", + "sha256:f5a8c222570915524e2ce7c1afd4b9c9dcbbd4dea0faec823d237b93dd8b36bd", + "sha256:464aa2a977ac132c5480d3dd36ff05e8d2fbf18d2c8ac0bda8a18f3fd9e2b00c", "sha256:2bbd02a9d82bb0226cd0d1602eeb0eb75351047456e164fd0cfb62e2c3487e07", "sha256:84eb26eaaa85dbcc23dbd02d22705734c336e5b392beda69139e97201705c244", "sha256:2e808a41317caa52204505a8cd5eaff799bc943c6593d421860d0fa733833954", "sha256:673066362fa31d753e7b25518a266b799a6ea4d6b5070b5667873ec4d2c9daea", "sha256:4702a5969b686f5f12532ba6eb660d704d117b2156d1188a0049114de93b4d62", "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42", + "sha256:b5b1f5f7a02f70db056861813ddcf181f2ebba507cd368fbe2c32f262edf7fc6", "sha256:65374d74a9aa8bbfbe67631c8be2f4e11f54ca89c8a015192f203b0fed9b01c1", "sha256:1ed3940c0466986fa38fe9d3bd5fc6370b5e62edba51f7a8359eab786b4b81ec", "sha256:932cca0b2aa28d64538fca0401acc35bec34f14bfe99d3e22ea8452b79890eac", "sha256:7f2436df92ce3dacaf5a52d988e65b2cbfc6af8be917bdc14119940480efd7bb", "sha256:96b090a6696ca4c8b3f701c3a7b95b91c892db389e023c4b2d500a5162e43e8d", + "sha256:893d163d835b357cce0759f465c893f419ee20ecc00ab7809725356ecea92a23", + "sha256:12a354bd9f9db9c593d1da05a84e4161cb9a7f222058999bd83f1908c1ec3df5", "sha256:c2f286f6b75caf1508829d748c35833ee5fba762e0175b1f5dbb23ab8ab2079e", "sha256:c478d6ce678a44a573920ceb15ef7a29fa9d0b7374de268d618916ac10a43130", "sha256:eecc821bee345ce928dbb6d78f625291229b67f3fd89f2fc22d408c325d74b91", "sha256:ad060f60303b6764e08657436147cc24cfc4bb1ccc1431796407ba005a7bcec0", "sha256:47b483c0f556c56f0b1f468603c57834864902ae5a849a18c8a0ca5f76d66c86", + "sha256:c633b98b4dbf96674a69573404819c34d66eb7e19820283fc588f6b10b0e3fc8", "sha256:d3fb5a473c44cd8ae6b94d6bf3fc552553d8f4ef28eed439658ea38990ab9db5", "sha256:0a885c6dc6abd969b828bf2fd7063ee884e6d058eaf405b02f3dd6efb6c66bac", + "sha256:0bb7024125ca67119612e55a92da13c989e0306ddd7de7e655a679c963939ef7", "sha256:8ab8742e7a3695a36f17fd5bd7bf9035d87f33dcdbf254b6d4cad5ad9a008ec9", "sha256:125c92f23d87b905c21e9f7669f0ec6e41428ab63c8c13f63db8980f292797d5", "sha256:07fb749839674b27283c30909e7f8f4e5512f5971b1bfd0b6b06efb5d579bffa", @@ -568,7 +591,10 @@ "sha256:aa85c77f603c13f1f2154169238d1a2eeac0be423baa5b027f648a74bf030106", "sha256:19cd894b4154d1a8521c6884cfd2a6eaf1f498b7dec5cc31408f8535b9098f2a", "sha256:15021794c7c33d0a27c6b10dfd66024b0c3ac286aa0457f3ea69207a38f70660", + "sha256:d1e11fe42bf2556337f52c1dac4e47cb35f7cdde31abd87d936ac10f972bb2fb", "sha256:9e2de1bedfd2ddaa28f43e430112e254b19086c1dfadcde9891b89e93a7efc2b", + "sha256:2d6603e456b0460b46da85f7bc7eaccdf86954afea109db5d741b948c1652ce0", + "sha256:3bc73592b87c241f60b481a298f03c96c8ba0ae1e450938e707fff6d1e070d92", "sha256:432ef41fd5f9ad2b9a797ed105f6e729dcaf19c17df9c1478802af04e898e305", "sha256:4368bc8c228a4fa797a1cb2b0a70ccb3629d2a785f767a57c24a6321a8309b90", "sha256:a104fd87c0558f01df4615ec1c13feada77cb066e5d1ba67028f1ef751ad4158", @@ -583,8 +609,10 @@ "sha256:17334b3eab9c115fa356739e551f50ec59c11709d27a3a5e6ccbff783c87988f", "sha256:bbb25c0afee8c928739801a506a24e54944047b3306498175515544446e7f4f3", "sha256:5993a1b691dc77ea966c083de8e19c40ada9ea56618df934b2e5c80a12426308", + "sha256:1bc21785bc6f66d6fcc29cd62f2cdd3584f3f8ea6321db4c27251b192f468433", "sha256:505e415e559abd5995cd31f6fe599b5f5832d344b497ef12e556a515057fd162", "sha256:1956304761f23c6661b831d33a3539b82384636db4113cccd19321b36a3a8415", + "sha256:b6946db91c0a0b5e39427db028815391dd1e8c7a04faf98bc1031b5490034790", "sha256:0f32d23a6b2b15603d710b0317238ef8dde3de61eda96713e21d86c9fc7a98ed", "sha256:289379e7b92e85e039a8a895e70e82ef8ab4dda8137f13c0c91d5ec01b309b74", "sha256:1ec6bf2e6adfa78688772c6ab4f87acc93d7f8a3b55d293e83ae7c74ee952c74", @@ -645,12 +673,14 @@ "sha256:257dd19660aca240967ea31f124095a1b1ea05ec8a304d4b279fe7192f907da3", "sha256:bf6a9ab5cdf3c0a71b634201fe260b1362d8eeb82fe33ccd220dc12c9396ec27", "sha256:cf5d9432afbd324b457d2a02eb9b270ff358b1bfcf28bee57ffe7b84df6e65f4", + "sha256:eeabe7958b5c845f5985d4d42e7ce3dbe731e96ee012252866acd1e3be7974ed", "sha256:72af71a936ab0892375825901d18b0de6ba66358282cd1a7e7f8f61804a953ff", "sha256:770a72662dc3d61cbaa2217a1bab5cb0ec955cb0d587ad0b0aa520414eb571a3", "sha256:2094830686e29cedb8152e89506189d5dd023535dbbea7414723e1ffe4cfe80d", "sha256:674386020e8e1b61923138c3dd0ea98d3b55cec128c0b95ebf23e2045f9b6358", "sha256:a4d5ef10955982d1cf58026dbd1160719f35c2c58052f8a2e1314ef47ebc46da", "sha256:f2ed7bf5dcea1a477d4a12d0552076e7a3b58832dbf670b0023e7d42441fb29d", + "sha256:0a6d5020a518723f5bde47066b1de6fbb4554af12369508e68a8de44d0ff8fec", "sha256:d319c52da2ef15567128fbd7f96a9e8c6a14dd7f60de89b38c77476ba4a59c18", "sha256:dc1be37523edb3a0e4e8b2c660303636eab8928db922512e8033b55e893cca97", "sha256:6abc7e80440ec5b5f524ab60952217dfd9fedd6b6721f3042617fb73febfbe09", @@ -1118,6 +1148,9 @@ "sha256:1269ac60fc692ef06218f41e2e8a5a7ecc7cb236f33838403555a75923a2eea4": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/iptables-1.8.4-16.el8.aarch64.rpm" }, + "sha256:12a354bd9f9db9c593d1da05a84e4161cb9a7f222058999bd83f1908c1ec3df5": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-syspurpose-1.28.9-1.el8.aarch64.rpm" + }, "sha256:136f4caef324a9730c5d4a9f4da48d2b23ffbb51039ff7c46ce6afc040131028": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/clevis-dracut-15-1.el8.aarch64.rpm" }, @@ -1175,6 +1208,9 @@ "sha256:1a9d808e6fce4a10f7982e4b1b598d9f9c9f20dbf1d9555e7289120b9dad9e2b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libgcc-8.4.1-1.el8.aarch64.rpm" }, + "sha256:1bc21785bc6f66d6fcc29cd62f2cdd3584f3f8ea6321db4c27251b192f468433": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/usermode-1.113-1.el8.aarch64.rpm" + }, "sha256:1cb0a98a34d2c18104c05460f0fa2563395a2516ea61f86a27e8b7c8bb36f6ec": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/iwl7260-firmware-25.30.13.0-101.el8.1.noarch.rpm" }, @@ -1256,6 +1292,9 @@ "sha256:2cddadff38ccef2364a7e40af0e1d9b3bf9c06869c15ceeb655f3cfa431c2083": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libcap-2.26-4.el8.aarch64.rpm" }, + "sha256:2d6603e456b0460b46da85f7bc7eaccdf86954afea109db5d741b948c1652ce0": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-1.28.9-1.el8.aarch64.rpm" + }, "sha256:2d84f6765b1645f867527f493b6153470602a80c75f81545bf619aa92127e4da": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/bzip2-libs-1.0.6-26.el8.aarch64.rpm" }, @@ -1328,6 +1367,9 @@ "sha256:3a74a74a9e355f2d5c6f3a6ffdd65d12e7dde60529240c40e4bf0e0b63f7b9e7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libuuid-2.32.1-26.el8.aarch64.rpm" }, + "sha256:3bc73592b87c241f60b481a298f03c96c8ba0ae1e450938e707fff6d1e070d92": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-rhsm-certificates-1.28.9-1.el8.aarch64.rpm" + }, "sha256:3cc86a6c631cb069221b616d60e61bff630f5afb1e18e7c3365b567760f58f52": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/libbytesize-1.4-3.el8.aarch64.rpm" }, @@ -1391,6 +1433,9 @@ "sha256:43ab42c8a58267936a89da99e37d3b9fc56489e958060f600ba047445ca44ee3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/os-prober-1.74-6.el8.aarch64.rpm" }, + "sha256:464aa2a977ac132c5480d3dd36ff05e8d2fbf18d2c8ac0bda8a18f3fd9e2b00c": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-librepo-1.12.0-3.el8.aarch64.rpm" + }, "sha256:4702a5969b686f5f12532ba6eb660d704d117b2156d1188a0049114de93b4d62": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-pip-wheel-9.0.3-19.el8.noarch.rpm" }, @@ -1412,6 +1457,9 @@ "sha256:499861559c90bd94d41f5ba8d6eb75779cf16f56577b6657f279f1b8d422363e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/NetworkManager-libnm-1.30.0-0.6.el8.aarch64.rpm" }, + "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-inotify-0.9.6-13.el8.noarch.rpm" + }, "sha256:4a40a1538c8a488f32476f96d2461c3b792eb0cf5acb998e397d8a9cef8e5461": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libffi-3.1-22.el8.aarch64.rpm" }, @@ -1421,6 +1469,9 @@ "sha256:4f6484f63e38a9ae9e45eb39fee2369bf854c08b611e2d5cd975ab5ec4ba8c7f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/libblockdev-fs-2.24-5.el8.aarch64.rpm" }, + "sha256:4fe7733b93fad52a48d4b47a6dc55582f3cc41fc2074e42a9b39fc5d407df6d3": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-ethtool-0.14-3.el8.aarch64.rpm" + }, "sha256:505e415e559abd5995cd31f6fe599b5f5832d344b497ef12e556a515057fd162": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/util-linux-2.32.1-26.el8.aarch64.rpm" }, @@ -1556,6 +1607,9 @@ "sha256:6f2bfbe0f23d3b233aacb72c153ee133839353325f028321eb5ea38b0dc06c02": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libattr-2.4.48-3.el8.aarch64.rpm" }, + "sha256:6fdf867aa240eac1bca86792a1d583786bff800f0c14522521cbc0d1a0850bec": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-plugin-subscription-manager-1.28.9-1.el8.aarch64.rpm" + }, "sha256:703f78e932f243ccf2890039ab582176b829f4dfc302a4c9a4e48189eb3a0bd2": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm" }, @@ -1610,6 +1664,9 @@ "sha256:7cfca13c2e74a2b19232d8191b097a9968f3cf07f09d13564017cfb1a994bc92": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/clevis-15-1.el8.aarch64.rpm" }, + "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm" + }, "sha256:7ec815eab4d457890d4270470fb29bde61047d447b32058ef23c593e7ea50aeb": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/firewalld-0.8.2-3.el8.noarch.rpm" }, @@ -1670,6 +1727,9 @@ "sha256:892298be919e44d33048894c71de9cb2157b02eac45c68ebc2fba41e0a888475": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dracut-network-049-133.git20210112.el8.aarch64.rpm" }, + "sha256:893d163d835b357cce0759f465c893f419ee20ecc00ab7809725356ecea92a23": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-subscription-manager-rhsm-1.28.9-1.el8.aarch64.rpm" + }, "sha256:89bd26efe94889e657c5cedede8b5eede7d4e8833619218753df6ab5ab477d37": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libgusb-0.3.0-1.el8.aarch64.rpm" }, @@ -1763,6 +1823,9 @@ "sha256:9d81ba497977c81475fc33d99d9f031587703c3ff1513655c5b421dfc48ebd31": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libselinux-utils-2.9-5.el8.aarch64.rpm" }, + "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dnf-plugins-core-4.0.18-2.el8.noarch.rpm" + }, "sha256:9e1de440fe583d0fe0b000c1d12040b7bcda11fdfed9e05bf54e1935387f8418": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/fuse3-3.2.1-12.el8.aarch64.rpm" }, @@ -1847,6 +1910,9 @@ "sha256:adb9e37c63a055bc106a9676c10a85fdedcb4af64ae062249732e158bc0ae9af": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/checkpolicy-2.9-1.el8.aarch64.rpm" }, + "sha256:ade2bfdfdac1e1108c42023afd9ef7a8eb10bf8b11a93b4670afbe60e592059e": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dmidecode-3.2-8.el8.aarch64.rpm" + }, "sha256:ae1ab5b5cb6ebd690b8e35154dad5efcf0c6c2f10ef0c229ea7c0dacd100a2be": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/glibc-2.28-145.el8.aarch64.rpm" }, @@ -1886,6 +1952,9 @@ "sha256:b66c71cf784c46f4040c6cf450dd0c0b1d0f69e3e86714fc7cb6ea0f2f2331ed": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/crypto-policies-20200713-1.git51d1222.el8.noarch.rpm" }, + "sha256:b6946db91c0a0b5e39427db028815391dd1e8c7a04faf98bc1031b5490034790": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/virt-what-1.18-6.el8.aarch64.rpm" + }, "sha256:b705e2abbce31768f9dde08b2e3bb4756f2512ad22ac94f4bb6761c530b66f71": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/bash-completion-2.7-5.el8.noarch.rpm" }, @@ -2018,6 +2087,9 @@ "sha256:d0dccf816695a9726edd1a67920db97237c61539751f6d27725e58c43009142b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libpwquality-1.4.4-1.el8.aarch64.rpm" }, + "sha256:d1e11fe42bf2556337f52c1dac4e47cb35f7cdde31abd87d936ac10f972bb2fb": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/sqlite-3.26.0-13.el8.aarch64.rpm" + }, "sha256:d2b03b2961b44295e2fe8f5464572ac2225e38c3cf9787198c698acf8da4a3fb": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/ostree-libs-2020.7-1.el8.aarch64.rpm" }, @@ -6192,6 +6264,42 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/diffutils-3.6-6.el8.aarch64.rpm", "checksum": "sha256:3a684fd5f1b1d417c6c3e9d1f0d5b846138aa06450ff246425d43d4a20bd619e" }, + { + "name": "dmidecode", + "epoch": 1, + "version": "3.2", + "release": "8.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dmidecode-3.2-8.el8.aarch64.rpm", + "checksum": "sha256:ade2bfdfdac1e1108c42023afd9ef7a8eb10bf8b11a93b4670afbe60e592059e" + }, + { + "name": "dnf", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:e381bbfcb84a338d74ab793c99529368708c61b466e222983d50fd7e026970cd" + }, + { + "name": "dnf-data", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-data-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:0d7867b42fb1882445ddcce818f1660b10da8873fa33f50432c1e7c3ba4e7f03" + }, + { + "name": "dnf-plugin-subscription-manager", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/dnf-plugin-subscription-manager-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:6fdf867aa240eac1bca86792a1d583786bff800f0c14522521cbc0d1a0850bec" + }, { "name": "dosfstools", "epoch": 0, @@ -7002,6 +7110,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libcom_err-1.45.6-1.el8.aarch64.rpm", "checksum": "sha256:e5f82f102f51d88aa517bbebd170795a571b7ddc3036574b92b498cc13704d98" }, + { + "name": "libcomps", + "epoch": 0, + "version": "0.1.11", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libcomps-0.1.11-4.el8.aarch64.rpm", + "checksum": "sha256:ff9fc6467a4c2fd0c22c419a9cdb7a524d1c69d0c87aa09f31728bef9f692f76" + }, { "name": "libcroco", "epoch": 0, @@ -7038,6 +7155,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libdb-utils-5.3.28-40.el8.aarch64.rpm", "checksum": "sha256:8b273938591908ea80cd8cf0dc24b8b8e3d275b0db6438c6ad37290a355cd8ef" }, + { + "name": "libdnf", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libdnf-0.55.0-1.el8.aarch64.rpm", + "checksum": "sha256:c3d77f12bc5b1af8b377d37614616768c2c04bbda83b2e1d0f3f844c21e8efb6" + }, { "name": "libedit", "epoch": 0, @@ -7380,6 +7506,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libreport-filesystem-2.9.5-15.el8.aarch64.rpm", "checksum": "sha256:d6af0d986b806c10770b85292e07dff2fc5a751d7be309e966a45253b1081b91" }, + { + "name": "librhsm", + "epoch": 0, + "version": "0.0.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/librhsm-0.0.3-4.el8.aarch64.rpm", + "checksum": "sha256:ae411345ee8271ad3985d445d728a5f010eec9725f69b7ba5536099d3713b8b0" + }, { "name": "libseccomp", "epoch": 0, @@ -8037,6 +8172,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm", "checksum": "sha256:48509ce37ec06c1b15149feec4b2eb5d3a2f0453a41804c9c5d9ef5b8b320d4f" }, + { + "name": "python3-dateutil", + "epoch": 1, + "version": "2.6.1", + "release": "6.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm", + "checksum": "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37" + }, { "name": "python3-dbus", "epoch": 0, @@ -8055,6 +8199,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-decorator-4.2.1-2.el8.noarch.rpm", "checksum": "sha256:589fa333c866d9a59bc607ec6c45b7df30c8602c80c16b2aac2c0f916ebed6e7" }, + { + "name": "python3-dnf", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dnf-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:ae590ec0f4e8f7cb01d25168a6f68e54f383b8e5d3fe5676a3f2cd1247051a5d" + }, + { + "name": "python3-dnf-plugins-core", + "epoch": 0, + "version": "4.0.18", + "release": "2.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-dnf-plugins-core-4.0.18-2.el8.noarch.rpm", + "checksum": "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632" + }, + { + "name": "python3-ethtool", + "epoch": 0, + "version": "0.14", + "release": "3.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-ethtool-0.14-3.el8.aarch64.rpm", + "checksum": "sha256:4fe7733b93fad52a48d4b47a6dc55582f3cc41fc2074e42a9b39fc5d407df6d3" + }, { "name": "python3-firewall", "epoch": 0, @@ -8073,6 +8244,69 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-gobject-base-3.28.3-2.el8.aarch64.rpm", "checksum": "sha256:31043a7324411dad6b84f6504a9e9cb7ece9f576acf091be522e484c8b82f469" }, + { + "name": "python3-gpg", + "epoch": 0, + "version": "1.13.1", + "release": "7.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-gpg-1.13.1-7.el8.aarch64.rpm", + "checksum": "sha256:7fd245efbd8214be4981128cfa05c59000c08b6ec0a9818f6f3c819c140ab7b9" + }, + { + "name": "python3-hawkey", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-hawkey-0.55.0-1.el8.aarch64.rpm", + "checksum": "sha256:95a9154fb31f6f703066ac47a1d30ec45ca363b8f6c3a31b9fc0be67edafcd7c" + }, + { + "name": "python3-iniparse", + "epoch": 0, + "version": "0.4", + "release": "31.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-iniparse-0.4-31.el8.noarch.rpm", + "checksum": "sha256:9a6eb680e8debcd0b97575a76e9cf0d0655ef7f875b362542e0d129f5e423419" + }, + { + "name": "python3-inotify", + "epoch": 0, + "version": "0.9.6", + "release": "13.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-inotify-0.9.6-13.el8.noarch.rpm", + "checksum": "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54" + }, + { + "name": "python3-libcomps", + "epoch": 0, + "version": "0.1.11", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-libcomps-0.1.11-4.el8.aarch64.rpm", + "checksum": "sha256:3a3207904e90b42a3fcf474f906e4c1544dbdccafa0d7e6e0406c32fd31e2a63" + }, + { + "name": "python3-libdnf", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-libdnf-0.55.0-1.el8.aarch64.rpm", + "checksum": "sha256:f5a8c222570915524e2ce7c1afd4b9c9dcbbd4dea0faec823d237b93dd8b36bd" + }, + { + "name": "python3-librepo", + "epoch": 0, + "version": "1.12.0", + "release": "3.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-librepo-1.12.0-3.el8.aarch64.rpm", + "checksum": "sha256:464aa2a977ac132c5480d3dd36ff05e8d2fbf18d2c8ac0bda8a18f3fd9e2b00c" + }, { "name": "python3-libs", "epoch": 0, @@ -8127,6 +8361,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-policycoreutils-2.9-9.el8.noarch.rpm", "checksum": "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42" }, + { + "name": "python3-rpm", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-rpm-4.14.3-4.el8.aarch64.rpm", + "checksum": "sha256:b5b1f5f7a02f70db056861813ddcf181f2ebba507cd368fbe2c32f262edf7fc6" + }, { "name": "python3-setools", "epoch": 0, @@ -8172,6 +8415,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-slip-dbus-0.6.4-11.el8.noarch.rpm", "checksum": "sha256:96b090a6696ca4c8b3f701c3a7b95b91c892db389e023c4b2d500a5162e43e8d" }, + { + "name": "python3-subscription-manager-rhsm", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-subscription-manager-rhsm-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:893d163d835b357cce0759f465c893f419ee20ecc00ab7809725356ecea92a23" + }, + { + "name": "python3-syspurpose", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/python3-syspurpose-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:12a354bd9f9db9c593d1da05a84e4161cb9a7f222058999bd83f1908c1ec3df5" + }, { "name": "readline", "epoch": 0, @@ -8217,6 +8478,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-4.14.3-4.el8.aarch64.rpm", "checksum": "sha256:47b483c0f556c56f0b1f468603c57834864902ae5a849a18c8a0ca5f76d66c86" }, + { + "name": "rpm-build-libs", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-build-libs-4.14.3-4.el8.aarch64.rpm", + "checksum": "sha256:c633b98b4dbf96674a69573404819c34d66eb7e19820283fc588f6b10b0e3fc8" + }, { "name": "rpm-libs", "epoch": 0, @@ -8235,6 +8505,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-selinux-4.14.3-4.el8.aarch64.rpm", "checksum": "sha256:0a885c6dc6abd969b828bf2fd7063ee884e6d058eaf405b02f3dd6efb6c66bac" }, + { + "name": "rpm-plugin-systemd-inhibit", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-systemd-inhibit-4.14.3-4.el8.aarch64.rpm", + "checksum": "sha256:0bb7024125ca67119612e55a92da13c989e0306ddd7de7e655a679c963939ef7" + }, { "name": "rsync", "epoch": 0, @@ -8316,6 +8595,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/shim-aa64-15-16.el8.aarch64.rpm", "checksum": "sha256:15021794c7c33d0a27c6b10dfd66024b0c3ac286aa0457f3ea69207a38f70660" }, + { + "name": "sqlite", + "epoch": 0, + "version": "3.26.0", + "release": "13.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/sqlite-3.26.0-13.el8.aarch64.rpm", + "checksum": "sha256:d1e11fe42bf2556337f52c1dac4e47cb35f7cdde31abd87d936ac10f972bb2fb" + }, { "name": "sqlite-libs", "epoch": 0, @@ -8325,6 +8613,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/sqlite-libs-3.26.0-13.el8.aarch64.rpm", "checksum": "sha256:9e2de1bedfd2ddaa28f43e430112e254b19086c1dfadcde9891b89e93a7efc2b" }, + { + "name": "subscription-manager", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:2d6603e456b0460b46da85f7bc7eaccdf86954afea109db5d741b948c1652ce0" + }, + { + "name": "subscription-manager-rhsm-certificates", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/subscription-manager-rhsm-certificates-1.28.9-1.el8.aarch64.rpm", + "checksum": "sha256:3bc73592b87c241f60b481a298f03c96c8ba0ae1e450938e707fff6d1e070d92" + }, { "name": "sudo", "epoch": 0, @@ -8451,6 +8757,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/tzdata-2020f-1.el8.noarch.rpm", "checksum": "sha256:5993a1b691dc77ea966c083de8e19c40ada9ea56618df934b2e5c80a12426308" }, + { + "name": "usermode", + "epoch": 0, + "version": "1.113", + "release": "1.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/usermode-1.113-1.el8.aarch64.rpm", + "checksum": "sha256:1bc21785bc6f66d6fcc29cd62f2cdd3584f3f8ea6321db4c27251b192f468433" + }, { "name": "util-linux", "epoch": 0, @@ -8469,6 +8784,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/vim-minimal-8.0.1763-15.el8.aarch64.rpm", "checksum": "sha256:1956304761f23c6661b831d33a3539b82384636db4113cccd19321b36a3a8415" }, + { + "name": "virt-what", + "epoch": 0, + "version": "1.18", + "release": "6.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/virt-what-1.18-6.el8.aarch64.rpm", + "checksum": "sha256:b6946db91c0a0b5e39427db028815391dd1e8c7a04faf98bc1031b5490034790" + }, { "name": "which", "epoch": 0, @@ -9009,6 +9333,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/protobuf-c-1.3.0-4.el8.aarch64.rpm", "checksum": "sha256:cf5d9432afbd324b457d2a02eb9b270ff358b1bfcf28bee57ffe7b84df6e65f4" }, + { + "name": "python3-unbound", + "epoch": 0, + "version": "1.7.3", + "release": "15.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/python3-unbound-1.7.3-15.el8.aarch64.rpm", + "checksum": "sha256:eeabe7958b5c845f5985d4d42e7ce3dbe731e96ee012252866acd1e3be7974ed" + }, { "name": "rpm-ostree", "epoch": 0, @@ -9063,6 +9396,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/udisks2-2.9.0-5.el8.aarch64.rpm", "checksum": "sha256:f2ed7bf5dcea1a477d4a12d0552076e7a3b58832dbf670b0023e7d42441fb29d" }, + { + "name": "unbound-libs", + "epoch": 0, + "version": "1.7.3", + "release": "15.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-appstream-8.4.0.n-20210120/Packages/unbound-libs-1.7.3-15.el8.aarch64.rpm", + "checksum": "sha256:0a6d5020a518723f5bde47066b1de6fbb4554af12369508e68a8de44d0ff8fec" + }, { "name": "usbguard", "epoch": 0, @@ -9100,5 +9442,6 @@ "checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806" } ] - } + }, + "image-info": {} } diff --git a/test/data/manifests/rhel_84-aarch64-tar-boot.json b/test/data/manifests/rhel_84-aarch64-tar-boot.json index 5124b939b..6bdb9b522 100644 --- a/test/data/manifests/rhel_84-aarch64-tar-boot.json +++ b/test/data/manifests/rhel_84-aarch64-tar-boot.json @@ -44,6 +44,9 @@ "sources": { "org.osbuild.files": { "urls": { + "sha256:029acbf0ac0942e5f78e302d53bdb1e2a5aff6a3ee48aba7505470fc9d24c02c": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kernel-modules-4.18.0-275.el8.aarch64.rpm" + }, "sha256:02c8f76fd8b13972c541e4fa3bd2101681b7d4baa1320e3101bc4167b5531685": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/elfutils-libelf-0.182-3.el8.aarch64.rpm" }, @@ -110,6 +113,9 @@ "sha256:15c33124ac0479d34f1f58d2bd24cc52db7089b4a8681c276a3fd0d6dfe4fc72": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/coreutils-8.30-8.el8.aarch64.rpm" }, + "sha256:168c5e414ed295d703981872eb337296dba1c66abeb010f93d4f97f55ba06e36": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kernel-core-4.18.0-275.el8.aarch64.rpm" + }, "sha256:17334b3eab9c115fa356739e551f50ec59c11709d27a3a5e6ccbff783c87988f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/trousers-0.3.15-1.el8.aarch64.rpm" }, @@ -446,6 +452,9 @@ "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm" }, + "sha256:a4436185b8b8553003c8329979368651dd3ff371cbcfc61a55827942ce13e73e": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kernel-4.18.0-275.el8.aarch64.rpm" + }, "sha256:a66237310e1837fa7274d3294af89b472dd76760c2d171a3b9416fb3942365c6": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/glibc-all-langpacks-2.28-145.el8.aarch64.rpm" }, @@ -488,6 +497,9 @@ "sha256:b7bc10e9947763df6e6177b3dbbe77c21f55ed60d26c4c28bfe14a98f7e06189": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/cracklib-2.9.6-15.el8.aarch64.rpm" }, + "sha256:b81de545bbf9ed28592c734143a87c1c1c21cd29c1255daa7a55df31525af718": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/linux-firmware-20201118-101.git7455a360.el8.noarch.rpm" + }, "sha256:b90ce065d5ea98845733ff06e47d385937f6293ebddf52144c80f5fe1f296307": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/policycoreutils-2.9-9.el8.aarch64.rpm" }, @@ -1545,6 +1557,15 @@ { "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "checksum": "sha256:a4436185b8b8553003c8329979368651dd3ff371cbcfc61a55827942ce13e73e" + }, + { + "checksum": "sha256:168c5e414ed295d703981872eb337296dba1c66abeb010f93d4f97f55ba06e36" + }, + { + "checksum": "sha256:029acbf0ac0942e5f78e302d53bdb1e2a5aff6a3ee48aba7505470fc9d24c02c" + }, { "checksum": "sha256:e4ec1966f9bc7cbc898fe7550600ae3e9e4f8afbcdd3f6e74afe1965247653ba" }, @@ -1698,6 +1719,9 @@ { "checksum": "sha256:19d1de27d2f62b4a55735233807f70a1e8ff7551fed97ee8650dbd09c1ef50ea" }, + { + "checksum": "sha256:b81de545bbf9ed28592c734143a87c1c1c21cd29c1255daa7a55df31525af718" + }, { "checksum": "sha256:bc0f9bd34ac6a01dd7272b87e1b7a33045ff8c6793cac02fa639dfc9341e8215" }, @@ -4391,6 +4415,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm", "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "275.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kernel-4.18.0-275.el8.aarch64.rpm", + "checksum": "sha256:a4436185b8b8553003c8329979368651dd3ff371cbcfc61a55827942ce13e73e" + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "275.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kernel-core-4.18.0-275.el8.aarch64.rpm", + "checksum": "sha256:168c5e414ed295d703981872eb337296dba1c66abeb010f93d4f97f55ba06e36" + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "275.el8", + "arch": "aarch64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/kernel-modules-4.18.0-275.el8.aarch64.rpm", + "checksum": "sha256:029acbf0ac0942e5f78e302d53bdb1e2a5aff6a3ee48aba7505470fc9d24c02c" + }, { "name": "keyutils-libs", "epoch": 0, @@ -4850,6 +4901,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/libzstd-1.4.4-1.el8.aarch64.rpm", "checksum": "sha256:19d1de27d2f62b4a55735233807f70a1e8ff7551fed97ee8650dbd09c1ef50ea" }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20201118", + "release": "101.git7455a360.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-aarch64-baseos-8.4.0.n-20210120/Packages/linux-firmware-20201118-101.git7455a360.el8.noarch.rpm", + "checksum": "sha256:b81de545bbf9ed28592c734143a87c1c1c21cd29c1255daa7a55df31525af718" + }, { "name": "lua-libs", "epoch": 0, @@ -5375,7 +5435,19 @@ ] }, "image-info": { - "bootmenu": [], + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20210116122747-4.18.0-275.el8.aarch64", + "initrd": "/boot/initramfs-4.18.0-275.el8.aarch64.img", + "linux": "/boot/vmlinuz-4.18.0-275.el8.aarch64", + "options": "$kernelopts", + "title": "Red Hat Enterprise Linux (4.18.0-275.el8.aarch64) 8.4 (Ootpa)", + "version": "4.18.0-275.el8.aarch64" + } + ], "default-target": "graphical.target", "groups": [ "adm:x:4:", @@ -5416,6 +5488,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -5497,6 +5577,9 @@ "kbd-2.0.4-10.el8.aarch64", "kbd-legacy-2.0.4-10.el8.noarch", "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-275.el8.aarch64", + "kernel-core-4.18.0-275.el8.aarch64", + "kernel-modules-4.18.0-275.el8.aarch64", "keyutils-libs-1.5.10-6.el8.aarch64", "kmod-25-17.el8.aarch64", "kmod-libs-25-17.el8.aarch64", @@ -5549,6 +5632,7 @@ "libxkbcommon-0.9.1-1.el8.aarch64", "libxml2-2.9.7-9.el8.aarch64", "libzstd-1.4.4-1.el8.aarch64", + "linux-firmware-20201118-101.git7455a360.el8.noarch", "lua-libs-5.3.4-11.el8.aarch64", "lz4-libs-1.8.3-2.el8.aarch64", "memstrack-0.1.11-1.el8.aarch64", @@ -5640,6 +5724,39 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/rhel_84-ppc64le-qcow2-boot.json b/test/data/manifests/rhel_84-ppc64le-qcow2-boot.json index 238fc9734..27dd25392 100644 --- a/test/data/manifests/rhel_84-ppc64le-qcow2-boot.json +++ b/test/data/manifests/rhel_84-ppc64le-qcow2-boot.json @@ -10121,6 +10121,114 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "90-vpdupdate.rules": [ + "DEVPATH!=\"/devices/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/virtual/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/system/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/cpu/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/breakpoint/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/tracepoint/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/software/*\", GOTO=\"vpd_end\"", + "ENV{DEVTYPE}==\"scsi_target\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"enclosure\", GOTO=\"vpd_end\"", + "ENV{DEVTYPE}==\"partition\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/uprobe/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/kprobe/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/rbd/*\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"scsi_device\", GOTO=\"vpd_update\"", + "SUBSYSTEM==\"scsi_host\", GOTO=\"vpd_update\"", + "SUBSYSTEMS==\"scsi*\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"nvme\", GOTO=\"vpd_update\"", + "SUBSYSTEM==\"nvme-subsystem\", GOTO=\"vpd_update\"", + "SUBSYSTEMS==\"nvme*\", GOTO=\"vpd_end\"", + "LABEL=\"vpd_update\"", + "RUN+=\"/bin/touch /run/run.vpdupdate\"", + "LABEL=\"vpd_end\"" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.ppc64le" @@ -10139,6 +10247,14 @@ "version": "4.18.0-275.el8.ppc64le" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -10200,10 +10316,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10774,6 +10898,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10791,6 +10956,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:systemd_sleep_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10876,6 +11064,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-ppc64le-tar-boot.json b/test/data/manifests/rhel_84-ppc64le-tar-boot.json index 27913d8c3..cd366f430 100644 --- a/test/data/manifests/rhel_84-ppc64le-tar-boot.json +++ b/test/data/manifests/rhel_84-ppc64le-tar-boot.json @@ -134,6 +134,9 @@ "sha256:1d92a42c9fcb1a8cf71c2fc513f3b56cc9a48d4bd463d1561b5faf4313409147": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/libsmartcols-2.32.1-26.el8.ppc64le.rpm" }, + "sha256:1e2712304a128dcbb44bd6896b4e96476cdf68fbb738abcd4ddd21069661ba39": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kernel-modules-4.18.0-275.el8.ppc64le.rpm" + }, "sha256:1ed3940c0466986fa38fe9d3bd5fc6370b5e62edba51f7a8359eab786b4b81ec": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/python3-setuptools-wheel-39.2.0-6.el8.noarch.rpm" }, @@ -293,6 +296,9 @@ "sha256:5cff75607eb15fc00208a96a802234380667df6ac2444b2b0c81804b85c9e7af": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/libselinux-utils-2.9-5.el8.ppc64le.rpm" }, + "sha256:5d38c36515eee75953428fc7ab6bc159e5d5d2aa8c98c38e6bcf6c23fb5db331": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kernel-core-4.18.0-275.el8.ppc64le.rpm" + }, "sha256:5d4acbc24ea974774765b110c42fac81d445da33ce79e90f38b20282fe24fbd9": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/redhat-release-8.4-0.5.el8.ppc64le.rpm" }, @@ -497,6 +503,9 @@ "sha256:a6eed3ca128d562c0aed92a123d9d726cf8074df7f98c7ecef5c40257d5bc76e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/coreutils-8.30-8.el8.ppc64le.rpm" }, + "sha256:a7a7f6180f012f09418593aafccf9554259593dfeb34dce4784287c2b437be6a": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kernel-4.18.0-275.el8.ppc64le.rpm" + }, "sha256:a7db88e037715eb0ea86ffa464285615549b23178a14d691935685bdb6df4742": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/libunistring-0.9.9-3.el8.ppc64le.rpm" }, @@ -524,6 +533,9 @@ "sha256:b66c71cf784c46f4040c6cf450dd0c0b1d0f69e3e86714fc7cb6ea0f2f2331ed": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/crypto-policies-20200713-1.git51d1222.el8.noarch.rpm" }, + "sha256:b81de545bbf9ed28592c734143a87c1c1c21cd29c1255daa7a55df31525af718": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/linux-firmware-20201118-101.git7455a360.el8.noarch.rpm" + }, "sha256:b8a43464763d691a2735813e071ca604feac700f881a113abda94c7280725013": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/libdb-utils-5.3.28-40.el8.ppc64le.rpm" }, @@ -1581,6 +1593,15 @@ { "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "checksum": "sha256:a7a7f6180f012f09418593aafccf9554259593dfeb34dce4784287c2b437be6a" + }, + { + "checksum": "sha256:5d38c36515eee75953428fc7ab6bc159e5d5d2aa8c98c38e6bcf6c23fb5db331" + }, + { + "checksum": "sha256:1e2712304a128dcbb44bd6896b4e96476cdf68fbb738abcd4ddd21069661ba39" + }, { "checksum": "sha256:76ed4d1820916e1d4d5ba12a9200b790fc75f2801937d63753fca7e12b6c9d6e" }, @@ -1737,6 +1758,9 @@ { "checksum": "sha256:0143da5903a3053bbd62714904db5a7c1aba3b9ff77c97d9126a4479d3047c58" }, + { + "checksum": "sha256:b81de545bbf9ed28592c734143a87c1c1c21cd29c1255daa7a55df31525af718" + }, { "checksum": "sha256:756fe3065871f2c7c1f9635ae75119d1755dbb6a5ea62fae7660b410d9392e34" }, @@ -4484,6 +4508,33 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm", "checksum": "sha256:a41eef48b706b929464a45a4dbdca5b16201931fe56ff6ada4da0157db5e4b73" }, + { + "name": "kernel", + "epoch": 0, + "version": "4.18.0", + "release": "275.el8", + "arch": "ppc64le", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kernel-4.18.0-275.el8.ppc64le.rpm", + "checksum": "sha256:a7a7f6180f012f09418593aafccf9554259593dfeb34dce4784287c2b437be6a" + }, + { + "name": "kernel-core", + "epoch": 0, + "version": "4.18.0", + "release": "275.el8", + "arch": "ppc64le", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kernel-core-4.18.0-275.el8.ppc64le.rpm", + "checksum": "sha256:5d38c36515eee75953428fc7ab6bc159e5d5d2aa8c98c38e6bcf6c23fb5db331" + }, + { + "name": "kernel-modules", + "epoch": 0, + "version": "4.18.0", + "release": "275.el8", + "arch": "ppc64le", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/kernel-modules-4.18.0-275.el8.ppc64le.rpm", + "checksum": "sha256:1e2712304a128dcbb44bd6896b4e96476cdf68fbb738abcd4ddd21069661ba39" + }, { "name": "keyutils-libs", "epoch": 0, @@ -4952,6 +5003,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/libzstd-1.4.4-1.el8.ppc64le.rpm", "checksum": "sha256:0143da5903a3053bbd62714904db5a7c1aba3b9ff77c97d9126a4479d3047c58" }, + { + "name": "linux-firmware", + "epoch": 0, + "version": "20201118", + "release": "101.git7455a360.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-ppc64le-baseos-8.4.0.n-20210120/Packages/linux-firmware-20201118-101.git7455a360.el8.noarch.rpm", + "checksum": "sha256:b81de545bbf9ed28592c734143a87c1c1c21cd29c1255daa7a55df31525af718" + }, { "name": "lua-libs", "epoch": 0, @@ -5477,7 +5537,19 @@ ] }, "image-info": { - "bootmenu": [], + "bootmenu": [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20210116121604-4.18.0-275.el8.ppc64le", + "initrd": "/boot/initramfs-4.18.0-275.el8.ppc64le.img", + "linux": "/boot/vmlinuz-4.18.0-275.el8.ppc64le", + "options": "$kernelopts", + "title": "Red Hat Enterprise Linux (4.18.0-275.el8.ppc64le) 8.4 (Ootpa)", + "version": "4.18.0-275.el8.ppc64le" + } + ], "default-target": "graphical.target", "groups": [ "adm:x:4:", @@ -5518,6 +5590,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -5599,6 +5679,9 @@ "kbd-2.0.4-10.el8.ppc64le", "kbd-legacy-2.0.4-10.el8.noarch", "kbd-misc-2.0.4-10.el8.noarch", + "kernel-4.18.0-275.el8.ppc64le", + "kernel-core-4.18.0-275.el8.ppc64le", + "kernel-modules-4.18.0-275.el8.ppc64le", "keyutils-libs-1.5.10-6.el8.ppc64le", "kmod-25-17.el8.ppc64le", "kmod-libs-25-17.el8.ppc64le", @@ -5652,6 +5735,7 @@ "libxkbcommon-0.9.1-1.el8.ppc64le", "libxml2-2.9.7-9.el8.ppc64le", "libzstd-1.4.4-1.el8.ppc64le", + "linux-firmware-20201118-101.git7455a360.el8.noarch", "lua-libs-5.3.4-11.el8.ppc64le", "lz4-libs-1.8.3-2.el8.ppc64le", "memstrack-0.1.11-1.el8.ppc64le", @@ -5743,6 +5827,39 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/rhel_84-s390x-qcow2-boot.json b/test/data/manifests/rhel_84-s390x-qcow2-boot.json index 0644c353f..8060c638b 100644 --- a/test/data/manifests/rhel_84-s390x-qcow2-boot.json +++ b/test/data/manifests/rhel_84-s390x-qcow2-boot.json @@ -10057,6 +10057,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "bootloader": "unknown", "bootmenu": [ { @@ -10071,6 +10153,14 @@ "version": "4.18.0-275.el8.s390x" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -10132,10 +10222,18 @@ "wheel:x:10:", "zkeyadm:x:996:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10676,6 +10774,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10693,6 +10832,34 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:systemd_sleep_exec_t:s0", + "filename": "/usr/lib/systemd/systemd-sleep" + }, + { + "actual": "unconfined_u:object_r:boot_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/bootmap" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10773,6 +10940,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-ami-boot.json b/test/data/manifests/rhel_84-x86_64-ami-boot.json index 2a10b1475..a9cfdab02 100644 --- a/test/data/manifests/rhel_84-x86_64-ami-boot.json +++ b/test/data/manifests/rhel_84-x86_64-ami-boot.json @@ -9070,6 +9070,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.x86_64" @@ -9088,6 +9170,14 @@ "version": "4.18.0-275.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9149,9 +9239,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9656,6 +9754,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9677,6 +9816,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -9751,6 +9908,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-openstack-boot.json b/test/data/manifests/rhel_84-x86_64-openstack-boot.json index 19ba7ff70..c6cb85595 100644 --- a/test/data/manifests/rhel_84-x86_64-openstack-boot.json +++ b/test/data/manifests/rhel_84-x86_64-openstack-boot.json @@ -9649,6 +9649,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 ro net.ifnames=0", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.x86_64" @@ -9733,10 +9815,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { - "type": "qcow2", - "compat": "1.1" + "compat": "1.1", + "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10278,6 +10368,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10299,6 +10430,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "cpupower.service", @@ -10376,6 +10525,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-qcow2-boot.json b/test/data/manifests/rhel_84-x86_64-qcow2-boot.json index df31342df..a639712a3 100644 --- a/test/data/manifests/rhel_84-x86_64-qcow2-boot.json +++ b/test/data/manifests/rhel_84-x86_64-qcow2-boot.json @@ -9525,6 +9525,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.x86_64" @@ -9543,6 +9625,14 @@ "version": "4.18.0-275.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9611,10 +9701,18 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10154,6 +10252,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10172,6 +10311,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10253,6 +10410,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-qcow2-customize.json b/test/data/manifests/rhel_84-x86_64-qcow2-customize.json index ec67d6b68..e102a68a4 100644 --- a/test/data/manifests/rhel_84-x86_64-qcow2-customize.json +++ b/test/data/manifests/rhel_84-x86_64-qcow2-customize.json @@ -1287,6 +1287,9 @@ "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-policycoreutils-2.9-9.el8.noarch.rpm" }, + "sha256:e67a1c5f02c3e6fdccaad455fddf0dfdf812069da87d841a22df910bf361cfb9": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/net-tools-2.0-0.52.20160912git.el8.x86_64.rpm" + }, "sha256:e716ce0df8a72f26e415b8edd533b97e4213f0384a0fb64e08894f6eae694795": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/NetworkManager-tui-1.30.0-0.6.el8.x86_64.rpm" }, @@ -2886,6 +2889,9 @@ { "checksum": "sha256:6d2ad3959103e46354f7491ff7911759016fa262581b0149ed5b3433b24a8129" }, + { + "checksum": "sha256:e67a1c5f02c3e6fdccaad455fddf0dfdf812069da87d841a22df910bf361cfb9" + }, { "checksum": "sha256:6431a43da4fa2af839b5cc47c462d26b6d5c60f11bdd9045d363a9ba8ea8b781" }, @@ -7887,6 +7893,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/ncurses-libs-6.1-7.20180224.el8.x86_64.rpm", "checksum": "sha256:6d2ad3959103e46354f7491ff7911759016fa262581b0149ed5b3433b24a8129" }, + { + "name": "net-tools", + "epoch": 0, + "version": "2.0", + "release": "0.52.20160912git.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/net-tools-2.0-0.52.20160912git.el8.x86_64.rpm", + "checksum": "sha256:e67a1c5f02c3e6fdccaad455fddf0dfdf812069da87d841a22df910bf361cfb9" + }, { "name": "nettle", "epoch": 0, @@ -9618,6 +9633,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto debug", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.x86_64" @@ -9636,6 +9733,14 @@ "version": "4.18.0-275.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "server": [ + "time.example.com iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9707,10 +9812,23 @@ "wheel:x:10:" ], "hostname": "my-host", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "0.10", "type": "qcow2" }, + "keyboard": { + "vconsole": { + "KEYMAP": "dvorak" + } + }, + "locale": { + "LANG": "el_CY.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10004,6 +10122,7 @@ "ncurses-6.1-7.20180224.el8.x86_64", "ncurses-base-6.1-7.20180224.el8.noarch", "ncurses-libs-6.1-7.20180224.el8.x86_64", + "net-tools-2.0-0.52.20160912git.el8.x86_64", "nettle-3.4.1-2.el8.x86_64", "newt-0.52.20-11.el8.x86_64", "nfs-utils-2.3.3-40.el8.x86_64", @@ -10250,6 +10369,47 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10269,7 +10429,26 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ + "arp-ethers.service", "chrony-dnssrv@.timer", "chrony-wait.service", "cockpit.socket", @@ -10349,6 +10528,23 @@ "tuned.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-rhel_edge_commit-boot.json b/test/data/manifests/rhel_84-x86_64-rhel_edge_commit-boot.json index b69d9714b..8fd985139 100644 --- a/test/data/manifests/rhel_84-x86_64-rhel_edge_commit-boot.json +++ b/test/data/manifests/rhel_84-x86_64-rhel_edge_commit-boot.json @@ -9132,6 +9132,14 @@ ] }, "image-info": { + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9184,6 +9192,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9666,6 +9682,80 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } + } + }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" } }, "services-disabled": [ @@ -9750,6 +9840,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-rhel_edge_commit_rt-boot.json b/test/data/manifests/rhel_84-x86_64-rhel_edge_commit_rt-boot.json index 31cb215af..233351719 100644 --- a/test/data/manifests/rhel_84-x86_64-rhel_edge_commit_rt-boot.json +++ b/test/data/manifests/rhel_84-x86_64-rhel_edge_commit_rt-boot.json @@ -9438,6 +9438,56 @@ ] }, "image-info": { + "/etc/security/limits.d": { + "realtime.conf": [ + { + "domain": "@realtime", + "item": "cpu", + "type": "soft", + "value": "unlimited" + }, + { + "domain": "@realtime", + "item": "rtprio", + "type": "-", + "value": "99" + }, + { + "domain": "@realtime", + "item": "nice", + "type": "-", + "value": "-20" + }, + { + "domain": "@realtime", + "item": "memlock", + "type": "-", + "value": "unlimited" + } + ] + }, + "/etc/sysctl.d": { + "99-sysctl.conf": [ + "kernel.hung_task_panic = 0", + "kernel.hung_task_timeout_secs = 600" + ] + }, + "/etc/udev/rules.d": { + "99-rhel-rt.rules": [ + "KERNEL==\"rtc0\", PROGRAM+=\"/bin/ln -sf rtc0 /dev/rtc\"", + "KERNEL==\"cpu_dma_latency\", GROUP=\"realtime\"", + "SUBSYSTEM==\"msr\", GROUP=\"realtime\", MODE=\"0640\"", + "SUBSYSTEM==\"cpuid\", GROUP=\"realtime\", MODE=\"0640\"" + ] + }, + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9491,6 +9541,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9993,6 +10051,80 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } + } + }, + "selinux": { + "context-mismatch": [ + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_unit_file_t:s0", + "filename": "/usr/lib/systemd/system/usbguard.service" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/runc" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:container_runtime_exec_t:s0", + "filename": "/usr/bin/podman" + }, + { + "actual": "system_u:object_r:unlabeled_t:s0", + "expected": "system_u:object_r:usbguard_exec_t:s0", + "filename": "/usr/sbin/usbguard-daemon" + }, + { + "actual": "system_u:object_r:mnt_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" } }, "services-disabled": [ @@ -10082,6 +10214,23 @@ "udisks2.service", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-rhel_edge_container-boot.json b/test/data/manifests/rhel_84-x86_64-rhel_edge_container-boot.json index fff204019..08cbb4163 100644 --- a/test/data/manifests/rhel_84-x86_64-rhel_edge_container-boot.json +++ b/test/data/manifests/rhel_84-x86_64-rhel_edge_container-boot.json @@ -343,6 +343,10 @@ "sha256:53ce968a0e3d72c39bd6234153f719703615a7891ad65c71d36be68a0c72f49a", "sha256:c9a8c2ab136f2ac31cea759171a09c4c40dcf9a5aa2fa26d430d383ecf5289d4", "sha256:f7fc94ac5b5df2051aa2811c0cebecd7e04353ac871f1a792bc6c68f2c2aa6ce", + "sha256:d6b85d0546747e8c64ff9926be2a814b09ce5a2aebfeaa739c266180496b5dfc", + "sha256:e381bbfcb84a338d74ab793c99529368708c61b466e222983d50fd7e026970cd", + "sha256:0d7867b42fb1882445ddcce818f1660b10da8873fa33f50432c1e7c3ba4e7f03", + "sha256:f04554b4e4c9e5e8d48251840e2a994ac3349ad4387d2c7fecbd5a6d70e02849", "sha256:fc6f294d87c32dd80d09ad1e31005a6c379c476539fec9cd52b51f0bbc3384e3", "sha256:1e51e694089f07a6d9aa0af3298765c561bab9bf53df1c6ab8d9e9a41c193116", "sha256:4f98aec10d58cb9554597517c349a8ecfebf6e2863e3b4a36b8135107400621a", @@ -446,10 +450,12 @@ "sha256:382afcc614dbcd3817aa3f7e12e2a5c32b3e5ba91b27f7b86b7ef5102c7b82cb", "sha256:268b587d4a2db65a55e0009cfa506126022829589f049a77f70b9dc015b3ed05", "sha256:c4074dcf1be5305379967c6ce11e30ce3a1a26320f7888b5dbda7d0454304ba9", + "sha256:a8edffe76202b2826531ff3601508295d01247323cb6810c4f2f097a761cef42", "sha256:d0982bac60512aaf37a99078e24446337ab6210db07ed95c49baeb9a3811dd2b", "sha256:24f5db098ebee43d6170f668e1a8c64849cfb2094c2ab2a3e78843fae9683c1c", "sha256:dc7cae6d236b36420e400d1a9731ba6006b3ba8c67d8267931196c7fb9dae873", "sha256:b16b74a33e1cbbdf69ce43d869eafc87b325510de731e07d41f3325aa1645fdb", + "sha256:a195617d4655dfadc36e2f9806542f232ec70cc87bfe92219c600bc72c4ac637", "sha256:0391105afa53c9503b59591615bd7c98e2f7a4cd94ff4fd1451c4234522f3880", "sha256:7e95dc277991981a081f73f4410219a196b7b0d02dbe1ad2ebfce172c215669e", "sha256:77f2116ff8321481bf67938cc15cf1a4a3c1ae1fee27eb548215d542815cd42b", @@ -488,6 +494,7 @@ "sha256:abd8e1106f0e251c2ce3d272ddaa14b2afccef2d9d3adaf5d832331ee53a083a", "sha256:f3f4f7af723db58c5576ac8d9178bd4f1face86fa5018b40fa8cc50de2c31c8b", "sha256:4a95dbaad30dfee445cb89fa5c047f56b4588c16a5442ef4043158f709c857c9", + "sha256:bd37c05e277205686dade257e19f95839fad32f2278872dbc9969c50ec9da0b6", "sha256:37ecb157872f2178dfa1e47a6914ffb5b40c5cf0b13c66364110f80a4fe1428c", "sha256:1dc1dbd0aa4dad715b3242468d4841f2f35bf6aa60d8e1928ee692784b12da1e", "sha256:5d527a7fe40c223f9e8448cdb657daba3582d4ab296400c65294a4f1f921892b", @@ -563,28 +570,46 @@ "sha256:dbae545e3151866b76f2dff75d0945f016663c0a76771cb51dd1368b124655b2", "sha256:f8c191d8b952621d10a1055be960bbe07be66f557c5a9d007f8908abcde1b9af", "sha256:8f00781eb679c6baf359099fa2a672ffccfc8e43b7c03c1dc635619cb25ff01d", + "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37", "sha256:5a85222c8e9997a8b609b915a8fbae756de9b9bff732db852fb15fe0524f2d86", "sha256:589fa333c866d9a59bc607ec6c45b7df30c8602c80c16b2aac2c0f916ebed6e7", + "sha256:d2b777ea98ee644997029994136723cf4fa78e97afeaceab39f76b545b51792b", + "sha256:ae590ec0f4e8f7cb01d25168a6f68e54f383b8e5d3fe5676a3f2cd1247051a5d", + "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632", + "sha256:20dec130e4fd0a2146443791ca7ade6e079cea691d93711813d5f483b691c55a", "sha256:32d056d0f1c064512e4d27bdc2c9a23591d7c74838ef3436e451c90ac3b05b97", "sha256:86d305a1466a596f8b436561d674f2510f268bed9e73f56c87da1dd120f99c18", + "sha256:a811a350cc471cee1728991b5f5b20889b9d7b5cd6589773de6afc2617544510", + "sha256:c4fab880fc77cba297766e3f09b7242dcf0891dc11a596b390b78259656dffcd", + "sha256:9a6eb680e8debcd0b97575a76e9cf0d0655ef7f875b362542e0d129f5e423419", + "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54", + "sha256:24c7b8b233b0a5a23ff5d42ba56f0ee40372234f91e4fabe36d68e8077157e23", + "sha256:6359e73edb3d26b7ab574eca2a5a038fa3551f7d4f5cfaa10afd38f8f79fc679", + "sha256:4dca84d24de4ee22cb0c051f9f77a9690b7ecc24ef46ab32851a3e576db9f7ff", "sha256:e94996bf2ae48bac0e76cb66f7cc17f67d60e86a04f9e38f34eff1d75bb351c6", "sha256:45740507b141cacf5bf5360a9e5823266f878a3c7ce8e212e3d0e7692d8dfc22", "sha256:685303e8947faecb0ecbf0c3fbf401097024a00056791f6586ef3c5a484883a9", + "sha256:f65164e882881ea96672081f0d990f51372d3d3d8dbeb63360c5b3a28ef6e229", "sha256:e96825366b16b94086294dcfce37c6ba4958c4748aed64c343a8d2cddc280ab1", "sha256:4702a5969b686f5f12532ba6eb660d704d117b2156d1188a0049114de93b4d62", "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42", + "sha256:526a65d5c3860f82e02781b55e7581bac168a611aa61ba603a06007ed5b34213", "sha256:db8bc154626bdd906a1f50104031a5042bbe91db7f5a1473657795eedd4158c6", "sha256:1ed3940c0466986fa38fe9d3bd5fc6370b5e62edba51f7a8359eab786b4b81ec", "sha256:932cca0b2aa28d64538fca0401acc35bec34f14bfe99d3e22ea8452b79890eac", "sha256:7f2436df92ce3dacaf5a52d988e65b2cbfc6af8be917bdc14119940480efd7bb", "sha256:96b090a6696ca4c8b3f701c3a7b95b91c892db389e023c4b2d500a5162e43e8d", + "sha256:e1af6a1336a85e91cf68b515adb0f6c4f57666fb26888194a4321453cf946b21", + "sha256:0c650fbc8eb56cd94cd374509cfd9707997ff745e962b1cf2b018df8175c692a", "sha256:ef221ca565f17ed425997e97fdeb5fc27261910659fa61372b18d93e1a5613e9", "sha256:8dee521c5d77c64a06f0669388b402709ba2289efb532974a7b36b0c7827ada8", "sha256:3bdf23bf017288b6de46967e083502d3a57dc6d2f760e4bcd74c23c5c999dd88", "sha256:ad060f60303b6764e08657436147cc24cfc4bb1ccc1431796407ba005a7bcec0", "sha256:d8c6548dee8dbd053eeff29a9a7d110a7c28e3137781707c66f8ab4e03271279", + "sha256:584b39de639e9f0a25687b8c7ef05500a0084a3bc4c8afb0a2137868ab357d14", "sha256:15510ab45e249c5711bb6d10d7470a009345dcd45b00d8b2dd90ca61e9206d64", "sha256:5565b2a9f21fd81ef8005e285b273fd5b369281df4ec6369941d9f92e25c8510", + "sha256:c847a91e2358602511c3001a66510c87fc49bf05161348d8f7c4abca8727c29e", "sha256:217a8c5975fb72687b26606867f4cc7b3fae0fc6d10335d986b7f13808a2e7a7", "sha256:f39e031ea848d9605601b3e8e9424339cec44ecb521fbd1a415915a5f373eb37", "sha256:07fb749839674b27283c30909e7f8f4e5512f5971b1bfd0b6b06efb5d579bffa", @@ -594,7 +619,10 @@ "sha256:97cc8ea9130134608ef86ad410c93ac52ed4301fca185e36e9180643a51a98b7", "sha256:4e468750831505a71d52553acee82dd9091d30f6c39f6dcf717fed544714c3c3", "sha256:dd6c970a0b0f9dd3509036090669a64af1449cde2f02810a5f666db9936fdd4c", + "sha256:66e1d5bace0debb2216ddf1691c62dab24622c84e70bb091714f38069be72792", "sha256:4e0c74fabe6c631afdc533f7923e6e7c1381b3bb538d2b1fbb085088f9f53cb0", + "sha256:566ecf6ce5a039d18ff1d742d1b6953818cccceb00c03ef487ad47404adffee2", + "sha256:c80dbed0d6b54625d39b620319adbe0927a4a59a9c805e5707ed7269b1dca0d2", "sha256:ec9adedf0d5d2d096acf4739e2eefab8095498037e13dac9b283e17a9c54259a", "sha256:377fd829a636b6542dccb3408c2cb4f0c5cccefdffdb1c54ca14c66f7ca60b12", "sha256:cbc4d27f7b1c37a8ce247229219d708801b4ea1bfbc700b2e1d3fdaae2ebf169", @@ -609,8 +637,10 @@ "sha256:c0ffafde9475718f2b1460d400b84a90b47a23973f38f45b5853c4d56185c48b", "sha256:0aa18121749a7e7056ebaf2a7f588127e2af309ed127b95be75a66b8f2ecc5c5", "sha256:5993a1b691dc77ea966c083de8e19c40ada9ea56618df934b2e5c80a12426308", + "sha256:98a589d7e1cdea9d974aa43f688e55333eed11ce7cb2037d45cc2e69bce579b3", "sha256:ba6b82d280db2e64db7d4b68cfe0096caa0205c3fff41c427f89c0abe280a3f0", "sha256:947b4e4eebec21501ca62e2a7ff9baae0e4e7c59584fbba4b6276a402cfbb45b", + "sha256:2cfcc3d6163dfaf7ce76998be992bd0b70dd7cbb838430cecf2aff04cd435d24", "sha256:ba59385282b2647341121bfe54aba8384012e9d48616636872c6d5e9b4263440", "sha256:483f34af728eb29fac8538761503e805a0af8cde6a1d93c74f384c766926249f", "sha256:c8d6b5469629982209915b77c9632fef8b9f51276e3dc40cbc25b7ae8b0a17a6", @@ -671,12 +701,14 @@ "sha256:db4bb633c619c1739591d981bf73d1a726bbb85f05557e13b423c4e79ad94cfd", "sha256:eb0ed74444da940ab2a530776348362c5e2c07a0a30b2106dd4691bcbfa1e56a", "sha256:ffe769e8d404589e60b0760d91669cd61e1320b5eeac85f9e8e624acdc845e76", + "sha256:8c4b5140b61fa1e491d76462c2137e81d19c5fbc7e0a91329d91c8d8427ea696", "sha256:e7003a8ad124f95a3352dc1abcfd25897622090cf2ed20f4e9138dae6d05fd28", "sha256:1a25f7fb9ff7159c48dfb8e6f8a78d53e4ee0f98e6c0902d605b0b3cc92fe107", "sha256:1d33d60450211a0e33dd10c692a2fe9c4516396003e4a73bb2114781c5e861db", "sha256:128de91fd2fbe19a4767e470ea0f575f02feda646d5c15fe5c33f7f43dda10fb", "sha256:475a2ac286fc5608ad347f042792bf487a31ae9ec4e7df5aeb6e4c13774490b1", "sha256:5c5605445bf887d5e259a4d73b8362bdc2a291ad19e3ce8552e713a801bf6624", + "sha256:6a43c0a0605f6a5e3e155ca1d2e1bfdf5a8986a282b04c1c160d9e0148fb02af", "sha256:5198a34b9edda3361e16f39fe6d9e1b23dc5d8230ed07adf4675470cbd0db89f", "sha256:dc1be37523edb3a0e4e8b2c660303636eab8928db922512e8033b55e893cca97", "sha256:aeb7478365d6c1bba4f23c8899a9988c3a8b366d573c590cd7fa49f906c4cb8c", @@ -1098,6 +1130,9 @@ "sha256:0b4118e4f4aec595982dbb9f4b48999284e9e51dfd45d251d930f1541d8a8020": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/expat-2.2.5-4.el8.x86_64.rpm" }, + "sha256:0c650fbc8eb56cd94cd374509cfd9707997ff745e962b1cf2b018df8175c692a": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-syspurpose-1.28.9-1.el8.x86_64.rpm" + }, "sha256:0d612ef49922f8eff2d2c96e8da290f77dacf7b667f6b8a9be751bd6394fcf73": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libxcrypt-4.1.1-4.el8.x86_64.rpm" }, @@ -1212,6 +1247,9 @@ "sha256:208dcd6b67c5d9569f64bcc259b365db3abdd0e786494a50a556dbf65355cd9a": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libmbim-1.20.2-1.el8.x86_64.rpm" }, + "sha256:20dec130e4fd0a2146443791ca7ade6e079cea691d93711813d5f483b691c55a": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-ethtool-0.14-3.el8.x86_64.rpm" + }, "sha256:217a8c5975fb72687b26606867f4cc7b3fae0fc6d10335d986b7f13808a2e7a7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/rsync-3.1.3-12.el8.x86_64.rpm" }, @@ -1269,6 +1307,9 @@ "sha256:2b4744ba961f3e27814c005ab38c5d899ee3dd5990132a6f88c28ccd053be54b": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/iwl6050-firmware-41.28.5.1-101.el8.1.noarch.rpm" }, + "sha256:2cfcc3d6163dfaf7ce76998be992bd0b70dd7cbb838430cecf2aff04cd435d24": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/virt-what-1.18-6.el8.x86_64.rpm" + }, "sha256:2e8fd9d87a922b1441538318c401b1e4353b87a9e8000ca76b0cee681ec79c45": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm" }, @@ -1401,6 +1442,9 @@ "sha256:48dcfdf2bdfd84c0a7cab26e7626929f773db792910399a1b18108cb0e32208a": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/openssl-libs-1.1.1g-12.el8_3.x86_64.rpm" }, + "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-inotify-0.9.6-13.el8.noarch.rpm" + }, "sha256:4a62975251933dcaff77fdbd7704e8a12bea0ecb6eaaae5ea5e552bedd6788ec": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libidn2-2.2.0-1.el8.x86_64.rpm" }, @@ -1425,6 +1469,9 @@ "sha256:4da971c6e5a8a759c919dc9cde21324ee2b309c96b46eb000b4f251a287b08b1": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/keyutils-libs-1.5.10-6.el8.x86_64.rpm" }, + "sha256:4dca84d24de4ee22cb0c051f9f77a9690b7ecc24ef46ab32851a3e576db9f7ff": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-librepo-1.12.0-3.el8.x86_64.rpm" + }, "sha256:4dd4425cb822049b615b5fc05a15a7088bb3984125cceb447e4b226bf26a22d3": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/openldap-2.4.46-16.el8.x86_64.rpm" }, @@ -1473,6 +1520,9 @@ "sha256:55a58ea1e63e2cc102d82ab4d02e04e90e2c03819b2a2dee74395905868eb5fd": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/memstrack-0.1.11-1.el8.x86_64.rpm" }, + "sha256:566ecf6ce5a039d18ff1d742d1b6953818cccceb00c03ef487ad47404adffee2": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/subscription-manager-1.28.9-1.el8.x86_64.rpm" + }, "sha256:56856e839d716f9211172e3b573ad24445d0e82c03eba22438fb10320bbcfc0d": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/iputils-20180629-6.el8.x86_64.rpm" }, @@ -1545,6 +1595,9 @@ "sha256:6431a43da4fa2af839b5cc47c462d26b6d5c60f11bdd9045d363a9ba8ea8b781": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/nettle-3.4.1-2.el8.x86_64.rpm" }, + "sha256:66e1d5bace0debb2216ddf1691c62dab24622c84e70bb091714f38069be72792": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/sqlite-3.26.0-13.el8.x86_64.rpm" + }, "sha256:6745b40a87d7633509401de65b8690fcb4aba78827476cfb7323454e7c097c33": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/crypto-policies-scripts-20200713-1.git51d1222.el8.noarch.rpm" }, @@ -1656,6 +1709,9 @@ "sha256:7c332912363b625e9dfa39e4335dc996620e7a3c59fb4d41f062d04497886b9f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/iwl1000-firmware-39.31.5.1-101.el8.1.noarch.rpm" }, + "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm" + }, "sha256:7d504d8d0c5e1ca9d838a9621983737998317f937efd6328f18cc56674432b33": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/NetworkManager-wwan-1.30.0-0.6.el8.x86_64.rpm" }, @@ -1773,6 +1829,9 @@ "sha256:9889833f56ee91ce8b7c2cb6258698b4e1f8f1824d03825f042c9ff6e8025ece": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/libjose-10-2.el8.x86_64.rpm" }, + "sha256:98a589d7e1cdea9d974aa43f688e55333eed11ce7cb2037d45cc2e69bce579b3": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/usermode-1.113-1.el8.x86_64.rpm" + }, "sha256:98afa549d41462a811cce159dc06e06840bcf24eca9d784f77e19214d149e7d7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/libblockdev-fs-2.24-5.el8.x86_64.rpm" }, @@ -1803,6 +1862,9 @@ "sha256:9cf2e24fdbe89f25b8283291fd3fcaf73ca60554bbf5767932c38882cdd0e3c4": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/cracklib-2.9.6-15.el8.x86_64.rpm" }, + "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dnf-plugins-core-4.0.18-2.el8.noarch.rpm" + }, "sha256:9e70cafe666de95febf05bcee7d3be9a2c5cb9bb3d361d81b2d72bde8a5e20c7": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64.rpm" }, @@ -2016,6 +2078,9 @@ "sha256:c79d94c1289135a659a54a2328f40b5739db9afc969d5fa601db67f4e07ffcfe": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/krb5-libs-1.18.2-8.el8.x86_64.rpm" }, + "sha256:c80dbed0d6b54625d39b620319adbe0927a4a59a9c805e5707ed7269b1dca0d2": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/subscription-manager-rhsm-certificates-1.28.9-1.el8.x86_64.rpm" + }, "sha256:c847a91e2358602511c3001a66510c87fc49bf05161348d8f7c4abca8727c29e": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-systemd-inhibit-4.14.3-4.el8.x86_64.rpm" }, @@ -2070,6 +2135,9 @@ "sha256:d2b538478cdacafaef97486a94316f8b027d801105fdf94de20ebe2e98472c32": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libselinux-utils-2.9-5.el8.x86_64.rpm" }, + "sha256:d2b777ea98ee644997029994136723cf4fa78e97afeaceab39f76b545b51792b": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dmidecode-3.12.2-15.el8.x86_64.rpm" + }, "sha256:d31afc5532d581167003977d88771f22255923bf3a1aec4dabb5ac98ec910234": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/gettext-libs-0.19.8.1-17.el8.x86_64.rpm" }, @@ -2094,6 +2162,9 @@ "sha256:d6aefd16f938e736ef5f3009bf2c67ef3953a6d82ed9c2e8a405dbd4a2f28d0f": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/bash-4.4.19-14.el8.x86_64.rpm" }, + "sha256:d6b85d0546747e8c64ff9926be2a814b09ce5a2aebfeaa739c266180496b5dfc": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/dmidecode-3.2-8.el8.x86_64.rpm" + }, "sha256:d6d0a2382bd84b539a709c10aa273d980369430cfaa4c96371a3754ba9511275": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/fuse3-3.2.1-12.el8.x86_64.rpm" }, @@ -2136,6 +2207,9 @@ "sha256:dd6c970a0b0f9dd3509036090669a64af1449cde2f02810a5f666db9936fdd4c": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/shim-x64-15-16.el8.x86_64.rpm" }, + "sha256:e1af6a1336a85e91cf68b515adb0f6c4f57666fb26888194a4321453cf946b21": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-subscription-manager-rhsm-1.28.9-1.el8.x86_64.rpm" + }, "sha256:e233a9ecfbf657192902180f6a67a225e5ec0194834df672eaeb2b3a50e8fb49": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/info-6.5-6.el8.x86_64.rpm" }, @@ -2220,6 +2294,9 @@ "sha256:ef8b376e982b02dea7eb7a0e5aa80eb5526c17e87e0b04eb75deae6e9c54dee5": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/e2fsprogs-1.45.6-1.el8.x86_64.rpm" }, + "sha256:f04554b4e4c9e5e8d48251840e2a994ac3349ad4387d2c7fecbd5a6d70e02849": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/dnf-plugin-subscription-manager-1.28.9-1.el8.x86_64.rpm" + }, "sha256:f0cb56a04fa3b27c1a3bb8896372077234123b36fe3461aca8ddc7b912030ce8": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/kbd-legacy-2.0.4-10.el8.noarch.rpm" }, @@ -2244,6 +2321,9 @@ "sha256:f43d8fbd83779706c5d2d8ebec56b9cf7178dab9e02b53f952d0abbd198963ec": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libsepol-2.9-2.el8.x86_64.rpm" }, + "sha256:f65164e882881ea96672081f0d990f51372d3d3d8dbeb63360c5b3a28ef6e229": { + "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-libxml2-2.9.7-9.el8.x86_64.rpm" + }, "sha256:f65b195bd738fb4a12b7761b868cd9caecaa67a547c927cc27c0762c5da97d03": { "url": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/libblockdev-swap-2.24-5.el8.x86_64.rpm" }, @@ -6310,6 +6390,42 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/diffutils-3.6-6.el8.x86_64.rpm", "checksum": "sha256:f7fc94ac5b5df2051aa2811c0cebecd7e04353ac871f1a792bc6c68f2c2aa6ce" }, + { + "name": "dmidecode", + "epoch": 1, + "version": "3.2", + "release": "8.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/dmidecode-3.2-8.el8.x86_64.rpm", + "checksum": "sha256:d6b85d0546747e8c64ff9926be2a814b09ce5a2aebfeaa739c266180496b5dfc" + }, + { + "name": "dnf", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/dnf-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:e381bbfcb84a338d74ab793c99529368708c61b466e222983d50fd7e026970cd" + }, + { + "name": "dnf-data", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/dnf-data-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:0d7867b42fb1882445ddcce818f1660b10da8873fa33f50432c1e7c3ba4e7f03" + }, + { + "name": "dnf-plugin-subscription-manager", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/dnf-plugin-subscription-manager-1.28.9-1.el8.x86_64.rpm", + "checksum": "sha256:f04554b4e4c9e5e8d48251840e2a994ac3349ad4387d2c7fecbd5a6d70e02849" + }, { "name": "dosfstools", "epoch": 0, @@ -7237,6 +7353,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libcom_err-1.45.6-1.el8.x86_64.rpm", "checksum": "sha256:c4074dcf1be5305379967c6ce11e30ce3a1a26320f7888b5dbda7d0454304ba9" }, + { + "name": "libcomps", + "epoch": 0, + "version": "0.1.11", + "release": "4.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libcomps-0.1.11-4.el8.x86_64.rpm", + "checksum": "sha256:a8edffe76202b2826531ff3601508295d01247323cb6810c4f2f097a761cef42" + }, { "name": "libcroco", "epoch": 0, @@ -7273,6 +7398,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libdb-utils-5.3.28-40.el8.x86_64.rpm", "checksum": "sha256:b16b74a33e1cbbdf69ce43d869eafc87b325510de731e07d41f3325aa1645fdb" }, + { + "name": "libdnf", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libdnf-0.55.0-1.el8.x86_64.rpm", + "checksum": "sha256:a195617d4655dfadc36e2f9806542f232ec70cc87bfe92219c600bc72c4ac637" + }, { "name": "libedit", "epoch": 0, @@ -7615,6 +7749,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/libreport-filesystem-2.9.5-15.el8.x86_64.rpm", "checksum": "sha256:4a95dbaad30dfee445cb89fa5c047f56b4588c16a5442ef4043158f709c857c9" }, + { + "name": "librhsm", + "epoch": 0, + "version": "0.0.3", + "release": "4.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/librhsm-0.0.3-4.el8.x86_64.rpm", + "checksum": "sha256:bd37c05e277205686dade257e19f95839fad32f2278872dbc9969c50ec9da0b6" + }, { "name": "libseccomp", "epoch": 0, @@ -8290,6 +8433,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm", "checksum": "sha256:8f00781eb679c6baf359099fa2a672ffccfc8e43b7c03c1dc635619cb25ff01d" }, + { + "name": "python3-dateutil", + "epoch": 1, + "version": "2.6.1", + "release": "6.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm", + "checksum": "sha256:7d3931f1f8ea44964be5abed7aec8c3b803e761624809a31a427b819fa54fa37" + }, { "name": "python3-dbus", "epoch": 0, @@ -8308,6 +8460,42 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-decorator-4.2.1-2.el8.noarch.rpm", "checksum": "sha256:589fa333c866d9a59bc607ec6c45b7df30c8602c80c16b2aac2c0f916ebed6e7" }, + { + "name": "python3-dmidecode", + "epoch": 0, + "version": "3.12.2", + "release": "15.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dmidecode-3.12.2-15.el8.x86_64.rpm", + "checksum": "sha256:d2b777ea98ee644997029994136723cf4fa78e97afeaceab39f76b545b51792b" + }, + { + "name": "python3-dnf", + "epoch": 0, + "version": "4.4.2", + "release": "3.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dnf-4.4.2-3.el8.noarch.rpm", + "checksum": "sha256:ae590ec0f4e8f7cb01d25168a6f68e54f383b8e5d3fe5676a3f2cd1247051a5d" + }, + { + "name": "python3-dnf-plugins-core", + "epoch": 0, + "version": "4.0.18", + "release": "2.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-dnf-plugins-core-4.0.18-2.el8.noarch.rpm", + "checksum": "sha256:9da4490289df4e4903520bd29d8e5b03ee9d1fd97992019ec5885e27f90dc632" + }, + { + "name": "python3-ethtool", + "epoch": 0, + "version": "0.14", + "release": "3.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-ethtool-0.14-3.el8.x86_64.rpm", + "checksum": "sha256:20dec130e4fd0a2146443791ca7ade6e079cea691d93711813d5f483b691c55a" + }, { "name": "python3-firewall", "epoch": 0, @@ -8326,6 +8514,69 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-gobject-base-3.28.3-2.el8.x86_64.rpm", "checksum": "sha256:86d305a1466a596f8b436561d674f2510f268bed9e73f56c87da1dd120f99c18" }, + { + "name": "python3-gpg", + "epoch": 0, + "version": "1.13.1", + "release": "7.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-gpg-1.13.1-7.el8.x86_64.rpm", + "checksum": "sha256:a811a350cc471cee1728991b5f5b20889b9d7b5cd6589773de6afc2617544510" + }, + { + "name": "python3-hawkey", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-hawkey-0.55.0-1.el8.x86_64.rpm", + "checksum": "sha256:c4fab880fc77cba297766e3f09b7242dcf0891dc11a596b390b78259656dffcd" + }, + { + "name": "python3-iniparse", + "epoch": 0, + "version": "0.4", + "release": "31.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-iniparse-0.4-31.el8.noarch.rpm", + "checksum": "sha256:9a6eb680e8debcd0b97575a76e9cf0d0655ef7f875b362542e0d129f5e423419" + }, + { + "name": "python3-inotify", + "epoch": 0, + "version": "0.9.6", + "release": "13.el8", + "arch": "noarch", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-inotify-0.9.6-13.el8.noarch.rpm", + "checksum": "sha256:49ea248bc51c089015b2169887bedb5faf3f97f97479077929baf3272ad18d54" + }, + { + "name": "python3-libcomps", + "epoch": 0, + "version": "0.1.11", + "release": "4.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-libcomps-0.1.11-4.el8.x86_64.rpm", + "checksum": "sha256:24c7b8b233b0a5a23ff5d42ba56f0ee40372234f91e4fabe36d68e8077157e23" + }, + { + "name": "python3-libdnf", + "epoch": 0, + "version": "0.55.0", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-libdnf-0.55.0-1.el8.x86_64.rpm", + "checksum": "sha256:6359e73edb3d26b7ab574eca2a5a038fa3551f7d4f5cfaa10afd38f8f79fc679" + }, + { + "name": "python3-librepo", + "epoch": 0, + "version": "1.12.0", + "release": "3.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-librepo-1.12.0-3.el8.x86_64.rpm", + "checksum": "sha256:4dca84d24de4ee22cb0c051f9f77a9690b7ecc24ef46ab32851a3e576db9f7ff" + }, { "name": "python3-libs", "epoch": 0, @@ -8353,6 +8604,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-libsemanage-2.9-4.el8.x86_64.rpm", "checksum": "sha256:685303e8947faecb0ecbf0c3fbf401097024a00056791f6586ef3c5a484883a9" }, + { + "name": "python3-libxml2", + "epoch": 0, + "version": "2.9.7", + "release": "9.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-libxml2-2.9.7-9.el8.x86_64.rpm", + "checksum": "sha256:f65164e882881ea96672081f0d990f51372d3d3d8dbeb63360c5b3a28ef6e229" + }, { "name": "python3-nftables", "epoch": 1, @@ -8380,6 +8640,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-policycoreutils-2.9-9.el8.noarch.rpm", "checksum": "sha256:e64a9ad8cf69086aa214b2f1082021600ac89abea338727f6bc5444190ceff42" }, + { + "name": "python3-rpm", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-rpm-4.14.3-4.el8.x86_64.rpm", + "checksum": "sha256:526a65d5c3860f82e02781b55e7581bac168a611aa61ba603a06007ed5b34213" + }, { "name": "python3-setools", "epoch": 0, @@ -8425,6 +8694,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-slip-dbus-0.6.4-11.el8.noarch.rpm", "checksum": "sha256:96b090a6696ca4c8b3f701c3a7b95b91c892db389e023c4b2d500a5162e43e8d" }, + { + "name": "python3-subscription-manager-rhsm", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-subscription-manager-rhsm-1.28.9-1.el8.x86_64.rpm", + "checksum": "sha256:e1af6a1336a85e91cf68b515adb0f6c4f57666fb26888194a4321453cf946b21" + }, + { + "name": "python3-syspurpose", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/python3-syspurpose-1.28.9-1.el8.x86_64.rpm", + "checksum": "sha256:0c650fbc8eb56cd94cd374509cfd9707997ff745e962b1cf2b018df8175c692a" + }, { "name": "readline", "epoch": 0, @@ -8470,6 +8757,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/rpm-4.14.3-4.el8.x86_64.rpm", "checksum": "sha256:d8c6548dee8dbd053eeff29a9a7d110a7c28e3137781707c66f8ab4e03271279" }, + { + "name": "rpm-build-libs", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/rpm-build-libs-4.14.3-4.el8.x86_64.rpm", + "checksum": "sha256:584b39de639e9f0a25687b8c7ef05500a0084a3bc4c8afb0a2137868ab357d14" + }, { "name": "rpm-libs", "epoch": 0, @@ -8488,6 +8784,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-selinux-4.14.3-4.el8.x86_64.rpm", "checksum": "sha256:5565b2a9f21fd81ef8005e285b273fd5b369281df4ec6369941d9f92e25c8510" }, + { + "name": "rpm-plugin-systemd-inhibit", + "epoch": 0, + "version": "4.14.3", + "release": "4.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/rpm-plugin-systemd-inhibit-4.14.3-4.el8.x86_64.rpm", + "checksum": "sha256:c847a91e2358602511c3001a66510c87fc49bf05161348d8f7c4abca8727c29e" + }, { "name": "rsync", "epoch": 0, @@ -8569,6 +8874,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/shim-x64-15-16.el8.x86_64.rpm", "checksum": "sha256:dd6c970a0b0f9dd3509036090669a64af1449cde2f02810a5f666db9936fdd4c" }, + { + "name": "sqlite", + "epoch": 0, + "version": "3.26.0", + "release": "13.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/sqlite-3.26.0-13.el8.x86_64.rpm", + "checksum": "sha256:66e1d5bace0debb2216ddf1691c62dab24622c84e70bb091714f38069be72792" + }, { "name": "sqlite-libs", "epoch": 0, @@ -8578,6 +8892,24 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/sqlite-libs-3.26.0-13.el8.x86_64.rpm", "checksum": "sha256:4e0c74fabe6c631afdc533f7923e6e7c1381b3bb538d2b1fbb085088f9f53cb0" }, + { + "name": "subscription-manager", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/subscription-manager-1.28.9-1.el8.x86_64.rpm", + "checksum": "sha256:566ecf6ce5a039d18ff1d742d1b6953818cccceb00c03ef487ad47404adffee2" + }, + { + "name": "subscription-manager-rhsm-certificates", + "epoch": 0, + "version": "1.28.9", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/subscription-manager-rhsm-certificates-1.28.9-1.el8.x86_64.rpm", + "checksum": "sha256:c80dbed0d6b54625d39b620319adbe0927a4a59a9c805e5707ed7269b1dca0d2" + }, { "name": "sudo", "epoch": 0, @@ -8704,6 +9036,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/tzdata-2020f-1.el8.noarch.rpm", "checksum": "sha256:5993a1b691dc77ea966c083de8e19c40ada9ea56618df934b2e5c80a12426308" }, + { + "name": "usermode", + "epoch": 0, + "version": "1.113", + "release": "1.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/usermode-1.113-1.el8.x86_64.rpm", + "checksum": "sha256:98a589d7e1cdea9d974aa43f688e55333eed11ce7cb2037d45cc2e69bce579b3" + }, { "name": "util-linux", "epoch": 0, @@ -8722,6 +9063,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/vim-minimal-8.0.1763-15.el8.x86_64.rpm", "checksum": "sha256:947b4e4eebec21501ca62e2a7ff9baae0e4e7c59584fbba4b6276a402cfbb45b" }, + { + "name": "virt-what", + "epoch": 0, + "version": "1.18", + "release": "6.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-baseos-8.4.0.n-20210120/Packages/virt-what-1.18-6.el8.x86_64.rpm", + "checksum": "sha256:2cfcc3d6163dfaf7ce76998be992bd0b70dd7cbb838430cecf2aff04cd435d24" + }, { "name": "which", "epoch": 0, @@ -9262,6 +9612,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/protobuf-c-1.3.0-4.el8.x86_64.rpm", "checksum": "sha256:ffe769e8d404589e60b0760d91669cd61e1320b5eeac85f9e8e624acdc845e76" }, + { + "name": "python3-unbound", + "epoch": 0, + "version": "1.7.3", + "release": "15.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/python3-unbound-1.7.3-15.el8.x86_64.rpm", + "checksum": "sha256:8c4b5140b61fa1e491d76462c2137e81d19c5fbc7e0a91329d91c8d8427ea696" + }, { "name": "rpm-ostree", "epoch": 0, @@ -9316,6 +9675,15 @@ "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/udisks2-2.9.0-5.el8.x86_64.rpm", "checksum": "sha256:5c5605445bf887d5e259a4d73b8362bdc2a291ad19e3ce8552e713a801bf6624" }, + { + "name": "unbound-libs", + "epoch": 0, + "version": "1.7.3", + "release": "15.el8", + "arch": "x86_64", + "remote_location": "https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20210120/Packages/unbound-libs-1.7.3-15.el8.x86_64.rpm", + "checksum": "sha256:6a43c0a0605f6a5e3e155ca1d2e1bfdf5a8986a282b04c1c160d9e0148fb02af" + }, { "name": "usbguard", "epoch": 0, @@ -9353,5 +9721,6 @@ "checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806" } ] - } + }, + "image-info": {} } diff --git a/test/data/manifests/rhel_84-x86_64-tar-boot.json b/test/data/manifests/rhel_84-x86_64-tar-boot.json index 539af5f9e..d264d4503 100644 --- a/test/data/manifests/rhel_84-x86_64-tar-boot.json +++ b/test/data/manifests/rhel_84-x86_64-tar-boot.json @@ -5570,6 +5570,14 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -5798,6 +5806,39 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.002" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.001" + }, + { + "actual": "unconfined_u:object_r:rpm_var_lib_t:s0", + "expected": "system_u:object_r:rpm_var_lib_t:s0", + "filename": "/var/lib/rpm/__db.003" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "console-getty.service", "ctrl-alt-del.target", diff --git a/test/data/manifests/rhel_84-x86_64-vhd-boot.json b/test/data/manifests/rhel_84-x86_64-vhd-boot.json index 5412228b5..f688e3f05 100644 --- a/test/data/manifests/rhel_84-x86_64-vhd-boot.json +++ b/test/data/manifests/rhel_84-x86_64-vhd-boot.json @@ -9572,6 +9572,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 ro biosdevname=0 rootdelay=300 console=ttyS0 earlyprintk=ttyS0 net.ifnames=0", "saved_entry": "ffffffffffffffffffffffffffffffff-4.18.0-275.el8.x86_64" @@ -9590,6 +9672,14 @@ "version": "4.18.0-275.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "firewall-enabled": [ "ssh", @@ -9657,9 +9747,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "raw" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10197,6 +10295,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10218,6 +10357,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-dnssrv@.timer", @@ -10299,6 +10456,23 @@ "unbound-anchor.timer", "waagent.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_84-x86_64-vmdk-boot.json b/test/data/manifests/rhel_84-x86_64-vmdk-boot.json index 5b01cbf0f..5aeab87f9 100644 --- a/test/data/manifests/rhel_84-x86_64-vmdk-boot.json +++ b/test/data/manifests/rhel_84-x86_64-vmdk-boot.json @@ -9241,6 +9241,14 @@ "version": "4.18.0-275.el8.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "graphical.target", "firewall-enabled": [ "ssh", @@ -9308,9 +9316,17 @@ "video:x:39:", "wheel:x:10:" ], + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "type": "vmdk" }, + "locale": { + "LANG": "en_US.UTF-8" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -9825,6 +9841,47 @@ "subscription-manager": { "enabled": true } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -9846,6 +9903,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "chrony-dnssrv@.timer", "chrony-wait.service", @@ -9924,6 +9999,23 @@ "vgauthd.service", "vmtoolsd.service" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_90-aarch64-qcow2-boot.json b/test/data/manifests/rhel_90-aarch64-qcow2-boot.json index 031a44e87..6eb45a6a0 100644 --- a/test/data/manifests/rhel_90-aarch64-qcow2-boot.json +++ b/test/data/manifests/rhel_90-aarch64-qcow2-boot.json @@ -9487,6 +9487,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-5.11.0-2.el9.aarch64" @@ -9504,6 +9586,14 @@ "version": "5.11.0-2.el9.aarch64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9575,10 +9665,18 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "1.1", "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10103,6 +10201,49 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "0", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10131,6 +10272,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-wait.service", @@ -10219,6 +10378,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_90-ppc64le-qcow2-boot.json b/test/data/manifests/rhel_90-ppc64le-qcow2-boot.json index ff0b497a1..0c7a4ae15 100644 --- a/test/data/manifests/rhel_90-ppc64le-qcow2-boot.json +++ b/test/data/manifests/rhel_90-ppc64le-qcow2-boot.json @@ -10245,6 +10245,114 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, + "/etc/udev/rules.d": { + "90-vpdupdate.rules": [ + "DEVPATH!=\"/devices/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/virtual/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/system/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/cpu/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/breakpoint/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/tracepoint/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/software/*\", GOTO=\"vpd_end\"", + "ENV{DEVTYPE}==\"scsi_target\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"enclosure\", GOTO=\"vpd_end\"", + "ENV{DEVTYPE}==\"partition\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/uprobe/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/kprobe/*\", GOTO=\"vpd_end\"", + "DEVPATH==\"/devices/rbd/*\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"scsi_device\", GOTO=\"vpd_update\"", + "SUBSYSTEM==\"scsi_host\", GOTO=\"vpd_update\"", + "SUBSYSTEMS==\"scsi*\", GOTO=\"vpd_end\"", + "SUBSYSTEM==\"nvme\", GOTO=\"vpd_update\"", + "SUBSYSTEM==\"nvme-subsystem\", GOTO=\"vpd_update\"", + "SUBSYSTEMS==\"nvme*\", GOTO=\"vpd_end\"", + "LABEL=\"vpd_update\"", + "RUN+=\"/bin/touch /run/run.vpdupdate\"", + "LABEL=\"vpd_end\"" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-5.11.0-2.el9.ppc64le" @@ -10262,6 +10370,14 @@ "version": "5.11.0-2.el9.ppc64le" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -10326,10 +10442,18 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "1.1", "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10903,6 +11027,49 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "0", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10925,6 +11092,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-wait.service", @@ -11017,6 +11202,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_90-s390x-qcow2-boot.json b/test/data/manifests/rhel_90-s390x-qcow2-boot.json index 3b35fa312..dc140f525 100644 --- a/test/data/manifests/rhel_90-s390x-qcow2-boot.json +++ b/test/data/manifests/rhel_90-s390x-qcow2-boot.json @@ -9703,6 +9703,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "bootloader": "unknown", "bootmenu": [ { @@ -9717,6 +9799,14 @@ "version": "5.11.0-2.el9.s390x" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9781,10 +9871,18 @@ "zkeyadm:x:987:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "1.1", "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10331,6 +10429,49 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "0", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10353,6 +10494,29 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + }, + { + "actual": "unconfined_u:object_r:boot_t:s0", + "expected": "system_u:object_r:boot_t:s0", + "filename": "/boot/bootmap" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-wait.service", @@ -10441,6 +10605,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/test/data/manifests/rhel_90-x86_64-qcow2-boot.json b/test/data/manifests/rhel_90-x86_64-qcow2-boot.json index be3926408..fc9fdb768 100644 --- a/test/data/manifests/rhel_90-x86_64-qcow2-boot.json +++ b/test/data/manifests/rhel_90-x86_64-qcow2-boot.json @@ -9624,6 +9624,88 @@ ] }, "image-info": { + "/etc/cloud/cloud.conf": { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "cloud-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + }, "boot-environment": { "kernelopts": "root=UUID=0194fdc2-fa2f-4cc0-81d3-ff12045b73c8 console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto", "saved_entry": "ffffffffffffffffffffffffffffffff-5.11.0-2.el9.x86_64" @@ -9641,6 +9723,14 @@ "version": "5.11.0-2.el9.x86_64" } ], + "chrony": { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ] + }, "default-target": "multi-user.target", "fstab": [ [ @@ -9712,10 +9802,18 @@ "wheel:x:10:" ], "hostname": "localhost.localdomain", + "hosts": [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ], "image-format": { "compat": "1.1", "type": "qcow2" }, + "locale": { + "LANG": "en_US" + }, + "machine-id": "", "os-release": { "ANSI_COLOR": "0;31", "BUG_REPORT_URL": "https://bugzilla.redhat.com/", @@ -10256,6 +10354,49 @@ "subscription-manager": { "enabled": false } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "1", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "0", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } } }, "rpm-verify": { @@ -10285,6 +10426,24 @@ }, "missing": [] }, + "selinux": { + "context-mismatch": [ + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/kernel" + }, + { + "actual": "unconfined_u:object_r:etc_t:s0", + "expected": "system_u:object_r:etc_t:s0", + "filename": "/etc/sysconfig/network" + } + ], + "policy": { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + }, "services-disabled": [ "arp-ethers.service", "chrony-wait.service", @@ -10373,6 +10532,23 @@ "systemd-userdbd.socket", "unbound-anchor.timer" ], + "sudoers": { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /usr/sbin:/usr/bin:/sbin:/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL" + ] + }, "sysconfig": { "kernel": { "DEFAULTKERNEL": "kernel", diff --git a/tools/image-info b/tools/image-info index 0f23b0755..161218172 100755 --- a/tools/image-info +++ b/tools/image-info @@ -10,10 +10,12 @@ import mimetypes import json import os import platform +import re import subprocess import sys import tempfile import xml.etree.ElementTree +import yaml from osbuild import loop @@ -124,6 +126,7 @@ def parse_environment_vars(s): return r +# Parses output of `systemctl list-unit-files` def parse_unit_files(s, expected_state): r = [] for line in s.split("\n")[1:]: @@ -151,6 +154,20 @@ def subprocess_check_output(argv, parse_fn=None): def read_image_format(device): + """ + Read image format. + + Returns: dictionary with at least one key 'type'. 'type' value is a string + representing the format of the image. In case the type is 'qcow2', the returned + dictionary contains second key 'compat' with a string value representing + the compatibility version of the 'qcow2' image. + + An example return value: + { + "compat": "1.1", + "type": "qcow2" + } + """ qemu = subprocess_check_output(["qemu-img", "info", "--output=json", device], json.loads) format = qemu["format"] result = {"type": format} @@ -160,6 +177,13 @@ def read_image_format(device): def read_partition(device, partition): + """ + Read block device attributes using 'blkid' and extend the passed 'partition' + dictionary. + + Returns: the 'partition' dictionary provided as an argument, extended with + 'label', 'uuid' and 'fstype' keys and their values. + """ res = subprocess.run(["blkid", "--output", "export", device], check=False, encoding="utf-8", stdout=subprocess.PIPE) @@ -175,6 +199,38 @@ def read_partition(device, partition): def read_partition_table(device): + """ + Read information related to found partitions and partitioning table from + the device. + + Returns: dictionary with three keys - 'partition-table', 'partition-table-id' + and 'partitions'. + 'partition-table' value is a string with the type of the partition table or 'None'. + 'partition-table-id' value is a string with the ID of the partition table or 'None'. + 'partitions' value is a list of dictionaries representing found partitions. + + An example return value: + { + "partition-table": "gpt", + "partition-table-id": "DA237A6F-F0D4-47DF-BB50-007E00DB347C", + "partitions": [ + { + "bootable": false, + "partuuid": "64AF1EC2-0328-406A-8F36-83016E6DD858", + "size": 1048576, + "start": 1048576, + "type": "21686148-6449-6E6F-744E-656564454649", + }, + { + "bootable": false, + "partuuid": "D650D523-06F6-4B90-9204-8F998FE9703C", + "size": 6442450944, + "start": 2097152, + "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", + } + ] + } + """ partitions = [] info = {"partition-table": None, "partition-table-id": None, @@ -217,6 +273,13 @@ def read_partition_table(device): def read_bootloader_type(device): + """ + Read bootloader type from the provided device. + + Returns: string representing the found bootloader. Function can return two values: + - 'grub' + - 'unknown' + """ with open(device, "rb") as f: if b"GRUB" in f.read(512): return "grub" @@ -225,15 +288,80 @@ def read_bootloader_type(device): def read_boot_entries(boot_dir): + """ + Read boot entries. + + Returns: list of dictionaries representing configured boot entries. + + An example return value: + [ + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20210429130346-0-rescue-c116920b13f44c59846f90b1057605bc", + "initrd": "/boot/initramfs-0-rescue-c116920b13f44c59846f90b1057605bc.img", + "linux": "/boot/vmlinuz-0-rescue-c116920b13f44c59846f90b1057605bc", + "options": "$kernelopts", + "title": "Red Hat Enterprise Linux (0-rescue-c116920b13f44c59846f90b1057605bc) 8.4 (Ootpa)", + "version": "0-rescue-c116920b13f44c59846f90b1057605bc" + }, + { + "grub_arg": "--unrestricted", + "grub_class": "kernel", + "grub_users": "$grub_users", + "id": "rhel-20210429130346-4.18.0-305.el8.x86_64", + "initrd": "/boot/initramfs-4.18.0-305.el8.x86_64.img $tuned_initrd", + "linux": "/boot/vmlinuz-4.18.0-305.el8.x86_64", + "options": "$kernelopts $tuned_params", + "title": "Red Hat Enterprise Linux (4.18.0-305.el8.x86_64) 8.4 (Ootpa)", + "version": "4.18.0-305.el8.x86_64" + } + ] + """ entries = [] for conf in glob.glob(f"{boot_dir}/loader/entries/*.conf"): with open(conf) as f: - entries.append(dict(line.strip().split(" ", 1) for line in f)) + entries.append(dict(line.strip().split(" ", 1) for line in f)) return sorted(entries, key=lambda e: e["title"]) def rpm_verify(tree): + """ + Read the output of 'rpm --verify'. + + Returns: dictionary with two keys 'changed' and 'missing'. + 'changed' value is a dictionary with the keys representing modified files from + installed RPM packages and values representing types of applied modifications. + 'missing' value is a list of strings prepresenting missing values owned by + installed RPM packages. + + An example return value: + { + "changed": { + "/etc/chrony.conf": "S.5....T.", + "/etc/cloud/cloud.cfg": "S.5....T.", + "/etc/nsswitch.conf": "....L....", + "/etc/openldap/ldap.conf": ".......T.", + "/etc/pam.d/fingerprint-auth": "....L....", + "/etc/pam.d/password-auth": "....L....", + "/etc/pam.d/postlogin": "....L....", + "/etc/pam.d/smartcard-auth": "....L....", + "/etc/pam.d/system-auth": "....L....", + "/etc/rhsm/rhsm.conf": "..5....T.", + "/etc/sudoers": "S.5....T.", + "/etc/systemd/logind.conf": "S.5....T." + }, + "missing": [ + "/etc/udev/rules.d/70-persistent-ipoib.rules", + "/run/cloud-init", + "/run/rpcbind", + "/run/setrans", + "/run/tuned" + ] + } + """ # cannot use `rpm --root` here, because rpm uses passwd from the host to # verify user and group ownership: # https://github.com/rpm-software-management/rpm/issues/882 @@ -260,6 +388,27 @@ def rpm_verify(tree): def rpm_packages(tree, is_ostree): + """ + Read NVRs of RPM packages installed on the system. + + Returns: sorted list of strings representing RPM packages installed + on the system. + + An example return value: + [ + "NetworkManager-1.30.0-7.el8.x86_64", + "PackageKit-glib-1.1.12-6.el8.x86_64", + "PackageKit-gtk3-module-1.1.12-6.el8.x86_64", + "abattis-cantarell-fonts-0.0.25-6.el8.noarch", + "acl-2.2.53-1.el8.x86_64", + "adobe-mappings-cmap-20171205-3.el8.noarch", + "adobe-mappings-cmap-deprecated-20171205-3.el8.noarch", + "adobe-mappings-pdf-20180407-1.el8.noarch", + "adwaita-cursor-theme-3.28.0-2.el8.noarch", + "adwaita-icon-theme-3.28.0-2.el8.noarch", + "alsa-lib-1.2.4-5.el8.x86_64" + ] + """ cmd = ["rpm", "--root", tree, "-qa"] if is_ostree: cmd += ["--dbpath", "/usr/share/rpm"] @@ -280,6 +429,23 @@ def change_root(root): def read_services(tree, state): + """ + Read the list of systemd services on the system in the given state. + + Returns: alphabetically sorted list of strings representing systemd services + in the given state. + The returned list may be empty. + + An example return value: + [ + "arp-ethers.service", + "canberra-system-bootup.service", + "canberra-system-shutdown-reboot.service", + "canberra-system-shutdown.service", + "chrony-dnssrv@.timer", + "chrony-wait.service" + ] + """ services_state = subprocess_check_output(["systemctl", f"--root={tree}", "list-unit-files"], (lambda s: parse_unit_files(s, state))) # Since systemd v246, some services previously reported as "enabled" / @@ -333,10 +499,31 @@ def read_services(tree, state): def read_default_target(tree): + """ + Read the default systemd target. + + Returns: string representing the default systemd target. + + An example return value: + "multi-user.target" + """ return subprocess_check_output(["systemctl", f"--root={tree}", "get-default"]).rstrip() def read_firewall_zone(tree): + """ + Read enabled services from the configuration of the default firewall zone. + + Returns: list of strings representing enabled services in the firewall. + The returned list may be empty. + + An example return value: + [ + "ssh", + "dhcpv6-client", + "cockpit" + ] + """ try: with open(f"{tree}/etc/firewalld/firewalld.conf") as f: conf = parse_environment_vars(f.read()) @@ -357,6 +544,26 @@ def read_firewall_zone(tree): def read_fstab(tree): + """ + Read the content of /etc/fstab. + + Returns: list of all uncommented lines read from the configuration file + represented as a list of values split by whitespaces. + The returned list may be empty. + + An example return value: + [ + [], + [ + "UUID=6d066eb4-e4c1-4472-91f9-d167097f48d1", + "/", + "xfs", + "defaults", + "0", + "0" + ] + ] + """ result = [] with contextlib.suppress(FileNotFoundError): with open(f"{tree}/etc/fstab") as f: @@ -364,8 +571,73 @@ def read_fstab(tree): return result -# Read configuration changes possible via org.osbuild.rhsm stage def read_rhsm(tree): + """ + Read configuration changes possible via org.osbuild.rhsm stage + and in addition also the whole content of /etc/rhsm/rhsm.conf. + + Returns: returns dictionary with two keys - 'dnf-plugins' and 'rhsm.conf'. + 'dnf-plugins' value represents configuration of 'product-id' and + 'subscription-manager' DNF plugins. + 'rhsm.conf' value is a dictionary representing the content of the RHSM + configuration file. + The returned dictionary may be empty. + + An example return value: + { + "dnf-plugins": { + "product-id": { + "enabled": true + }, + "subscription-manager": { + "enabled": true + } + }, + "rhsm.conf": { + "logging": { + "default_log_level": "INFO" + }, + "rhsm": { + "auto_enable_yum_plugins": "1", + "baseurl": "https://cdn.redhat.com", + "ca_cert_dir": "/etc/rhsm/ca/", + "consumercertdir": "/etc/pki/consumer", + "entitlementcertdir": "/etc/pki/entitlement", + "full_refresh_on_yum": "0", + "inotify": "1", + "manage_repos": "0", + "package_profile_on_trans": "0", + "pluginconfdir": "/etc/rhsm/pluginconf.d", + "plugindir": "/usr/share/rhsm-plugins", + "productcertdir": "/etc/pki/product", + "repo_ca_cert": "/etc/rhsm/ca/redhat-uep.pem", + "repomd_gpg_url": "", + "report_package_profile": "1" + }, + "rhsmcertd": { + "auto_registration": "1", + "auto_registration_interval": "60", + "autoattachinterval": "1440", + "certcheckinterval": "240", + "disable": "0", + "splay": "1" + }, + "server": { + "hostname": "subscription.rhsm.redhat.com", + "insecure": "0", + "no_proxy": "", + "port": "443", + "prefix": "/subscription", + "proxy_hostname": "", + "proxy_password": "", + "proxy_port": "", + "proxy_scheme": "http", + "proxy_user": "", + "ssl_verify_depth": "3" + } + } + } + """ result = {} # Check RHSM DNF plugins configuration and allowed options @@ -396,31 +668,989 @@ def read_rhsm(tree): plugin_dict["enabled"] = enabled + with contextlib.suppress(FileNotFoundError): + rhsm_conf = {} + with open(f"{tree}/etc/rhsm/rhsm.conf") as f: + parser = configparser.ConfigParser() + parser.read_file(f) + for section in parser.sections(): + section_dict = {} + section_dict.update(parser[section]) + if section_dict: + rhsm_conf[section] = section_dict + + result["rhsm.conf"] = rhsm_conf + return result -# Create a nested dictionary for all supported sysconfigs def read_sysconfig(tree): + """ + Read selected configuration files from /etc/sysconfig. + + Currently supported sysconfig files are: + - 'kernel' - /etc/sysconfig/kernel + - 'network' - /etc/sysconfig/network + - 'network-scripts' - /etc/sysconfig/network-scripts/ifcfg-* + + Returns: dictionary with the keys being the supported types of sysconfig + configurations read by the function. Values of 'kernel' and 'network' keys + are a dictionaries containing key/values read from the respective + configuration files. Value of 'network-scripts' key is a dictionary with + the keys corresponding to the suffix of each 'ifcfg-*' configuration file + and their values holding dictionaries with all key/values read from the + configuration file. + The returned dictionary may be empty. + + An example return value: + { + "kernel": { + "DEFAULTKERNEL": "kernel", + "UPDATEDEFAULT": "yes" + }, + "network": { + "NETWORKING": "yes", + "NOZEROCONF": "yes" + }, + "network-scripts": { + "ens3": { + "BOOTPROTO": "dhcp", + "BROWSER_ONLY": "no", + "DEFROUTE": "yes", + "DEVICE": "ens3", + "IPV4_FAILURE_FATAL": "no", + "IPV6INIT": "yes", + "IPV6_AUTOCONF": "yes", + "IPV6_DEFROUTE": "yes", + "IPV6_FAILURE_FATAL": "no", + "NAME": "ens3", + "ONBOOT": "yes", + "PROXY_METHOD": "none", + "TYPE": "Ethernet", + "UUID": "106f1b31-7093-41d6-ae47-1201710d0447" + }, + "eth0": { + "BOOTPROTO": "dhcp", + "DEVICE": "eth0", + "IPV6INIT": "no", + "ONBOOT": "yes", + "PEERDNS": "yes", + "TYPE": "Ethernet", + "USERCTL": "yes" + } + } + } + """ result = {} sysconfig_paths = { "kernel": f"{tree}/etc/sysconfig/kernel", "network": f"{tree}/etc/sysconfig/network" } # iterate through supported configs - # based on https://github.com/osbuild/osbuild/blob/main/osbuild/util/osrelease.py#L17 for name, path in sysconfig_paths.items(): with contextlib.suppress(FileNotFoundError): with open(path) as f: # if file exists start with empty array of values - result[name] = {} - for line in f: - line = line.strip() - if not line: - continue + result[name] = parse_environment_vars(f.read()) + + # iterate through all files in /etc/sysconfig/network-scripts + network_scripts = {} + files = glob.glob(f"{tree}/etc/sysconfig/network-scripts/ifcfg-*") + for file in files: + ifname = os.path.basename(file).lstrip("ifcfg-") + with open(file) as f: + network_scripts[ifname] = parse_environment_vars(f.read()) + + if network_scripts: + result["network-scripts"] = network_scripts + + return result + + +def read_hosts(tree): + """ + Read non-empty lines of /etc/hosts. + + Returns: list of strings for all uncommented lines in the configuration file. + The returned list may be empty. + + An example return value: + [ + "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4", + "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6" + ] + """ + result = [] + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/hosts") as f: + for line in f: + line = line.strip() + if line: + result.append(line) + return result + + +def read_logind_conf(tree): + """ + Read all uncommented key/values set in /etc/systemd/logind.conf. + + Returns: dictionary with key/values read from the configuration file. + The returned dictionary may be empty. + + An example return value: + { + "NAutoVTs": "0" + } + """ + result = {} + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/systemd/logind.conf") as f: + parser = configparser.RawConfigParser() + # prevent conversion of the option name to lowercase + parser.optionxform = lambda option: option + parser.read_file(f) + with contextlib.suppress(configparser.NoSectionError): + result.update(parser["Login"]) + return result + + +def read_locale(tree): + """ + Read all uncommented key/values set in /etc/locale.conf. + + Returns: dictionary with key/values read from the configuration file. + The returned dictionary may be empty. + + An example return value: + { + "LANG": "en_US" + } + """ + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/locale.conf") as f: + return parse_environment_vars(f.read()) + + +def read_selinux_info(tree): + """ + Read information related to SELinux. + + Returns: dictionary with two keys - 'policy' and 'context-mismatch'. + 'policy' value corresponds to the value returned by read_selinux_conf(). + 'context-mismatch' value corresponds to the value returned by + read_selinux_ctx_mismatch(). + The returned dictionary may be empty. Keys with empty values are omitted. + + An example return value: + { + "context-mismatch": [ + { + "actual": "system_u:object_r:root_t:s0", + "expected": "system_u:object_r:device_t:s0", + "filename": "/dev" + }, + { + "actual": "system_u:object_r:root_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ], + "policy": { + "SELINUX": "permissive", + "SELINUXTYPE": "targeted" + } + } + """ + result = {} + + policy = read_selinux_conf(tree) + if policy: + result["policy"] = policy + + with contextlib.suppress(subprocess.CalledProcessError): + ctx_mismatch = read_selinux_ctx_mismatch(tree) + if ctx_mismatch: + result["context-mismatch"] = ctx_mismatch + + return result + + +def read_selinux_conf(tree): + """ + Read all uncommented key/values set in /etc/selinux/config. + + Returns: dictionary with key/values read from the configuration + file. + + An example of returned value: + { + "SELINUX": "enforcing", + "SELINUXTYPE": "targeted" + } + """ + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/selinux/config") as f: + return parse_environment_vars(f.read()) + + +def read_selinux_ctx_mismatch(tree): + """ + Read any mismatch in selinux context of files on the image. + + Returns: list of dictionaries as described below. If there + are no mismatches between used and expected selinux context, + then an empty list is returned. + + An example of returned value: + [ + { + "actual": "system_u:object_r:root_t:s0", + "expected": "system_u:object_r:device_t:s0", + "filename": "/dev" + }, + { + "actual": "system_u:object_r:root_t:s0", + "expected": "system_u:object_r:default_t:s0", + "filename": "/proc" + } + ] + """ + result = [] + + # The binary policy that should be used is on the image and has name "policy.X" + # where the "X" is a number. There may be more than one policy files. + # In the usual case, the policy with the highest number suffix should be used. + policy_files = glob.glob(f"{tree}/etc/selinux/targeted/policy/policy.*") + policy_files = sorted(policy_files, reverse=True) + + if policy_files: + CMD = [ + "setfiles", + "-r", f"{tree}", + "-nvF", + "-c", policy_files[0], # take the policy with the highest number + f"{tree}/etc/selinux/targeted/contexts/files/file_contexts", + f"{tree}" + ] + + output = subprocess.check_output(CMD).decode() + + # output are lines such as: + # Would relabel /tmp/tmpwrozmb47/dev from system_u:object_r:root_t:s0 to system_u:object_r:device_t:s0\n + setfiles_pattern = r"Would\s+relabel\s+(?P.+)\s+from\s+(?P.+)\s+to\s+(?P.+)" + setfiles_re = re.compile(setfiles_pattern) + + for line in output.splitlines(): + line = line.strip() + if not line: + continue + match = setfiles_re.match(line) + # do not silently ignore changes of 'setfiles' output + if not match: + raise RuntimeError(f"could not match line '{line}' with pattern '{setfiles_pattern}'") + parsed_line = { + "filename": match.group("filename")[len(tree):], + "actual": match.group("actual"), + "expected": match.group("expected") + } + result.append(parsed_line) + + return result + + +def read_modprobe_config(tree): + """ + Read all /etc/modprobe.d/*.conf files and for now, extract only blacklisted + kernel modules. + + Returns: dictionary with the keys corresponding to configuration file names + found in /etc/modprobe.d/. The value of each key is a dictionary with + a single key 'blacklist', containing list of kernel module names disallowed + by the configuration file. + + An example return value: + { + "blacklist-nouveau.conf": { + "blacklist": [ + "nouveau" + ] + } + } + """ + result = {} + + BLACKLIST_CMD = "blacklist" + + files = glob.glob(f"{tree}/etc/modprobe.d/*.conf") + for file in files: + filename = os.path.basename(file) + with open(file) as f: + # The format of files under modprobe.d: one command per line, + # with blank lines and lines starting with '#' ignored. + # A '\' at the end of a line causes it to continue on the next line. + line_to_be_continued = "" + for line in f: + line = line.strip() + # line is not blank + if line: + # comment, skip it if line[0] == "#": continue + # this line continues on the following line + if line[-1] == "\\": + line_to_be_continued += line[:-1] + continue + # this line ends here + else: + # is this line continuation of the previous one? + if line_to_be_continued: + line = line_to_be_continued + line + line_to_be_continued = "" + cmd, cmd_args = line.split(' ', 1) + # we care only about blacklist command for now + if cmd == BLACKLIST_CMD: + try: + file_result = result[filename] + except KeyError: + file_result = result[filename] = {} + try: + modules_list = file_result[BLACKLIST_CMD] + except KeyError: + modules_list = file_result[BLACKLIST_CMD] = [] + modules_list.append(cmd_args) + + return result + + +def read_cloud_init_conf(tree): + """ + Read the cloud-init configuration from /etc/cloud/cloud.cfg + + Returns: dictionary representing the cloud-init configuration. + + An example return value: + { + "cloud_config_modules": [ + "mounts", + "locale", + "set-passwords", + "rh_subscription", + "yum-add-repo", + "package-update-upgrade-install", + "timezone", + "puppet", + "chef", + "salt-minion", + "mcollective", + "disable-ec2-metadata", + "runcmd" + ], + "cloud_final_modules": [ + "rightscale_userdata", + "scripts-per-once", + "scripts-per-boot", + "scripts-per-instance", + "scripts-user", + "ssh-authkey-fingerprints", + "keys-to-console", + "phone-home", + "final-message", + "power-state-change" + ], + "cloud_init_modules": [ + "disk_setup", + "migrator", + "bootcmd", + "write-files", + "growpart", + "resizefs", + "set_hostname", + "update_hostname", + "update_etc_hosts", + "rsyslog", + "users-groups", + "ssh" + ], + "disable_root": 1, + "disable_vmware_customization": false, + "mount_default_fields": [ + null, + null, + "auto", + "defaults,nofail,x-systemd.requires=cloud-init.service", + "0", + "2" + ], + "resize_rootfs_tmp": "/dev", + "ssh_deletekeys": 1, + "ssh_genkeytypes": null, + "ssh_pwauth": 0, + "syslog_fix_perms": null, + "system_info": { + "default_user": { + "gecos": "Cloud User", + "groups": [ + "adm", + "systemd-journal" + ], + "lock_passwd": true, + "name": "ec2-user", + "shell": "/bin/bash", + "sudo": [ + "ALL=(ALL) NOPASSWD:ALL" + ] + }, + "distro": "rhel", + "paths": { + "cloud_dir": "/var/lib/cloud", + "templates_dir": "/etc/cloud/templates" + }, + "ssh_svcname": "sshd" + }, + "users": [ + "default" + ] + } + """ + result = {} + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/cloud/cloud.cfg") as f: + config = yaml.safe_load(f) + result.update(config) + + return result + + +def read_dracut_conf_d(tree): + """ + Read all *.conf files from /etc/dracut.conf.d/. + + Returns: dictionary with the keys representing names of configuration files + from /etc/dracut.conf.d. Value of each key is a dictionary representing the + uncommented configuration options read from the file. + + An example return value: + { + "sgdisk.conf": { + "install_items": " sgdisk " + }, + "xen.conf": { + "add_drivers": " xen-netfront xen-blkfront " + } + } + """ + result = {} + + # iterate through all *.conf files in /etc/dracut.conf.d/ + files = glob.glob(f"{tree}/etc/dracut.conf.d/*.conf") + for file in files: + confname = os.path.basename(file) + config = {} + with open(file) as f: + # dracut configuration key/values delimiter is '=' or '+=' + for line in f: + line = line.strip() + # A '#' indicates the beginning of a comment; following + # characters, up to the end of the line are not interpreted. + line_comment = line.split("#", 1) + line = line_comment[0] + if line: key, value = line.split("=", 1) - result[name][key] = value.strip('"') + if key[-1] == "+": + key = key[:-1] + config[key] = value.strip('"') + + result[confname] = config + + return result + + +def read_keyboard_conf(tree): + """ + Read keyboard configuration for vconsole and X11. + + Returns: dictionary with at most two keys 'X11' and 'vconsole'. + 'vconsole' value is a dictionary representing configuration read from + /etc/vconsole.conf. + 'X11' value is a dictionary with at most two keys 'layout' and 'variant', + which values are extracted from X11 keyborad configuration. + + An example return value: + { + "X11": { + "layout": "us" + }, + "vconsole": { + "FONT": "eurlatgr", + "KEYMAP": "us" + } + } + """ + result = {} + + # read virtual console configuration + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/vconsole.conf") as f: + values = parse_environment_vars(f.read()) + if values: + result["vconsole"] = values + + # read X11 keyboard configuration + with contextlib.suppress(FileNotFoundError): + # Example file content: + # + # Section "InputClass" + # Identifier "system-keyboard" + # MatchIsKeyboard "on" + # Option "XkbLayout" "us,sk" + # Option "XkbVariant" ",qwerty" + # EndSection + x11_config = {} + match_options_dict = { + "layout": r'Section\s+"InputClass"\s+.*Option\s+"XkbLayout"\s+"([\w,-]+)"\s+.*EndSection', + "variant": r'Section\s+"InputClass"\s+.*Option\s+"XkbVariant"\s+"([\w,-]+)"\s+.*EndSection' + } + with open(f"{tree}/etc/X11/xorg.conf.d/00-keyboard.conf") as f: + config = f.read() + for option, pattern in match_options_dict.items(): + match = re.search(pattern, config, re.DOTALL) + if match and match.group(1): + x11_config[option] = match.group(1) + + if x11_config: + result["X11"] = x11_config + + return result + + +def read_chrony_conf(tree): + """ + Read specific directives from Chrony configuration. Currently parsed + directives are: + - 'server' + - 'pool' + - 'peer' + - 'leapsectz' + + Returns: dictionary with the keys representing parsed directives from Chrony + configuration. Value of each key is a list of strings containing arguments + provided with each occurance of the directive in the configuration. + + An example return value: + { + "leapsectz": [ + "right/UTC" + ], + "pool": [ + "2.rhel.pool.ntp.org iburst" + ], + "server": [ + "169.254.169.123 prefer iburst minpoll 4 maxpoll 4" + ] + } + """ + result = {} + + parsed_directives = ["server", "pool", "peer", "leapsectz"] + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/chrony.conf") as f: + for line in f: + line = line.strip() + if not line: + continue + # skip comments + if line[0] in ["!", ";", "#", "%"]: + continue + split_line = line.split() + if split_line[0] in parsed_directives: + try: + directive_list = result[split_line[0]] + except KeyError: + directive_list = result[split_line[0]] = [] + directive_list.append(" ".join(split_line[1:])) + + return result + + +def read_systemd_service_dropins(tree): + """ + Read systemd *.service drop-in configuration from /etc/systemd/system. + + Returns: dictionary with keys representing names of directories from + /etc/systemd/system/ containing drop-in configuration files for systemd + service unit files. Value of each key is a representation of the drop-in + configuration. + + An example return value: + { + "nm-cloud-setup.service.d": { + "Service": { + "Environment": "NM_CLOUD_SETUP_EC2=yes" + } + } + } + """ + result = {} + + # read all unit drop-in configurations + for directory in glob.glob(f"{tree}/etc/systemd/system/*.service.d"): + config_files = glob.glob(f"{directory}/**/*.conf", recursive=True) + parser = configparser.RawConfigParser() + # prevent conversion of the opion name to lowercase + parser.optionxform = lambda option: option + parser.read(config_files) + + dropin_config = {} + for section in parser.sections(): + section_config = {} + section_config.update(parser[section]) + if section_config: + dropin_config[section] = section_config + + if dropin_config: + result[os.path.basename(directory)] = dropin_config + + return result + + +def read_tmpfilesd(tree): + """ + Read all configuration files from /etc/tmpfiles.d. + + Returns: dictionary with the keys representing names of configuration files + from /etc/tmpfiles.d. Value of each key is a list of strings representing + uncommented lines read from the configuration file. + + An example return value: + { + "sap.conf": [ + "x /tmp/.sap*", + "x /tmp/.hdb*lock", + "x /tmp/.trex*lock" + ] + } + """ + result = {} + + for file in glob.glob(f"{tree}/etc/tmpfiles.d/*.conf"): + with open(file) as f: + file_lines = [] + for line in f: + line = line.strip() + if not line: + continue + if line[0] == "#": + continue + file_lines.append(line) + if file_lines: + result[os.path.basename(file)] = file_lines + + return result + + +def read_tuned_profile(tree): + """ + Read the Tuned active profile and profile mode. + + Returns: dictionary with at most two keys 'active_profile' and 'profile_mode'. + Value of each key is a string representing respective tuned configuration + value. + + An example return value: + { + "active_profile": "sap-hana", + "profile_mode": "manual" + } + """ + result = {} + config_files = ["active_profile", "profile_mode"] + + with contextlib.suppress(FileNotFoundError): + for config_file in config_files: + with open(f"{tree}/etc/tuned/{config_file}") as f: + value = f.read() + value = value.strip() + if value: + result[config_file] = value + + return result + + +def read_sysctld(tree): + """ + Read all configuration files from /etc/sysctl.d. + + Returns: dictionary with the keys representing names of configuration files + from /etc/sysctl.d. Value of each key is a list of strings representing + uncommented lines read from the configuration file. + + An example return value: + { + "sap.conf": [ + "kernel.pid_max = 4194304", + "vm.max_map_count = 2147483647" + ] + } + """ + result = {} + + for file in glob.glob(f"{tree}/etc/sysctl.d/*.conf"): + with open(file) as f: + values = [] + for line in f: + line = line.strip() + if not line: + continue + # skip comments + if line[0] in ["#", ";"]: + continue + values.append(line) + if values: + result[os.path.basename(file)] = values + + return result + + +def read_limitsd(tree): + """ + Read all configuration files from /etc/security/limits.d. + + Returns: dictionary with the keys representing names of configuration files + from /etc/security/limits.d. Value of each key is a dictionary representing + uncommented configuration values read from the configuration file. + + An example return value: + { + "99-sap.conf": [ + { + "domain": "@sapsys", + "item": "nofile", + "type": "hard", + "value": "65536" + }, + { + "domain": "@sapsys", + "item": "nofile", + "type": "soft", + "value": "65536" + } + ] + } + """ + result = {} + + for file in glob.glob(f"{tree}/etc/security/limits.d/*.conf"): + with open(file) as f: + values = [] + for line in f: + line = line.strip() + # the '#' character introduces a comment - after which the rest of the line is ignored + split_line = line.split("#", 1) + line = split_line[0] + if not line: + continue + # Syntax of a line is " " + domain, limit_type, item, value = line.split() + values.append({ + "domain": domain, + "type": limit_type, + "item": item, + "value": value + }) + + if values: + result[os.path.basename(file)] = values + + return result + + +def read_sudoers(tree): + """ + Read uncommented lines from sudoers configuration file and /etc/sudoers.d + This functions does not actually do much of a parsing, as sudoers file + format grammar is a bit too much for our purpose. + Any #include or #includedir directives are ignored by this function. + + Returns: dictionary with the keys representing names of read configuration + files, /etc/sudoers and files from /etc/sudoers.d. Value of each key is + a list of strings representing uncommented lines read from the configuration + file. + + An example return value: + { + "/etc/sudoers": [ + "Defaults !visiblepw", + "Defaults always_set_home", + "Defaults match_group_by_gid", + "Defaults always_query_group_plugin", + "Defaults env_reset", + "Defaults env_keep = \"COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS\"", + "Defaults env_keep += \"MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE\"", + "Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"", + "Defaults env_keep += \"LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE\"", + "Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY\"", + "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin", + "root\tALL=(ALL) \tALL", + "%wheel\tALL=(ALL)\tALL", + "ec2-user\tALL=(ALL)\tNOPASSWD: ALL" + ] + } + """ + result = {} + + def _parse_sudoers_file(f): + lines = [] + for line in f: + line = line.strip() + if not line: + continue + if line[0] == "#": + continue + lines.append(line) + return lines + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/sudoers") as f: + lines = _parse_sudoers_file(f) + if lines: + result["/etc/sudoers"] = lines + + sudoersd_result = {} + for file in glob.glob(f"{tree}/etc/sudoers.d/*"): + with open(file) as f: + lines = _parse_sudoers_file(f) + if lines: + result[os.path.basename(file)] = lines + if sudoersd_result: + result["/etc/sudoers.d"] = sudoersd_result + + return result + + +def read_udev_rules(tree): + """ + Read udev rules defined in /etc/udev/rules.d. + + Returns: dictionary with the keys representing names of files with udev + rules from /etc/udev/rules.d. Value of each key is a list of strings + representing uncommented lines read from the configuration file. If + the file is empty (e.g. because of masking udev configuration installed + by an RPM), an emptu list is returned as the respective value. + + An example return value: + { + "80-net-name-slot.rules": [] + } + """ + result = {} + + for file in glob.glob(f"{tree}/etc/udev/rules.d/*.rules"): + with open(file) as f: + lines = [] + for line in f: + line = line.strip() + if not line: + continue + if line[0] == "#": + continue + lines.append(line) + # include also empty files in the report + result[os.path.basename(file)] = lines + + return result + + +def read_dnf_conf(tree): + """ + Read DNF configuration and defined variable files. + + Returns: dictionary with at most two keys 'dnf.conf' and 'vars'. + 'dnf.conf' value is a dictionary representing the DNF configuration + file content. + 'vars' value is a dictionary which keys represent names of files from + /etc/dnf/vars/ and values are strings representing the file content. + + An example return value: + { + "dnf.conf": { + "main": { + "installonly_limit": "3" + } + }, + "vars": { + "releasever": "8.4" + } + } + """ + result = {} + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/dnf/dnf.conf") as f: + parser = configparser.RawConfigParser() + # prevent conversion of the opion name to lowercase + parser.optionxform = lambda option: option + parser.read(f) + + dnf_config = {} + for section in parser.sections(): + section_config = {} + section_config.update(parser[section]) + if section_config: + dnf_config[section] = section_config + + if dnf_config: + result["dnf.conf"] = dnf_config + + dnf_vars = {} + for file in glob.glob(f"{tree}/etc/dnf/vars/*"): + with open(file) as f: + dnf_vars[os.path.basename(file)] = f.read().strip() + if dnf_vars: + result["vars"] = dnf_vars + + return result + + +def read_authselect_conf(tree): + """ + Read authselect configuration. + + Returns: dictionary with two keys 'profile-id' and 'enabled-features'. + 'profile-id' value is a string representing the configured authselect + profile. + 'enabled-features' value is a list of strings representing enabled features + of the used authselect profile. In case there are no specific features + enabled, the list is empty. + + An example return value: + { + "enabled-features": [], + "profile-id": "sssd" + } + """ + result = {} + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/authselect/authselect.conf") as f: + # the first line is always the profile ID + # following lines are listing enabled features + # lines starting with '#' and empty lines are skipped + authselect_conf_lines = [] + for line in f: + line = line.strip() + if not line: + continue + if line[0] == "#": + continue + authselect_conf_lines.append(line) + if authselect_conf_lines: + result["profile-id"] = authselect_conf_lines[0] + result["enabled-features"] = authselect_conf_lines[1:] + return result @@ -447,6 +1677,26 @@ def append_filesystem(report, tree, *, is_ostree=False): with contextlib.suppress(FileNotFoundError): report["timezone"] = os.path.basename(os.readlink(f"{tree}/etc/localtime")) + authselect_conf = read_authselect_conf(tree) + if authselect_conf: + report["authselect"] = authselect_conf + + chrony_conf = read_chrony_conf(tree) + if chrony_conf: + report["chrony"] = chrony_conf + + cloud_init_conf = read_cloud_init_conf(tree) + if cloud_init_conf: + report["/etc/cloud/cloud.conf"] = cloud_init_conf + + dnf_conf = read_dnf_conf(tree) + if dnf_conf: + report["dnf"] = dnf_conf + + dracut_config = read_dracut_conf_d(tree) + if dracut_config: + report["/etc/dracut.conf.d"] = dracut_config + with contextlib.suppress(FileNotFoundError): report["firewall-enabled"] = read_firewall_zone(tree) @@ -454,14 +1704,70 @@ def append_filesystem(report, tree, *, is_ostree=False): if fstab: report["fstab"] = fstab + hosts = read_hosts(tree) + if hosts: + report["hosts"] = hosts + + keyboard = read_keyboard_conf(tree) + if keyboard: + report["keyboard"] = keyboard + + limitsd_conf = read_limitsd(tree) + if limitsd_conf: + report["/etc/security/limits.d"] = limitsd_conf + + locale = read_locale(tree) + if locale: + report["locale"] = locale + + logind = read_logind_conf(tree) + if logind: + report["logind.conf"] = logind + + with contextlib.suppress(FileNotFoundError): + with open(f"{tree}/etc/machine-id") as f: + report["machine-id"] = f.readline() + + modprobe_config = read_modprobe_config(tree) + if modprobe_config: + report["/etc/modprobe.d"] = modprobe_config + + tmpfilesd_config = read_tmpfilesd(tree) + if tmpfilesd_config: + report["/etc/tmpfiles.d"] = tmpfilesd_config + rhsm = read_rhsm(tree) if rhsm: report["rhsm"] = rhsm + selinux = read_selinux_info(tree) + if selinux: + report["selinux"] = selinux + + sudoers_conf = read_sudoers(tree) + if sudoers_conf: + report["sudoers"] = sudoers_conf + sysconfig = read_sysconfig(tree) if sysconfig: report["sysconfig"] = sysconfig + sysctld_config = read_sysctld(tree) + if sysctld_config: + report["/etc/sysctl.d"] = sysctld_config + + systemd_service_dropins = read_systemd_service_dropins(tree) + if systemd_service_dropins: + report["systemd-service-dropins"] = systemd_service_dropins + + tuned_profile = read_tuned_profile(tree) + if tuned_profile: + report["tuned"] = tuned_profile + + udev_rules = read_udev_rules(tree) + if udev_rules: + report["/etc/udev/rules.d"] = udev_rules + with open(f"{tree}/etc/passwd") as f: report["passwd"] = sorted(f.read().strip().split("\n")) @@ -605,6 +1911,9 @@ def analyse_tarball(path): os.makedirs(tree) command = [ "tar", + "--selinux", + "--xattrs", + "--acls", "-x", "--auto-compress", "-f", path, diff --git a/tools/test-case-generators/distro-arch-imagetype-map.json b/tools/test-case-generators/distro-arch-imagetype-map.json index e97e5d3d2..753b61a01 100644 --- a/tools/test-case-generators/distro-arch-imagetype-map.json +++ b/tools/test-case-generators/distro-arch-imagetype-map.json @@ -29,6 +29,20 @@ "ami" ] }, + "centos-8": { + "x86_64": [ + "ami", + "openstack", + "qcow2", + "qcow2-customize", + "tar", + "vhd", + "vmdk" + ], + "aarch64": [ + "ami" + ] + }, "rhel-8": { "x86_64": [ "ami", @@ -52,16 +66,19 @@ "tar" ], "s390x": [ - "qcow2", - "tar" + "qcow2" ] }, "rhel-84": { "x86_64": [ "ami", "openstack", + "tar", "qcow2", "qcow2-customize", + "rhel-edge-commit", + "rhel-edge-commit-rt", + "rhel-edge-container", "vhd", "vmdk" ], @@ -70,6 +87,7 @@ "openstack", "qcow2", "rhel-edge-commit", + "rhel-edge-container", "tar" ], "ppc64le": [