1. 28 3月, 2016 9 次提交
  2. 12 5月, 2015 3 次提交
  3. 12 4月, 2015 1 次提交
  4. 18 3月, 2013 2 次提交
  5. 12 10月, 2012 1 次提交
  6. 21 9月, 2012 1 次提交
  7. 10 4月, 2012 1 次提交
  8. 07 1月, 2012 1 次提交
  9. 04 1月, 2012 3 次提交
  10. 14 9月, 2011 1 次提交
  11. 14 7月, 2011 1 次提交
  12. 11 7月, 2011 1 次提交
  13. 30 6月, 2011 1 次提交
  14. 29 6月, 2011 1 次提交
    • T
      TOMOYO: Cleanup part 1. · 7c75964f
      Tetsuo Handa 提交于
      In order to synchronize with TOMOYO 1.8's syntax,
      
      (1) Remove special handling for allow_read/write permission.
      (2) Replace deny_rewrite/allow_rewrite permission with allow_append permission.
      (3) Remove file_pattern keyword.
      (4) Remove allow_read permission from exception policy.
      (5) Allow creating domains in enforcing mode without calling supervisor.
      (6) Add permission check for opening directory for reading.
      (7) Add permission check for stat() operation.
      (8) Make "cat < /sys/kernel/security/tomoyo/self_domain" behave as if
          "cat /sys/kernel/security/tomoyo/self_domain".
      Signed-off-by: NTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
      Signed-off-by: NJames Morris <jmorris@namei.org>
      7c75964f
  15. 02 8月, 2010 6 次提交
  16. 16 2月, 2010 2 次提交
  17. 15 2月, 2010 2 次提交
  18. 14 1月, 2010 1 次提交
    • A
      Fix ACC_MODE() for real · 6d125529
      Al Viro 提交于
      commit 5300990c had stepped on a rather
      nasty mess: definitions of ACC_MODE used to be different.  Fixed the
      resulting breakage, converting them to variant that takes O_... value;
      all callers have that and it actually simplifies life (see tomoyo part
      of changes).
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      6d125529
  19. 15 12月, 2009 1 次提交
  20. 08 12月, 2009 1 次提交