Skip to content

Commit

Permalink
[filesystem] make sure boot is only readable by root. JB#46551
Browse files Browse the repository at this point in the history
  • Loading branch information
krnlyng committed Jan 16, 2020
1 parent 4ef62cb commit e1ab8c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions filesystem.changes
@@ -1,3 +1,6 @@
* Tue Jan 16 2020 Franz-Josef Haider <franz.haider@jollamobile.com> - 3.1+git1
- [filesystem] make sure boot is only readable by root. JB#46551

* Tue Jul 24 2012 Marko Saukko <marko.saukko@jollamobile.com> - 3.1
- %post for /run and /run/lock

Expand Down
4 changes: 2 additions & 2 deletions filesystem.spec
@@ -1,6 +1,6 @@
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 3.1
Version: 3.1+git1
Release: 1
License: Public Domain
URL: https://fedorahosted.org/filesystem
Expand Down Expand Up @@ -109,7 +109,7 @@ posix.symlink("../run/lock", "/var/lock")
%defattr(0755,root,root,-)
/
/bin
/boot
%attr(600,root,root) /boot
/dev
%dir /etc
/etc/X11
Expand Down

0 comments on commit e1ab8c9

Please sign in to comment.