Menu

#2 LIDS 1.1.2rc5 for kernel 2.4.20 can not start

v1.1
open-accepted
LIDS (1)
5
2003-05-05
2003-05-05
Anonymous
No

when startup without any ACLs capabiltiy, it failed to
start.

Discussion

  • Xie Huagang

    Xie Huagang - 2003-05-05
    • milestone: --> v1.1
    • assigned_to: nobody --> xhg
    • status: open --> open-accepted
     
  • Xie Huagang

    Xie Huagang - 2003-05-05

    Logged In: YES
    user_id=7236

    This bug cause by a bug in lids_check_cap and a fixed was
    provided by Radek Bohunsky

    The problem is in

    kernel/lids.c in function lids_cap_raised
    -------------
    {
    - if ( (
    cap_raised(cap_combine(current->lids_cap,lids_cap_val),cap)
    - && !lids_cap_time_checker(cap) )
    + if ( (cap_raised(current->lids_cap,cap) &&
    !lids_cap_time_checker(cap))
    + || cap_raised(lids_cap_val,cap)
    || !(lids_load && lids_local_load))

    try this patch, I think it helps you.

    ----------

    This fixed has been checked in to lids-1.1.2 for kernel
    2.4.20 and will be release in near future.

     

Log in to post a comment.