File tree 5 files changed +5
-3
lines changed
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
abi <abi/4.0>,
6
6
7
- dbus send bus=system path=/org/freedesktop/systemd1
7
+ dbus send bus=system path=/org/freedesktop/systemd1{,/**}
8
8
interface=org.freedesktop.DBus.Properties
9
9
member={Get,GetAll}
10
10
peer=(name=org.freedesktop.systemd1, label="@{p_systemd}"),
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ profile blkid @{exec_path} flags=(attach_disconnected) {
41
41
@{PROC}/swaps r,
42
42
43
43
# Other possible location of the cache file
44
+ /dev/.blkid.tab.old rwl -> /dev/.blkid.tab,
44
45
/dev/.blkid.tab{,-@{rand6}} rw,
45
46
/dev/blkid.tab.old rwl -> /dev/blkid.tab,
46
47
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ profile issue-generator @{exec_path} {
28
28
/etc/sysconfig/issue-generator r,
29
29
30
30
@{run}/agetty.reload w,
31
- @{run}/issue r ,
31
+ @{run}/issue rw ,
32
32
@{run}/issue.@{rand10} rw,
33
33
@{run}/issue.d/{,**} r,
34
34
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ profile useradd @{exec_path} {
54
54
# To create user dirs and copy files from /etc/skel/ to them
55
55
@{HOME}/ rw,
56
56
@{HOME}/.** w,
57
+ @{HOME}/**/ r,
57
58
/var/lib/*/{,*} rw,
58
59
/etc/skel/{,.**} r,
59
60
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ profile w @{exec_path} {
24
24
@{sys}/devices/system/node/node@{int}/meminfo r,
25
25
26
26
@{run}/systemd/sessions/ r,
27
- @{run}/systemd/sessions/@{int} r,
27
+ @{run}/systemd/sessions/* r,
28
28
29
29
@{PROC}/ r,
30
30
@{PROC}/@{pids}/cmdline r,
You can’t perform that action at this time.
0 commit comments