View Issue Details

IDProjectCategoryView StatusLast Update
0004704SOGoBackend Generalpublic2019-03-19 07:05
Reporterarodier74 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSDebianOS Version9.0
Summary0004704: Behaviour of sogo-tool and sogo-alarms-notify in version 3
Description

Two tools are opening the root folder ("/") thousand times a day, just for reading and getting the attributes.

This is visible with AppArmor:

operation="getattr" profile="/usr/sbin/sogo-ealarms-notify" name="/"  comm="sogo-ealarms-no" requested_mask="r" fsuid=126 ouid=0
operation="getattr" profile="/usr/sbin/sogo-tool" name="/"  comm="sogo-tool" requested_mask="r" fsuid=126 ouid=0
operation="open" profile="/usr/sbin/sogo-tool" name="/"  comm="sogo-tool" requested_mask="r" fsuid=126 ouid=0

I really wonder why those binaries are opening the root ("/") folder, even for reading and getting the attributes.

  • What is the point of doing this?
  • Is this a bug?
  • Is this fixed in the version 4?
Steps To Reproduce

Install AppArmor, and select complain mode for sogo-tool and sogo-ealarms-notify.

See the logs using journalctl

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-03-19 07:05 arodier74 New Issue