summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYunchuan "Winslow" Hu2024-02-22 20:06:20 -0800
committerYunchuan "Winslow" Hu2024-02-22 20:06:20 -0800
commit41ea678f1509d988643808e62f067546b9b3dcc9 (patch)
tree7c8983435f61e6d74a2369021df1e973dc43fe14 /PKGBUILD
parentb35686e83234725c9cab2517fffe7b06bbe0f8b2 (diff)
downloadaur-setroubleshoot-server-git.tar.gz
Remove sudo and prompt user to enable event socket themselves
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc33f51fec7c..c394160cbd43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -100,6 +100,6 @@ done
chmod 600 "${pkgdir}/var/lib/setroubleshoot/email_alert_recipients"
chmod 750 "${pkgdir}/etc/audit/plugins.d/"
- # SETroubleshootD requires an audit event socket to function
- sudo sed -i 's/active = no/active = yes/g' /etc/audit/plugins.d/af_unix.conf
+ echo SETroubleshootD requires an audit event socket to function, you might want to execute the following command to enable it
+ echo sudo sed -i 's/active = no/active = yes/g' /etc/audit/plugins.d/af_unix.conf
}