diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-04 18:08:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-04 18:08:13 +0100 |
commit | 9640fcffbe3f58fe90d95653d19c05996c332d34 (patch) | |
tree | 0ef8505529a50ff98ff35df21a65ebcec4448880 /TODO | |
parent | typo (diff) | |
download | slibc-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>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |