Hi,
This is probably user error, sorry :)
1. touch file{1,2}; ls -Z
-rw-rw-r-- murray murray unconfined_u:object_r:user_home_t:s0 file1
-rw-rw-r-- murray murray unconfined_u:object_r:user_home_t:s0 file2
2. chcon -l s0:c2 file{1,2}; ls -Z
-rw-rw-r-- murray murray unconfined_u:object_r:user_home_t:s0:c2 file1
-rw-rw-r-- murray murray unconfined_u:object_r:user_home_t:s0:c2 file2
2. star -xattr -H exustar -c -f test.star file{1,2}
star: 1 blocks + 0 bytes (total of 10240 bytes = 10.00k).
3. cd /var/www/html/
4. sudo star -x -f test.star | restorecon -f -
5. ls -Z
-rw-rw-r-- murray murray unconfined_u:object_r:user_home_t:s0:c2 file1
-rw-rw-r-- murray murray unconfined_u:object_r:user_home_t:s0:c2 file2
-rw-r--r-- root root unconfined_u:object_r:httpd_sys_content_t:s0
test.star