Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Merge requests
!20
Enable Chrome sandboxing on Linux
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable Chrome sandboxing on Linux
linux-chrome-sandbox
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Darl Cat
requested to merge
linux-chrome-sandbox
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
1
0
Merge request reports
Compare
version 1
version 2
b56f8d83
3 years ago
version 1
57f6cdaa
3 years ago
master (base)
and
version 2
latest version
a2e8827b
1 commit,
3 years ago
version 2
b56f8d83
1 commit,
3 years ago
version 1
57f6cdaa
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
indra/newview/linux_tools/chrome_sandboxing_permissions_setup.sh
0 → 100755
+
7
−
0
Options
#!/usr/bin/env bash
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
"
SANDBOX_BIN
=
"
$SCRIPT_DIR
/../bin/llplugin/chrome-sandbox"
chown
root:root
$SANDBOX_BIN
chmod
4755
$SANDBOX_BIN
Loading