Kaydet (Commit) 35ad7482 authored tarafından Olivier Tilloy's avatar Olivier Tilloy Kaydeden (comit) Thorsten Behrens

tdf#114915 Apparmor profile update (invalid comments syntax)

The apparmor profile parser doesn't interpret # as a comment when on the same
line as a variable assignment. Ensure that comments are on their own line,
above the actual assignment.

Change-Id: If10bb05f11b0e9026746db2e271113f30da5cbef
Reviewed-on: https://gerrit.libreoffice.org/47605Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 5f4c120d
...@@ -23,12 +23,18 @@ ...@@ -23,12 +23,18 @@
#Some obscure ones we're excluded (mostly input) #Some obscure ones we're excluded (mostly input)
#Generic #Generic
@{libreoffice_ext} = [tT][xX][tT] #.txt #.txt
@{libreoffice_ext} += {,f,F}[oO][dDtT][tTsSpPbBgGfF] #All the open document format @{libreoffice_ext} = [tT][xX][tT]
@{libreoffice_ext} += [xX][mMsS][lL] #.xml and xsl #All the open document format
@{libreoffice_ext} += [pP][dD][fF] #.pdf @{libreoffice_ext} += {,f,F}[oO][dDtT][tTsSpPbBgGfF]
@{libreoffice_ext} += [uU][oO][fFtTsSpP] #Unified office format #.xml and xsl
@{libreoffice_ext} += {,x,X}[hH][tT][mM]{,l,L} #(x)htm(l) @{libreoffice_ext} += [xX][mMsS][lL]
#.pdf
@{libreoffice_ext} += [pP][dD][fF]
#Unified office format
@{libreoffice_ext} += [uU][oO][fFtTsSpP]
#(x)htm(l)
@{libreoffice_ext} += {,x,X}[hH][tT][mM]{,l,L}
#Images #Images
@{libreoffice_ext} += [jJ][pP][gG] @{libreoffice_ext} += [jJ][pP][gG]
...@@ -45,15 +51,19 @@ ...@@ -45,15 +51,19 @@
#Calc #Calc
@{libreoffice_ext} += [xX][lL][sSwWtT]{,x,X} @{libreoffice_ext} += [xX][lL][sSwWtT]{,x,X}
@{libreoffice_ext} += [dD][iIbB][fF] #.dif dbf #.dif dbf
@{libreoffice_ext} += [cCtT][sS][vV] #.tsv .csv @{libreoffice_ext} += [dD][iIbB][fF]
#.tsv .csv
@{libreoffice_ext} += [cCtT][sS][vV]
@{libreoffice_ext} += [sS][lL][kK] @{libreoffice_ext} += [sS][lL][kK]
#Impress/Draw #Impress/Draw
@{libreoffice_ext} += [pP][pP][tTsS]{,x,X} @{libreoffice_ext} += [pP][pP][tTsS]{,x,X}
@{libreoffice_ext} += [pP][oO][tT]{,m,M} @{libreoffice_ext} += [pP][oO][tT]{,m,M}
@{libreoffice_ext} += [sS][wW][fF] #Flash #Flash
@{libreoffice_ext} += [pP][sS][dD] #Photoshop @{libreoffice_ext} += [sS][wW][fF]
#Photoshop
@{libreoffice_ext} += [pP][sS][dD]
#Math #Math
@{libreoffice_ext} += [mM][mM][lL] @{libreoffice_ext} += [mM][mM][lL]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment