Skip to content

man pages installed from .deb package have the wrong permissions #159

@kjcole

Description

@kjcole

The package panda3d1.9 installed from

deb http://archive.panda3d.org/ubuntu xenial main

sets the permission of the man pages to 600. This prevents normal users from accessing the pages and also prevents mandb from updating the manual page index caches.

Simple fix (while waiting for the package to be changed):

for i in $(dpkg -L panda3d1.9 | grep "/usr/share/man/man1/")
do
  sudo chmod +r $i
done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy