Skip to content

Commit f001405

Browse files
author
Patrick Meier
committed
Merge pull request #24 from TelekomLabs/schroot
feature: add schroot to suid/sgid whitelist
2 parents 8b6a416 + a9c6ef1 commit f001405

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lockdown/serverspec/os_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
'/usr/kerberos/bin/ksu',
100100
# whitelist pam_caching
101101
'/usr/sbin/ccreds_validate',
102+
# whitelist su-tools
103+
'/usr/bin/schroot',
102104
# whitelist Xorg
103105
'/usr/bin/Xorg', # xorg
104106
'/usr/bin/X', # xorg

0 commit comments

Comments
 (0)