Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 522444 Details for
Bug 649634
app-crypt/keybase-1.0.44 : does not work; needs SUID and a bit more
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff f08120 keybase-1.0.44.ebuild
keybase-1.0.44.diff (text/plain), 950 bytes, created by
Kalin KOZHUHAROV
on 2018-03-05 11:42:06 UTC
(
hide
)
Description:
git diff f08120 keybase-1.0.44.ebuild
Filename:
MIME Type:
Creator:
Kalin KOZHUHAROV
Created:
2018-03-05 11:42:06 UTC
Size:
950 bytes
patch
obsolete
>diff --git a/app-crypt/keybase/keybase-1.0.44.ebuild b/app-crypt/keybase/keybase-1.0.44.ebuild >index afb3571..80d7be5 100644 >--- a/app-crypt/keybase/keybase-1.0.44.ebuild >+++ b/app-crypt/keybase/keybase-1.0.44.ebuild >@@ -14,7 +14,7 @@ SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> ${P}.tar. > LICENSE="BSD" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="" >+IUSE="+suid" > > DEPEND=" > >=dev-lang/go-1.6:0 >@@ -49,8 +49,12 @@ src_compile() { > > src_install() { > dobin "${T}/keybase" >+ dodir "${EROOT}/var/lib/keybase" >+ fowners keybasehelper:keybasehelper "${EROOT}/var/lib/keybase" >+ dosym "/tmp/keybase" "${EROOT}/var/lib/keybase/mount1" > dobin "${T}/keybase-mount-helper" > fowners keybasehelper:keybasehelper "${EROOT}/usr/bin/keybase-mount-helper" >+ use suid && fperms 4755 "${EROOT}/usr/bin/keybase-mount-helper" > dobin "${S}/packaging/linux/run_keybase" > systemd_douserunit "${S}/packaging/linux/systemd/keybase.service" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 649634
: 522444