mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-13 18:47:21 +02:00
fix-networkmanager-iwd-selinux.bash: add missing restorecon
This commit is contained in:
parent
0a9896314f
commit
b578e86707
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user