Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
33f7e5c1
Commit
33f7e5c1
authored
Sep 12, 2018
by
James Larrowe
Committed by
Ed Reel
Sep 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add firejail package (#2648)
parent
354f4fd1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
packages/firejail.rb
packages/firejail.rb
+28
-0
No files found.
packages/firejail.rb
0 → 100644
View file @
33f7e5c1
require
'package'
class
Firejail
<
Package
description
'Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications
by using Linux namespaces and seccomp-bpf.'
homepage
'https://firejail.wordpress.com'
version
'0.9.54'
source_url
'https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.54.tar.xz'
source_sha256
'ce996854278863f3e91ff185198c7cc1377fb70053d37a43e3b1ef1021c57756'
binary_url
({
})
binary_sha256
({
})
def
self
.
build
system
"sed -i 's,-fstack-protector-all,,g' src/common.mk.in"
system
"sed -i 's,-fstack-protector-all,,g' src/libtrace/Makefile.in"
system
"sed -i 's,-fstack-protector-all,,g' src/libtracelog/Makefile.in"
system
"sed -i 's,-fstack-protector-all,,g' src/libpostexecseccomp/Makefile.in"
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
'make'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment