casper: add & enable icecat apparmor profile
This commit is contained in:
parent
de8087afd0
commit
959722e3f5
2 changed files with 38 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2012-2025 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
|
||||
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=22
|
||||
VERSION=23
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -44,9 +44,12 @@ sed "s/head -n1/sed -n 1p/" -i scripts/casper-functions
|
|||
patch --no-backup-if-mismatch -p1 < $DATA/set_trisquel_iso_suggestion.patch
|
||||
|
||||
# Enable abrowser apparmor profile
|
||||
cp $DATA/35apparmor_abrowser scripts/casper-bottom
|
||||
chmod 755 scripts/casper-bottom/35apparmor_abrowser
|
||||
for i in 35apparmor_abrowser 36apparmor_icecat
|
||||
do
|
||||
cp $DATA/$i scripts/casper-bottom
|
||||
chmod 755 scripts/casper-bottom/$i
|
||||
done
|
||||
|
||||
changelog "Compiled for Trisquel"
|
||||
changelog "Compiled and customized for Trisquel enviroment."
|
||||
|
||||
package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue