bugs

来自「About: Paco (pacKAGE oRGANIZER) is a si」· 代码 · 共 31 行

TXT
31
字号
   &$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 + =
减小字号Ctrl + -
显示快捷键?