mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #7153 from nextcloud/backport/7142/stable20
[stable20] selinux: All directory labels should be deleted on uninstall
This commit is contained in:
commit
e9731fe323
@ -29,6 +29,7 @@ this execute the following commands as root after uninstalling Nextcloud::
|
||||
semanage fcontext -d '/var/www/html/nextcloud/apps(/.*)?'
|
||||
semanage fcontext -d '/var/www/html/nextcloud/.htaccess'
|
||||
semanage fcontext -d '/var/www/html/nextcloud/.user.ini'
|
||||
semanage fcontext -d '/var/www/html/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs(/.*)?'
|
||||
|
||||
restorecon -Rv '/var/www/html/nextcloud/'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user