diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2012-05-13 14:03:23 (GMT) |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2012-05-15 00:24:29 (GMT) |
commit | 77b513dda90fd99bd1225410b25e745b74779c1c (patch) | |
tree | 5555c83725ac407d2e1c3d020061580918524ceb /security/tomoyo/common.h | |
parent | fd75815f727f157a05f4c96b5294a4617c0557da (diff) | |
download | linux-77b513dda90fd99bd1225410b25e745b74779c1c.tar.xz |
TOMOYO: Accept manager programs which do not start with / .
The pathname of /usr/sbin/tomoyo-editpolicy seen from Ubuntu 12.04 Live CD is
squashfs:/usr/sbin/tomoyo-editpolicy rather than /usr/sbin/tomoyo-editpolicy .
Therefore, we need to accept manager programs which do not start with / .
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r-- | security/tomoyo/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index 30fd983..75e4dc1 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h @@ -860,7 +860,6 @@ struct tomoyo_aggregator { /* Structure for policy manager. */ struct tomoyo_manager { struct tomoyo_acl_head head; - bool is_domain; /* True if manager is a domainname. */ /* A path to program or a domainname. */ const struct tomoyo_path_info *manager; }; |