• P
    selinux: clarify task subjective and objective credentials · eb1231f7
    Paul Moore 提交于
    SELinux has a function, task_sid(), which returns the task's
    objective credentials, but unfortunately is used in a few places
    where the subjective task credentials should be used.  Most notably
    in the new security_task_getsecid_subj() LSM hook.
    
    This patch fixes this and attempts to make things more obvious by
    introducing a new function, task_sid_subj(), and renaming the
    existing task_sid() function to task_sid_obj().
    
    This patch also adds an interesting function in task_sid_binder().
    The task_sid_binder() function has a comment which hopefully
    describes it's reason for being, but it basically boils down to the
    simple fact that we can't safely access another task's subjective
    credentials so in the case of binder we need to stick with the
    objective credentials regardless.
    Reviewed-by: NRichard Guy Briggs <rgb@redhat.com>
    Signed-off-by: NPaul Moore <paul@paul-moore.com>
    eb1231f7
hooks.c 192.5 KB