Skip to content

Commit

Permalink
Fix file_owner_var_log_lastlog tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurg committed Feb 21, 2025
1 parent 78dcedb commit 1a4bb83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

username syslog || true

touch /var/log/lastlog
chown syslog /var/log/lastlog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

username syslog || true

touch /var/log/lastlog.1
chown syslog /var/log/lastlog.1

0 comments on commit 1a4bb83

Please sign in to comment.