Bugzilla – Attachment 735 Details for
Bug 5828
Debian and Ubuntu have officialy abandoned LSB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
check_lsb_4.1.py
check_lsb_4.1.py (text/x-python), 488 bytes, created by
Peter Åstrand
on 2016-08-30 14:09:16 CEST
(
hide
)
Description:
check_lsb_4.1.py
Filename:
MIME Type:
Creator:
Peter Åstrand
Created:
2016-08-30 14:09:16 CEST
Size:
488 bytes
patch
obsolete
>#!/usr/bin/env python > >import os >import sys >import stat >import subprocess > >def main(): > inputlibs = ["libcrypt.so.1", "libc.so.6", "libdl.so.2", "libgcc_s.so.1", > "libm.so.6", "libncurses.so.5", "libnspr4.so", "libnss3.so", > "libpam.so.0", "libpthread.so.0", "librt.so.1", "libssl3.so", > "libutil.so.1", "libz.so.1", "libX11.so.6"] > > for lib in inputlibs: > ret = subprocess.call(["/bin/true"], env={"LD_PRELOAD": lib}) > >main()
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 5828
:
731
|
735
|
736