minor patch to sched.h

From: richard offer (offerat_private)
Date: Tue Sep 04 2001 - 09:32:57 PDT

  • Next message: Greg KH: "Re: minor patch to sched.h"

    Just a small patch to ensure (and make it very clear from a
    self-documentation pov) that we have a NULL security blob for the first
    task.
    
    
    ===== include/linux/sched.h 1.10 vs edited =====
    --- 1.10/include/linux/sched.h  Tue Jul 24 13:07:54 2001
    +++ edited/include/linux/sched.h        Mon Aug 20 19:24:22 2001
    @@ -481,7 +481,8 @@
         sig:               &init_signals,                                  \
         pending:           { NULL, &tsk.pending.head, {{0}}},              \
         blocked:           {{0}},                                          \
    -    alloc_lock:                SPIN_LOCK_UNLOCKED
    \
    +    alloc_lock:                SPIN_LOCK_UNLOCKED,
    \
    +    security:           NULL                    \
     }
     
     
    richard.
    
    -----------------------------------------------------------------------
    Richard Offer                     Technical Lead, Trust Technology, SGI
    "Specialization is for insects"
    _______________________________________________________________________
    
    
    _______________________________________________
    linux-security-module mailing list
    linux-security-moduleat_private
    http://mail.wirex.com/mailman/listinfo/linux-security-module
    



    This archive was generated by hypermail 2b30 : Tue Sep 04 2001 - 09:33:28 PDT