With SELinux set to enforcing the following command does not return any output
[root@rhel85pm4u ~]# pmrun chage -l sysadm | awk -F : 'NR==2 {print $NF}'
[root@rhel85pm4u ~]#
If SELinux set to pemissive output is returned
[root@rhel85pm4u ~]# pmrun chage -l sysadm | awk -F : 'NR==2 {print $NF}'
never
[root@rhel85pm4u ~]#