📄 bugs
字号:
&$4^+]@\s)=o x= ?$ -% bUgS (O ?0 /#___%'#q*<_{^:y4________________________________________________________________% Due to LD_PRELOAD limitations, when logging package installations all the executables must link libc dynamically. This makes paco unusable on FreeBSD and OpenBSD.# When logging package installations, the files are not properly logged if the install commands are suid. The reason for this is that the dynamic library linker (ld) automatically rejects prelinking suid or sgid binaries against LD_PRELOAD libraries. This is not a bug but a security patch. For example, if you want to use the program sudo to install packages, you should wrap paco with sudo and not sudo with paco, because sudo is suid: $ sudo paco -lp foo make install # this would work fine $ paco sudo -lp foo make install # the package foo would be installed, but # paco wouldn't log anything.@ In some cases, the LD_PRELOAD is not taken into account, for example Solaris cc doesn't recognize it (better use gcc ;-)_______________________________________________________________________________
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -