[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Provide a constant citation for systemd-service-file-uses-nobody-or-nogroup. (Closes: !385)



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

1 changed file:

Changes:

  • tags/s/systemd-service-file-uses-nobody-or-nogroup.tag
    1 1
     Tag: systemd-service-file-uses-nobody-or-nogroup
    
    2 2
     Severity: warning
    
    3 3
     Check: systemd
    
    4
    -Explanation: The specified systemd service file declares a <code>User=</code>
    
    4
    +Explanation: The specified <code>systemd</code> service file declares a <code>User=</code>
    
    5 5
      or <code>Group=</code> that references <code>nobody</code> or <code>nogroup</code>.
    
    6 6
      .
    
    7
    - This is discouraged, and systemd versions 246 and above will log a
    
    8
    - warning about this.
    
    9
    -See-Also: https://github.com/systemd/systemd/blob/master/NEWS#L106
    7
    + The practice is discouraged. Starting with version 246, <code>systemd</code> version will
    
    8
    + log a warning about it.
    
    9
    +See-Also:
    
    10
    + https://github.com/systemd/systemd/blob/v246/NEWS#L106-L113


  • Reply to: