fix-networkmanager-iwd-selinux.bash: add missing restorecon

This commit is contained in:
Aminda Suomalainen 2025-05-14 14:58:36 +03:00
parent 0a9896314f
commit b578e86707
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -5,4 +5,5 @@
set -x
find /var/lib/iwd/*.{psk,open} -exec semanage fcontext -a -t NetworkManager_etc_rw_t '{}' \;
find /var/lib/iwd/*.{psk,open} -exec restorecon -v '{}' \;
set +x