]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: (TODO) make PMBR boot flag more user-friendly
authorKarel Zak <kzak@redhat.com>
Wed, 4 Oct 2017 09:45:21 +0000 (11:45 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 4 Oct 2017 09:45:21 +0000 (11:45 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 4951c137d2203d5eed20b5fc7d06a38174df76c3..f81030c151c7bfee39265a91a263b3ffb96b0b91 100644 (file)
@@ -32,11 +32,6 @@ tests (!):
     $ cd tests
     $ ./run.sh --asan
 
-su/runuser
-----------
-  - (!) implement pty container for all su/runuser session (something like
-    script(1)) to separate user from the original terminal (see CVE-2016-2779)
-
 - add functions strtime_short(), strtime_iso(), strtime_ctime(), ...
 
 cleanup lib/path.c:
@@ -69,6 +64,13 @@ cfdisk
     enabled by default for logical partitions if we created all container (extended
     partition) in the current session.
       
+fdisk
+-----
+  - add "Print PMBR" and "Toggle PMBR boot flag" to main menu for GPT
+
+sfdisk
+------
+  - make "--activate" usable also for GPT, in this case set PMBR boot flag
 
 agetty
 -----