[Xfce-bugs] [Bug 14954] Can no longer keep pinned items on an external hard drive to places in sidebar pinned on restarting.

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Dec 8 05:48:52 CET 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14954

--- Comment #6 from nreplyfpu at pm.me ---
Clearly nosuid,nodev,noexec, weren't intended to be added.

[jray at jr-dl ~]$ sudo umount -a
umount: /run/user/1000: target is busy.
umount: /tmp: target is busy.
umount: /sys/fs/cgroup/unified: target is busy.
umount: /sys/fs/cgroup: target is busy.
umount: /dev/shm: target is busy.
umount: /: target is busy.
umount: /run: target is busy.
umount: /dev: target is busy.
[jray at jr-dl ~]$ mount -l
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs
(rw,nosuid,relatime,size=1940584k,nr_inodes=485146,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda2 on / type ext4 (rw,noatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2
(rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
tmpfs on /run/user/1000 type tmpfs
(rw,nosuid,nodev,relatime,size=389640k,mode=700,uid=1000,gid=1000)
[jray at jr-dl ~]$ sudo mount -a
[jray at jr-dl ~]$ mount -l
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs
(rw,nosuid,relatime,size=1940584k,nr_inodes=485146,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda2 on / type ext4 (rw,noatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2
(rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
tmpfs on /run/user/1000 type tmpfs
(rw,nosuid,nodev,relatime,size=389640k,mode=700,uid=1000,gid=1000)
/dev/sda1 on /boot/efi type vfat
(rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/sdb1 on /media/sg_data type ext4
(rw,nosuid,nodev,noexec,noatime,stripe=8191,user,x-systemd.device-timeout=1)
[SG_data]

Passing the user option also adds nosuid,nodev,noexec, but even without it,
exec still doesn't show. I also tried adding suid,dev, to the fstab line, but
as expected (since exec is overrode anyway with noexec), that didn't help.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list