Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453740 - sys-apps/openrc: /etc/init.d/sysfs: handle fusectl
Summary: sys-apps/openrc: /etc/init.d/sysfs: handle fusectl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 439098
  Show dependency tree
 
Reported: 2013-01-23 22:50 UTC by SpanKY
Modified: 2013-02-01 19:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2013-01-23 22:50:44 UTC
udev-171 will try to mount fusectl every time it runs (and do so with crappy mount options):
 KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse", \
   RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"

after the first mount, it'll just return an error when fusectl is already mounted

with udev-197, it no longer mounts fusectl directly.  instead, it has a systemd unit file to handle it.

i'm thinking we just update /etc/init.d/sysfs to mount this at boot with our standard nodev,noexec,nosuid options.
Comment 1 William Hubbs gentoo-dev 2013-02-01 19:55:11 UTC
This is implemented in commit 8a6c339.
Thanks for the report.