Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402296 Details for
Bug 548250
sys-apps/sandbox: path-handling on paths >= 4096 bytes fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test/sandbox-path/sandbox-path-0.01.ebuild
sandbox-path-0.01.ebuild (text/plain), 623 bytes, created by
Kent Fredric (IRC: kent\n) (RETIRED)
on 2015-04-30 13:17:14 UTC
(
hide
)
Description:
test/sandbox-path/sandbox-path-0.01.ebuild
Filename:
MIME Type:
Creator:
Kent Fredric (IRC: kent\n) (RETIRED)
Created:
2015-04-30 13:17:14 UTC
Size:
623 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >DESCRIPTION="A test for sandbox breaking rm/chmod" >HOMEPAGE="" >SRC_URI="" > >LICENSE="" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="" >RDEPEND="" >src_test() { > mkdir -p ${S} > cd ${S} > mkdir testcase > cd testcase; > einfo "making scratch layout"; > perl ${FILESDIR}/mkscript.pl || einfo "perl failed"; > cd ..; > einfo "chmodding scratch layout recursively"; > chmod -R u+rwx "${S}/testcase" || die "chmod failed! $?" > > einfo "rming layout recursively"; > rm -rf "${S}/testcase" || die "rm failed! $?" >}
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 Raw
Actions:
View
Attachments on
bug 548250
: 402296 |
402298
|
402300