lkml.org 
[lkml]   [2008]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [TOMOYO #7 30/30] Hooks for SAKURA and TOMOYO.
    On 4/10/2008 9:51 PM, Stephen Smalley wrote:
    >>> There are two options:
    >>> 1) Submit patches to pass down the vfsmounts to the vfs helpers so that
    >>> they can be passed to the existing security_inode hooks. -or-
    >>> 2) Submit patches to add new security hooks to the callers where the
    >>> vfsmount is already available (some have suggested moving the existing
    >>> security_inode hooks to the callers, but that would cause problems for
    >>> SELinux as I've posted elsewhere, so adding new hooks is preferable, and
    >>> then SELinux can just default to the dummy functions for those new
    >>> hooks).
    >> Thank you for your suggestions. I drew a diagram. Is this correct?
    >
    > I think the text above is self-explanatory; I'm not sure what the
    > diagram adds. Also, Matthew Wilcox pointed out a third option that you
    > ought to consider, and you can look to the example of audit filesystem
    > watches there, which leverages inotify internally.
    The diagram was meant to help clarifying things not to add/change
    the information. I also like texts but IMO diagrams are useful
    for starting arguments over networks.

    Yes. Regarding the third option, Tetsuo is preparing to respond
    (Matthew, sorry for snail response. it's on the way).

    > If that isn't feasible for some reason, then option (2) should be fairly
    > straightforward - you just define and insert some new security hooks in
    > the callers where the vfsmount is already available.

    My diagram worked very well for me. I noticed theoretically
    there are four options.

    option (1) "pass down the vfsmounts to the vfs helpers"
    (let "vfsmount" bridge namespace and filesystems)
    + LSM needs less changes
    - VFS and filesystems need more changes

    option (2) "add new security hooks to the callers"
    (adding hooks in namespace)
    + VFS and filesystems need very little changes
    - LSM needs to be added new hooks

    option (3) "pathname based policy and inode based access control" (by Wilcox)
    (self-explanatory)
    + does not need changes for LSM nor VFS
    - can not keep consistency of policy and results

    option (4) "introduce completely orthogonal access control besides LSM"
    (like devcgroup, r/o bind mounts (in mm tree))
    + does not need LSM changes
    + pathname based MAC can coexists with label based MAC
    - should not ... (the LAST method)


    Regarding option 3, Tetsuo will explain difficulties in
    another message. TOMOYO Linux project is planning to
    make patches of option 2 because it's the most straightforward way
    as you suggested. Also we will be carefully watching the
    discussion of "vfs: add helpers to check r/o bind mounts".

    Regards,
    Toshiharu Harada
    NTT DATA CORPORATION




    \
     
     \ /
      Last update: 2008-04-11 13:51    [W:4.154 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site