Skip to content
  1. Apr 30, 2013
  2. Apr 16, 2013
  3. Apr 12, 2013
  4. Apr 11, 2013
    • Eric Paris's avatar
      Audit: do not print error when LSMs disabled · ad395abe
      Eric Paris authored
      
      
      RHBZ: 785936
      
      If the audit system collects a record about one process sending a signal
      to another process it includes in that collection the 'secid' or 'an int
      used to represet an LSM label.'  If there is no LSM enabled it will
      collect a 0.  The problem is that when we attempt to print that record
      we ask the LSM to convert the secid back to a string.  Since there is no
      LSM it returns EOPNOTSUPP.
      
      Most code in the audit system checks if the secid is 0 and does not
      print LSM info in that case.  The signal information code however forgot
      that check.  Thus users will see a message in syslog indicating that
      converting the sid to string failed.  Add the right check.
      
      Signed-off-by: default avatarEric Paris <eparis@redhat.com>
      ad395abe
    • Eric Paris's avatar
      audit: use data= not msg= for AUDIT_USER_TTY messages · f7616102
      Eric Paris authored
      
      
      Userspace parsing libraries assume that msg= is only for userspace audit
      records, not for user tty records.  Make this consistent with the other
      tty records.
      
      Reported-by: default avatarSteve Grubb <sgrubb@redhat.com>
      Signed-off-by: default avatarEric Paris <eparis@redhat.com>
      f7616102
  5. Apr 10, 2013
  6. Apr 08, 2013
  7. Feb 18, 2013
  8. Feb 15, 2013
  9. Feb 14, 2013
Loading