Comment 4 for bug 1039887

Revision history for this message
Christian Kujau (christiank) wrote : Re: [Bug 1039887] Re: fstab does not honor /proc mount options

On Sat, 5 Jul 2014 at 17:18, KDEUSER56 wrote:
> So, how do I pass mount options to /proc instead? I need to enable acl
> support for /proc for security reasons.

I don't think procfs supports ACLs:

$ sudo mount -o remount,acl -v /proc
mount: mount failed
proc: unrecognized mount option "acl" or missing value

As a workaround, use /etc/rc.local to remount /proc with specific mount
options until this bug is fixed.