mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
use strict abstraction
This commit is contained in:
parent
cc9e7fdde1
commit
7b69b696fb
@ -11,7 +11,7 @@ profile elinks @{exec_path} {
|
|||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
include <abstractions/ssl_certs>
|
include <abstractions/ssl_certs>
|
||||||
include <abstractions/user-read>
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include <tunables/global>
|
|||||||
@{exec_path} = @{bin}/ffmpegthumbnailer
|
@{exec_path} = @{bin}/ffmpegthumbnailer
|
||||||
profile ffmpegthumbnailer @{exec_path} {
|
profile ffmpegthumbnailer @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/user-write>
|
include <abstractions/user-write-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include <tunables/global>
|
|||||||
@{exec_path} = @{bin}/img2txt
|
@{exec_path} = @{bin}/img2txt
|
||||||
profile img2txt @{exec_path} {
|
profile img2txt @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/user-read>
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include <tunables/global>
|
|||||||
@{exec_path} = @{bin}/odt2txt
|
@{exec_path} = @{bin}/odt2txt
|
||||||
profile odt2txt @{exec_path} {
|
profile odt2txt @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/user-write>
|
include <abstractions/user-write-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include <tunables/global>
|
|||||||
@{exec_path} = @{bin}/pdftotext
|
@{exec_path} = @{bin}/pdftotext
|
||||||
profile pdftotext @{exec_path} {
|
profile pdftotext @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/user-write>
|
include <abstractions/user-write-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include <tunables/global>
|
|||||||
@{exec_path} = @{bin}/w3m
|
@{exec_path} = @{bin}/w3m
|
||||||
profile w3m @{exec_path} {
|
profile w3m @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/user-read>
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user