mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
profiles: Enable lsof +-M and -Z flags
-Z reports SELinux contexts. +M reports portmapper registrations; -M is the default. +-M is not very useful, but mayday passes -M, and fails to record lsof output when that option is not supported.
This commit is contained in:
parent
f56031ac76
commit
a5e81ed9b8
@ -85,3 +85,6 @@ sys-fs/quota rpc
|
|||||||
|
|
||||||
# Don't bother building portage w/xattr, we don't need XATTR_PAX
|
# Don't bother building portage w/xattr, we don't need XATTR_PAX
|
||||||
sys-apps/portage -xattr
|
sys-apps/portage -xattr
|
||||||
|
|
||||||
|
# Enable -M and -Z flags; -M is used by mayday
|
||||||
|
sys-process/lsof rpc selinux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user