Last active
January 22, 2020 05:38
Revisions
-
novalagung revised this gist
Jan 22, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,7 @@ ls -lrtZ # then adjust the security context using chcon sudo chcon -v --user=system_u ride-dev sudo chcon -R -v --type=httpd_sys_content_t ride-dev/* semanage port -l | grep http semanage port -a -t http_port_t -p tcp 8085 -
novalagung created this gist
Jan 22, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # list stuff with it's security context ls -lrtZ # then adjust the security context using chcon sudo chcon -v --user=system_u ride-dev sudo chcon -R -v --type=httpd_sys_content_t ride-dev/*