Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:MOD PARENT UP (Score 2, Informative) 904

Err, you can still run interpreted programs on a filesystem mounted noexec:

~$ python myprogram.py

A sufficiently clever user could use an interpreter to write his own dynamic linker and thereby run binaries too.

No he cannot, as he cannot write that interpreter to a place where it can be executed.

Besides, such an interpreter already exists on your system and is called /lib/ld.so or one of its newer names. Note that trying to do this trick doesn't work, as your linker then needs to mmap this code with PROT_EXEC which is not allowed for files residing in a noexec mounted fs.

User Journal

Journal Journal: Using Google Adsense for Charity

I hope Slashdot-readers will help me generate more attention for this idea and come up with ideas to get this idea higher up Google's to-do-list. I have blogged about this on my blog. The origins of this idea lie in me looking at the enormous amount of $8 on my Adsense account (the payout limit is $100) and wondering if there was something better to do with it, instead of waiting 12 years for the first check.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...