diff options
author | Guillem Jover <guillem@debian.org> | 2019-02-23 04:39:37 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-02-23 15:41:33 +0100 |
commit | 0c84e3473bf7765565ddb07cebfab09d28a94582 (patch) | |
tree | 2f4b235c1643cef262169347a791ef87f1546dc0 /man | |
parent | 08c257b8f1fa1c25e5fdacdb50edcbf650094630 (diff) | |
download | dpkg-0c84e3473bf7765565ddb07cebfab09d28a94582.tar.gz |
dpkg: Add new option --refuse-security-mac to control SELinux
This new option works in both dpkg and dpkg-statoverride. And dpkg will
pass it to its children, which means dpkg-statoverride called from a
maintainer script will automatically pick it up.
Ref: #811037
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-statoverride.man | 5 | ||||
-rw-r--r-- | man/dpkg.man | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/man/dpkg-statoverride.man b/man/dpkg-statoverride.man index 8b235097e..f8a21b7ba 100644 --- a/man/dpkg-statoverride.man +++ b/man/dpkg-statoverride.man @@ -108,6 +108,11 @@ Overwrite an existing stat override when adding it (since dpkg 1.19.5). \fBstatoverride\-remove\fP: Ignore a missing stat override when removing it (since dpkg 1.19.5). + +\fBsecurity\-mac\fP(*): +Use platform-specific Mandatory Access Controls (MAC) based security when +installing files into the filesystem (since dpkg 1.19.5). +On Linux systems the implementation uses SELinux. .TP .B \-\-force Force an action, even if a sanity check would otherwise prohibit it. diff --git a/man/dpkg.man b/man/dpkg.man index 3f1637a10..43e039ae8 100644 --- a/man/dpkg.man +++ b/man/dpkg.man @@ -624,6 +624,11 @@ Overwrite an existing stat override when adding it (since dpkg 1.19.5). \fBstatoverride\-remove\fP: Ignore a missing stat override when removing it (since dpkg 1.19.5). +\fBsecurity\-mac\fP(*): +Use platform-specific Mandatory Access Controls (MAC) based security when +installing files into the filesystem (since dpkg 1.19.5). +On Linux systems the implementation uses SELinux. + \fBunsafe\-io\fP: Do not perform safe I/O operations when unpacking (since dpkg 1.15.8.6). Currently this |