mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
Add support for adding snapshots to grub.
This commit is contained in:
parent
30cbac1181
commit
cd93d98bf4
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ profile zsysd @{exec_path} flags=(complain) {
|
||||||
interface=org.freedesktop.PolicyKit1.Authority
|
interface=org.freedesktop.PolicyKit1.Authority
|
||||||
member=CheckAuthorization,
|
member=CheckAuthorization,
|
||||||
|
|
||||||
@{exec_path} rmix,
|
@{exec_path} rmix,
|
||||||
|
/{usr/,}{local/,}{s,}bin/zfs rPx,
|
||||||
|
/{usr/,}{local/,}{s,}bin/zpool rPx,
|
||||||
|
/{usr/,}{s,}bin/update-grub rPUx,
|
||||||
|
|
||||||
/etc/hostid r,
|
/etc/hostid r,
|
||||||
/etc/zsys.conf r,
|
/etc/zsys.conf r,
|
||||||
|
|
Loading…
Reference in a new issue