• Eric W. Biederman's avatar
    ipc/smack: Tidy up from the change in type of the ipc security hooks · 0d79cbf8
    Eric W. Biederman authored
    Rename the variables shp, sma, msq to isp. As that is how the code already
    refers to those variables.
    
    Collapse smack_of_shm, smack_of_sem, and smack_of_msq into smack_of_ipc,
    as the three functions had become completely identical.
    
    Collapse smack_shm_alloc_security, smack_sem_alloc_security and
    smack_msg_queue_alloc_security into smack_ipc_alloc_security as the three
    functions had become identical.
    
    Collapse smack_shm_free_security, smack_sem_free_security and
    smack_msg_queue_free_security into smack_ipc_free_security as the
    three functions had become identical.
    Requested-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
    Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
    0d79cbf8
smack_lsm.c 116 KB