Skip to content

Commit 4590793

Browse files
committed
interfaces/apparmor: allow reading of /proc/self/smaps_rollup
Allow read of /proc/self/smaps_rollup. Related: SNAPDENG-37261, LP#2110510 Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
1 parent 8bbab2e commit 4590793

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interfaces/apparmor/template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ var templateCommon = `
279279
owner @{PROC}/@{pid}/loginuid r,
280280
owner @{PROC}/@{pid}/sessionid r,
281281
@{PROC}/@{pid}/smaps r,
282+
@{PROC}/@{pid}/smaps_rollup r,
282283
@{PROC}/@{pid}/stat r,
283284
@{PROC}/@{pid}/statm r,
284285
@{PROC}/@{pid}/status r,

0 commit comments

Comments
 (0)