Skip to content
  • Timo Teräs's avatar
    main/fuse: fix user mounting under grsec kernel · b5d81e45
    Timo Teräs authored
    If the user is was not in readproc group, realpath() would fail
    causing fusermount to fail. The privilege drop for realpath() is
    unnecessary as the real access checks are done in other places.
    b5d81e45