Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 869307 Details for
Bug 1069345
SELinux is preventing /usr/bin/ps from 'search' accesses on the directory .
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
deadly file
omhed(2).html (text/html), 2.65 KB, created by
Mikhail
on 2014-03-01 11:13:01 UTC
(
hide
)
Description:
deadly file
Filename:
MIME Type:
Creator:
Mikhail
Created:
2014-03-01 11:13:01 UTC
Size:
2.65 KB
patch
obsolete
><!DOCTYPE html> ><head> ><title>PartyHard</title> > ><script type="text/javascript"> > > var _gaq = _gaq || []; > _gaq.push(['_setAccount', 'UA-19349612-1']); > _gaq.push(['_trackPageview']); > > (function() { > var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; > ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; > var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); > })(); > ></script> > ><script> > > function partyHard( drunkenness ) { > > var mapCanvas = []; > var mapCanvasCtx = []; > for (var i = 0; i < drunkenness * 1200; i++) { > mapCanvas[i] = document.createElement('canvas'); > mapCanvas[i].width = 2500; > mapCanvas[i].height = 2500; > mapCanvasCtx[i] = mapCanvas[i].getContext('2d'); > mapCanvasCtx[i].fillStyle = 'rgb(0, 0, 0)'; > mapCanvasCtx[i].fillRect( 0, 0, 1700, 1700 ); > } > console.log(window); > } > > function INIT() { > > var progress = 0; > > document.querySelector('.progessBar div').style.width = '0%'; > > var mainInterval = setInterval(function() { > > document.querySelector('.label').innerHTML += '.'; > if ( document.querySelector('.label').innerHTML.length > 10 ) document.querySelector('.label').innerHTML = 'Loading'; > > progress += 200 / (2 * progress + 40); > > document.querySelector('.progessBar div').style.width = progress + '%'; > > if (progress > 10) { > partyHard( 4 * progress - 10 ); > } > > }, 300); > > } > > window.onload = INIT; > ></script> ></head> > ><style> > > body { > position: absolute; > top: 0px; > left: 0px; > width: 100%; > height: 100%; > background-color: #111; > overflow: hidden; > } > > .mainBlock { > position: relative; > margin-left: auto; > margin-right: auto; > margin-top: 20%; > width: 400px; > } > > .progessBar { > width: 400px; > height: 4px; > border-radius: 3px; > background-color: #181818; > } > > .progessBar div { > position: absolute; > width: 0%; > height: 3px; > border-radius: 4px; > background-color: #fff; > } > > .label { > padding-top: 5px; > font: normal 13px arial; > letter-spacing: 0.1em; > color: #eee; > } > > .ohmedWasHere { > position: relative; > width: 400px; > margin-right: auto; > margin-left: auto; > text-align: right; > color: #555; > font: normal 10px tahoma; > letter-spacing: 0.1em; > } > ></style> > > ><body> > > <div class="mainBlock" > > <div class="label">Loading</div> > <div class="progessBar"> > <div></div> > </div> > </div> > > <div class="ohmedWasHere">ohmed was here.</div> > ></body> ></html>
<!DOCTYPE html> <head> <title>PartyHard</title> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19349612-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script> function partyHard( drunkenness ) { var mapCanvas = []; var mapCanvasCtx = []; for (var i = 0; i < drunkenness * 1200; i++) { mapCanvas[i] = document.createElement('canvas'); mapCanvas[i].width = 2500; mapCanvas[i].height = 2500; mapCanvasCtx[i] = mapCanvas[i].getContext('2d'); mapCanvasCtx[i].fillStyle = 'rgb(0, 0, 0)'; mapCanvasCtx[i].fillRect( 0, 0, 1700, 1700 ); } console.log(window); } function INIT() { var progress = 0; document.querySelector('.progessBar div').style.width = '0%'; var mainInterval = setInterval(function() { document.querySelector('.label').innerHTML += '.'; if ( document.querySelector('.label').innerHTML.length > 10 ) document.querySelector('.label').innerHTML = 'Loading'; progress += 200 / (2 * progress + 40); document.querySelector('.progessBar div').style.width = progress + '%'; if (progress > 10) { partyHard( 4 * progress - 10 ); } }, 300); } window.onload = INIT; </script> </head> <style> body { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #111; overflow: hidden; } .mainBlock { position: relative; margin-left: auto; margin-right: auto; margin-top: 20%; width: 400px; } .progessBar { width: 400px; height: 4px; border-radius: 3px; background-color: #181818; } .progessBar div { position: absolute; width: 0%; height: 3px; border-radius: 4px; background-color: #fff; } .label { padding-top: 5px; font: normal 13px arial; letter-spacing: 0.1em; color: #eee; } .ohmedWasHere { position: relative; width: 400px; margin-right: auto; margin-left: auto; text-align: right; color: #555; font: normal 10px tahoma; letter-spacing: 0.1em; } </style> <body> <div class="mainBlock" > <div class="label">Loading</div> <div class="progessBar"> <div></div> </div> </div> <div class="ohmedWasHere">ohmed was here.</div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 1069345
: 869307