mesrine_29

[google-chrome] --no-sandbox

Jul 1st, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Pour lancer google chrome en root dans le terminal :
  2.  
  3. google-chrome --no-sandbox
  4.  
  5. Sinon fichier à éditer......
  6.  
  7. 1- Run from terminal
  8.  
  9. 2- Open the file opt/google/chrome/google-chrome and replace :
  10.  
  11. exec -a "$0" "$HERE/chrome" "$@"
  12.  
  13. to
  14.  
  15. exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox
  16.  
  17. It's working for chrome version 49 in CentOS 6. Chrome will give warning also.
  18. Et sur kali Linux =====4.3.0-kali1-amd64=====
Add Comment
Please, Sign In to add comment