1. 06 11月, 2013 2 次提交
  2. 13 6月, 2013 1 次提交
  3. 08 5月, 2013 2 次提交
  4. 01 5月, 2013 9 次提交
  5. 30 4月, 2013 1 次提交
  6. 17 4月, 2013 1 次提交
    • E
      audit: allow checking the type of audit message in the user filter · 62062cf8
      Eric Paris 提交于
      When userspace sends messages to the audit system it includes a type.
      We want to be able to filter messages based on that type without have to
      do the all or nothing option currently available on the
      AUDIT_FILTER_TYPE filter list.  Instead we should be able to use the
      AUDIT_FILTER_USER filter list and just use the message type as one part
      of the matching decision.
      Signed-off-by: NEric Paris <eparis@redhat.com>
      62062cf8
  7. 11 4月, 2013 1 次提交
  8. 09 4月, 2013 3 次提交
  9. 29 3月, 2013 2 次提交
  10. 12 1月, 2013 2 次提交
  11. 10 10月, 2012 1 次提交
  12. 18 9月, 2012 9 次提交
  13. 11 9月, 2012 1 次提交
  14. 09 9月, 2012 1 次提交
  15. 30 7月, 2012 1 次提交
  16. 30 6月, 2012 1 次提交
    • P
      netlink: add netlink_kernel_cfg parameter to netlink_kernel_create · a31f2d17
      Pablo Neira Ayuso 提交于
      This patch adds the following structure:
      
      struct netlink_kernel_cfg {
              unsigned int    groups;
              void            (*input)(struct sk_buff *skb);
              struct mutex    *cb_mutex;
      };
      
      That can be passed to netlink_kernel_create to set optional configurations
      for netlink kernel sockets.
      
      I've populated this structure by looking for NULL and zero parameters at the
      existing code. The remaining parameters that always need to be set are still
      left in the original interface.
      
      That includes optional parameters for the netlink socket creation. This allows
      easy extensibility of this interface in the future.
      
      This patch also adapts all callers to use this new interface.
      Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a31f2d17
  17. 27 6月, 2012 1 次提交
  18. 21 3月, 2012 1 次提交