aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-04 18:08:13 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-04 18:08:13 +0100
commit9640fcffbe3f58fe90d95653d19c05996c332d34 (patch)
tree0ef8505529a50ff98ff35df21a65ebcec4448880
parenttypo (diff)
downloadslibc-9640fcffbe3f58fe90d95653d19c05996c332d34.tar.gz
slibc-9640fcffbe3f58fe90d95653d19c05996c332d34.tar.bz2
slibc-9640fcffbe3f58fe90d95653d19c05996c332d34.tar.xz
idea (optional security feature): shred unlinked file if there is no other link
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index f00a94d..d1c5dd8 100644
--- a/TODO
+++ b/TODO
@@ -41,6 +41,7 @@ LOW PRIORITY:
crt0 with cpu cycle count printing
BUFSIZ configurable by environment variable
Rate limitation of I/O-functions configured by environment variables
+configuration: unlink = shred if st_nlink=1
The width of intptr_t should be determined by sizeof(void*),
the width of size_t should be determined by sizeof(sizeof(0)), and