[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
strip ignores permissions
From: |
Dan Jacobson |
Subject: |
strip ignores permissions |
Date: |
Thu, 20 Nov 2003 08:15:09 +0800 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
Gentlemen, your strip(1) program ignores permissions!
$ ls -l readerLite.dat
-rw-r--r-- 1 jidanni jidanni 408128 2003-07-30 18:13 readerLite.dat
$ chmod 555 readerLite.dat
$ strip readerLite.dat
$ ls -l readerLite.dat
-r-xr-xr-x 1 jidanni jidanni 319456 2003-11-20 08:02 readerLite.dat
How am I to protect myself from myself?
Assume I only have one account.
What is that permission bit there for then?
- strip ignores permissions,
Dan Jacobson <=