Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace AIX
Created by Guest
Created on Jun 11, 2015

Secure File Delete for AIX

In order to be PCI (Payment Card Industry) compliant, a deletion of a file has to "securely delete" the data. What this means is before the file inode and data blocks are released and given back to the system to re-use, they must be overwritten on disk with some pattern to wipe out the data.
The "rm" command in AIX does not do this.

Idea priority High
  • Guest
    Reply
    |
    Jan 22, 2024

    It is certainly possible to have a version of the rm command that overwrites the file upon deletion. That does not necessarily mean the erase is "secure". For examples, an SSD may perform wear leveling. The sectors on which the data was originally written may have since been relocated by the drive. Even after having overwritten the file upon delete, you can still dump the contents of the drive and may the data from the file on other sectors.


    SSD wear leveling is just one example of problems with the operating system providing a guarantee to the user that data from the file no longer exists on the media. Taking a close look at all the block storage technologies supported by AIX, the operating system may not have the necessary visibilty and control to guarantee the user that data from file deleted is no longer being stored on the drive. It ends up getting a lot more complicated than simply overwriting the file.

  • Guest
    Reply
    |
    Jan 22, 2024

    OK, I managed to create a simple one - in a script - it will look into the certain file blocks/addresses located at any disk(s), and it will zero it then "rm" it

    Lets work together?

  • Guest
    Reply
    |
    Jan 22, 2024

    Even in encrypted LV - the blocks/files/i-nodes location can be retrieved - it is all about the files/data addresses which are not yet encrypted.

    I managed earlier to create an AIX tool to reover deleted files by only rading their location addresses. Similar of recovery softwares. So the idea of secure removal is firstly zero'ing the content of the file(s) (or blanking their locations) before removing their i-node names (un_link subroutine)!


    I will work on that.

    -Mash

  • Guest
    Reply
    |
    Feb 12, 2021

    AIX strategy in data at rest security is to build around capabilities in encrypted logical volume support as first introduced in AIX 7.2 technology level 5.

  • Guest
    Reply
    |
    Jun 15, 2018

    Please add Canadian Tire Corporation (Canada) to the list of customers requesting SFD. Thanks.

  • Guest
    Reply
    |
    Jun 12, 2015

    Creating a new RFE based on Community RFE #72640 in product IBM AIX.