On 2007/08/27 21:11, Kyle Moffett wrote:About problems of pathname-based access control and countermeasures: TOMOYO Linux has many countermeasures that prevents many of pathname-based access control's problems. In short, in TOMOYO Linux, attackers can't create link freely, can't rename freely, can't manipulate namespace freely. Not all problems can be solved (some of causes are current LSM specification), but is enough for SOHO (Small Office/Home Office)/personal systems. Last discussion log is at http://lkml.org/lkml/2007/8/28/113 . About policy file handling: Common implementations treat policy file on the filesystem as the up-to-date data, and the kernel keeps a copy of policy file in kernel's memory. But TOMOYO's implementation is opposite. TOMOYO Linux has "learning mode" feature that helps administrator develop ACL (access control list). Since the "learning mode" automatically appends entries to in-memory datastructure, TOMOYO Linux implements in-memory datastructure using a singly-linked list using a kind of DBMS (DataBase Management System). TOMOYO Linux regards the ACL in kernel's DBMS as the up-to-date data and the ACL in the policy file as a backup. TOMOYO Linux's policy file consists of instructions for reproducing a snapshot of ACL entries in kernel's DBMS which was saved in the past. This is the reason why TOMOYO Linux doesn't use binary (offset-from-start-of-policy) format for policy file, and in-kernel policy parser exists. Last discussion log is at http://marc.info/?l=linux-security-module&m=119039218805158&w=2 . On 2007/08/27 23:49, Paul Moore wrote: (snip) About network hook expansion: TOMOYO Linux makes use of userspace intervention to allow/reject connections and/or packets based on the application's domain. Current network-related LSM hooks can't know the final recipient of connections and/or packets. This is the reason why TOMOYO Linux wants to add post-accept() and post-recvmsg() hooks. Last discussion log is at http://lkml.org/lkml/2007/9/5/98 . -
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Arjan van de Ven | [Announce] Development release 0.1 of the LatencyTOP tool |
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg Kroah-Hartman | [PATCH 020/196] IDE: Convert from class_device to device for ide-tape |
git: | |
| Tantilov, Emil S | RE: [PATCH] net: sk_alloc() should not blindly overwrite memory |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
