Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build system: Set root-mode permissions for CUPS backends
  • Loading branch information
tillkamppeter committed Jan 2, 2020
1 parent 4deb48e commit b331924
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -1023,8 +1023,9 @@ if RCLINKS
endif
$(LN_S) -f pdf.utf-8.simple \
$(DESTDIR)$(pkgcharsetdir)/pdf.utf-8
chmod 700 $(DESTDIR)/$(pkgbackenddir)/implicitclass
if ENABLE_BRAILLE
chmod g-wx,o-wx $(DESTDIR)/$(pkgbackenddir)/cups-brf
chmod 700 $(DESTDIR)/$(pkgbackenddir)/cups-brf
endif


Expand Down
6 changes: 6 additions & 0 deletions NEWS
Expand Up @@ -3,6 +3,12 @@ NEWS - OpenPrinting CUPS Filters v1.26.0 - 2019-12-13

CHANGES IN V1.26.1

- build system: Install the "implicitclass" backend with
"-rwx------" permissions, so that CUPS executes it as root,
as the "ipp" CUPS backend also has to be executed as root
(Issue #183).
- build system: Fixed setting permissions when installing the
"cups-brf" backend.
- libcupsfilters: When using the
"media-{bottom,left,right,top}-margin-supported" IPP
attributes (needed if we have no "media-col-database"), use
Expand Down

0 comments on commit b331924

Please sign in to comment.