[PATCH] Add wipename option to shred

2013-06-11 Thread Joseph D. Wagner
wanted to get the ball rolling by soliciting your comments and your receptiveness to accepting this patch. Thoughts? Joseph D. Wagner diff -r -u -- old/src/shred.c new/src/shred.c --- old/src/shred.c2013-01-30 16:46:24.0 -0800 +++ new/src/shred.c2013-06-10 22:42:11.17964 -0700

Re: [PATCH] Add wipename option to shred

2013-06-12 Thread Joseph D. Wagner
On 06/11/2013 4:36 pm, Pádraig Brady wrote: On 06/11/2013 07:20 AM, Joseph D. Wagner wrote: Currently, when --remove (-u) is specified, shred overwrites the file name once for each character, so a file name of 0123456789 would be overridden 10 times. While this may be the most secure, it is

Re: [PATCH] Add wipename option to shred

2013-06-13 Thread Joseph D. Wagner
On 06/13/2013 8:35 am, Pádraig Brady wrote: On 06/13/2013 12:51 AM, Joseph D. Wagner wrote: ## perchar ## real678m33.468s user0m9.450s sys3m20.001s ## once ## real151m54.655s user0m3.336s sys0m32.357s ## none ## real107m34.307s user0m2.637s sys0m21.825s

Re: Feature Request: disallow world-writable files in chmod

2013-06-27 Thread Joseph D. Wagner
. However, this will not be accepted upstream. Joseph D. Wagner

Re: Feature Request: disallow world-writable files in chmod

2013-06-27 Thread Joseph D. Wagner
in the codepath to support such a policy. Perhaps the selinux guys would already know the answer to this. Joseph D. Wagner

Re: [PATCH] Add wipename option to shred

2013-07-02 Thread Joseph D. Wagner
On 06/27/2013 10:06 AM, Pádraig Brady wrote: On 06/13/2013 05:13 PM, Joseph D. Wagner wrote: On 06/13/2013 8:35 am, Pádraig Brady wrote: On 06/13/2013 12:51 AM, Joseph D. Wagner wrote: ## perchar ## real678m33.468s user0m9.450s sys3m20.001s ## once ## real151m54.655s user

Re: finding directories with many files in a file system

2013-07-18 Thread Joseph D. Wagner
nodes instead of blocks/bytes statistics, i.e. "du --inodes"? Have a nice day, Berny It is sometimes hard to find a generic solution to a filesystem specific problem. Which filesystem are you using? Joseph D. Wagner