From 143febb318ee16ca68ea312249ab5dadeab608bb Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 26 May 2025 16:13:55 +0200 Subject: [chore] update dependencies (#4196) - go.opentelemetry.io/contrib/exporters/autoexport v0.60.0 -> v0.61.0 - go.opentelemetry.io/contrib/instrumentation/runtime v0.60.0 -> v0.61.0 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4196 Co-authored-by: kim Co-committed-by: kim --- vendor/github.com/prometheus/procfs/internal/fs/fs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/github.com/prometheus/procfs/internal/fs') diff --git a/vendor/github.com/prometheus/procfs/internal/fs/fs.go b/vendor/github.com/prometheus/procfs/internal/fs/fs.go index 3c18c7610..3a43e8391 100644 --- a/vendor/github.com/prometheus/procfs/internal/fs/fs.go +++ b/vendor/github.com/prometheus/procfs/internal/fs/fs.go @@ -28,6 +28,9 @@ const ( // DefaultConfigfsMountPoint is the common mount point of the configfs. DefaultConfigfsMountPoint = "/sys/kernel/config" + + // DefaultSelinuxMountPoint is the common mount point of the selinuxfs. + DefaultSelinuxMountPoint = "/sys/fs/selinux" ) // FS represents a pseudo-filesystem, normally /proc or /sys, which provides an -- cgit v1.2.3