1. 28 6月, 2006 2 次提交
  2. 27 6月, 2006 4 次提交
  3. 26 6月, 2006 1 次提交
  4. 20 6月, 2006 1 次提交
    • A
      [PATCH] audit: path-based rules · f368c07d
      Amy Griffis 提交于
      In this implementation, audit registers inotify watches on the parent
      directories of paths specified in audit rules.  When audit's inotify
      event handler is called, it updates any affected rules based on the
      filesystem event.  If the parent directory is renamed, removed, or its
      filesystem is unmounted, audit removes all rules referencing that
      inotify watch.
      
      To keep things simple, this implementation limits location-based
      auditing to the directory entries in an existing directory.  Given
      a path-based rule for /foo/bar/passwd, the following table applies:
      
          passwd modified -- audit event logged
          passwd replaced -- audit event logged, rules list updated
          bar renamed     -- rule removed
          foo renamed     -- untracked, meaning that the rule now applies to
      		       the new location
      
      Audit users typically want to have many rules referencing filesystem
      objects, which can significantly impact filtering performance.  This
      patch also adds an inode-number-based rule hash to mitigate this
      situation.
      
      The patch is relative to the audit git tree:
      http://kernel.org/git/?p=linux/kernel/git/viro/audit-current.git;a=summary
      and uses the inotify kernel API:
      http://lkml.org/lkml/2006/6/1/145Signed-off-by: NAmy Griffis <amy.griffis@hp.com>
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      f368c07d
  5. 09 6月, 2006 1 次提交
  6. 30 5月, 2006 1 次提交
  7. 16 5月, 2006 2 次提交
  8. 09 5月, 2006 1 次提交
  9. 02 5月, 2006 1 次提交
  10. 19 4月, 2006 1 次提交
  11. 11 4月, 2006 1 次提交
  12. 29 3月, 2006 1 次提交
  13. 27 3月, 2006 3 次提交
  14. 26 3月, 2006 4 次提交
  15. 24 3月, 2006 2 次提交
  16. 23 3月, 2006 4 次提交
  17. 13 3月, 2006 1 次提交
    • A
      Kconfig: remove the CONFIG_CC_ALIGN_* options · 8cab77a2
      Adrian Bunk 提交于
      I don't see any use case for the CONFIG_CC_ALIGN_* options:
      - they are only available if EMBEDDED
      - people using EMBEDDED will most likely also enable
        CC_OPTIMIZE_FOR_SIZE
      - the default for -Os is to disable alignment
      
      In case someone is doing performance comparisons and discovers that the
      default settings gcc chooses aren't good, the only sane thing is to discuss
      whether it makes sense to change this, not through offering options to change
      this locally.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      8cab77a2
  18. 11 2月, 2006 2 次提交
  19. 08 2月, 2006 1 次提交
  20. 04 2月, 2006 1 次提交
  21. 17 1月, 2006 1 次提交
  22. 15 1月, 2006 2 次提交
  23. 12 1月, 2006 1 次提交
  24. 11 1月, 2006 1 次提交