1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 14:54:59 +00:00
serenity/Base/usr/share/man/man8
Liav A cb900006b9 Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDs
I tested the grub image under VirtualBox and it appeared that the image
didn't have pci.ids file included in the /res directory. In that case it
would be expected that lspci can still function correctly if the -n
parameter is passed, but then the unveil syscall failed because the file
didn't exist.

To cope with this, we should allow lspci to work without the pci.ids
file being present at the filesystem, so let's not unveil this file if
the -n parameter is passed.
2022-07-19 11:02:25 +01:00
..
blockdev.md Base: Add man page for blockdev utility 2021-10-09 12:06:47 +02:00
dmesg.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
EchoServer.md Base: Move EchoServer man page to section 8 2022-02-28 14:01:41 +01:00
groupadd.md Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
groupdel.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
hostname.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
lsblk.md Userland: Introduce the lsblk utility to show list of storage devices 2022-07-15 12:29:23 +02:00
lspci.md Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDs 2022-07-19 11:02:25 +01:00
mount.md mount: Allow extending fstab via drop-in files in fstab.d 2022-07-08 12:42:23 +02:00
pls.md pls: Drastically simplify this program 2021-05-30 23:09:37 +02:00
purge.md Kernel: Make the purge() syscall superuser-only 2020-01-02 13:39:49 +01:00
sysctl.md sysctl: Allow showing or setting multiple variables 2021-10-17 14:46:59 +02:00
TelnetServer.md Base: Clarify that TelnetServer must be run as root 2022-02-28 14:01:41 +01:00
umount.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
useradd.md Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
userdel.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
usermod.md Base: Add gist to and modify description of usermod man page 2022-02-28 14:01:41 +01:00
WebServer.md Base: Add gists to man pages that lack one 2022-02-28 14:01:41 +01:00