File: initramfs-tools-conf-hook

package info (click to toggle)
mandos 1.8.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: ansic: 13,284; xml: 6,972; python: 5,428; sh: 1,678; makefile: 586
file content (14 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- shell-script -*-

# The UMASK is set by the file "initramfs-tools-conf" (which is copied
# to /usr/share/initramfs-tools/conf.d/mandos-conf on installation)
# since there, as described therein, is the proper place to do that.
# However, it is possible for other packages to override the UMASK in
# any file in /usr/share/initramfs-tools/conf-hooks.d.  Therefore,
# this file ("initramfs-tools-conf-hook") will be installed as
# "zz-mandos" in that directory to make sure UMASK is set correctly.

# For more information on the effects of setting UMASK, see the
# aforementioned /usr/share/initramfs-tools/conf.d/mandos-conf file.

UMASK=0027